Metadata-Version: 2.1
Name: radiant-mlhub
Version: 0.1.2
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.6
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.6
Description-Content-Type: text/markdown
Requires-Dist: requests (~=2.25.1)
Requires-Dist: pystac (~=0.5.4)
Requires-Dist: click (~=7.1.2)
Requires-Dist: tqdm (~=4.56.0)

[![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/).

## 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.


