Skip to content

eodash/eodash_catalog

Repository files navigation

eodash_catalog

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install eodash_catalog

Testing

Project uses pytest and runs it as part of CI:

python -m pytest

Testing

Project uses ruff to perform checks on code style and formatting

ruff check .

Versioning and branches

eodash_catalog adheres to Semantic Versioning and follows these rules:

Given a version number MAJOR.MINOR.PATCH, we increment the:

  • MAJOR version when we make incompatible API changes
  • MINOR version when we add functionality in a backward compatible manner
  • PATCH version when we make backward compatible bug fixes

Active development is followed by the main branch. ` New features or maintenance commits should be done against this branch in the form of a Merge Request of a Feature branch.

Tagging

This repository uses bump2version for managing tags. To bump a version use

bump2version <major|minor|patch> # or bump2version --new-version <new_version>
git push && git push --tags

Pushing a tag in the repository automatically creates:

  • versioned package on pypi

License

eodash_catalog is distributed under the terms of the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages