Metadata-Version: 2.4
Name: hypernets_api
Version: 0.2.1
Summary: API to access hypernets data
Author-email: Pieter De Vis <pieter.de.vis@npl.co.uk>
Project-URL: Homepage, https://gitlab.npl.co.uk/eco/tools/hypernets_api
Project-URL: Documentation, https://eco.gitlab-docs.npl.co.uk/tools/hypernets_api
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: shapely
Requires-Dist: python-dateutil
Requires-Dist: requests
Provides-Extra: dev
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: tox; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: pytest-html; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: IPython; extra == "dev"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx_book_theme; extra == "docs"
Requires-Dist: sphinx_design; extra == "docs"
Requires-Dist: sphinx-automodapi; extra == "docs"
Requires-Dist: IPython; extra == "docs"
Requires-Dist: napoleon; extra == "docs"

# hypernets_api

API to access hypernets data

## Installation

`hypernets_api` is installable via pip. For development it is recommended to install in editable mode with the optional developer dependencies, i.e.:

``
pip install -e ".[dev]"
``

## Documentation

For more information visit our [documentation](https://eco.gitlab-docs.npl.co.uk/tools/hypernets_api).

## Acknowledgements

`hypernets_api` has been developed by [Pieter De Vis](mailto:pieter.de.vis@npl.co.uk).

## Project status

`hypernets_api` is under active development. It is beta software.
