Metadata-Version: 2.1
Name: radiant-mlhub
Version: 0.3.1
Summary: A Python client for Radiant MLHub
Home-page: https://github.com/radiantearth/radiant-mlhub
Author: Radiant Earth Foundation
Author-email: devops@radiant.earth
License: Apache License 2.0
Project-URL: Tracker, https://github.com/radiantearth/radiant-mlhub/issues
Project-URL: Slack, https://mlhubearth.slack.com
Project-URL: Documentation, https://radiant-mlhub.readthedocs.io/en/latest/
Platform: Platform Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

[![Radiant MLHub Logo](https://radiant-assets.s3-us-west-2.amazonaws.com/PrimaryRadiantMLHubLogo.png)](https://mlhub.earth/)

# Radiant MLHub Python Client

[![Unit tests](https://github.com/radiantearth/radiant-mlhub/workflows/Unit%20tests/badge.svg)](https://github.com/radiantearth/radiant-mlhub/actions)
[![Documentation](https://readthedocs.org/projects/radiant-mlhub/badge/)](https://radiant-mlhub.readthedocs.io/en/latest/)
[![PyPI version](https://badge.fury.io/py/radiant-mlhub.svg)](https://pypi.org/project/radiant-mlhub/)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/radiant-mlhub)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/radiantearth/radiant-mlhub/main?filepath=examples%2Findex.ipynb)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg)](code_of_conduct.md)

*A Python client for the [Radiant MLHub API](https://mlhub.earth/).*

## Documentation

API reference and Getting Started guides are available on [Read the Docs](https://radiant-mlhub.readthedocs.io/en/latest/).

## Python Version Support

The `radiant_mlhub` Python client requires Python >= 3.7. 

This library aligns with PySTAC in following the recommendations of
[NEP-29](https://numpy.org/neps/nep-0029-deprecation_policy.html) in deprecating support for Python
versions. This means that users can expect support for Python 3.7 to be removed from the `main` branch
after Dec 26, 2021 and therefore from the next release after that date. 

## Design Decisions

Major architectural and design decisions are documented using [Architectural Design Records](https://cognitect.com/blog/2011/11/15/documenting-architecture-decisions) stored in the [`docs/adr`](./docs/adr) directory.

## Contributing

See the [Contributing](./CONTRIBUTING.md) docs for details on contributing to the project.


