Metadata-Version: 2.1
Name: space-rocks
Version: 1.2.1
Summary: Python client for SsODNet data access.
Home-page: https://rocks.readthedocs.io/en/latest/
License: MIT
Author: Max Mahlke
Author-email: max.mahlke@oca.eu
Requires-Python: >=3.7.1,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: docs
Requires-Dist: aiodns (>=2.0.0,<3.0.0)
Requires-Dist: aiohttp (>=3.7.3,<4.0.0)
Requires-Dist: cchardet (>=2.1.7,<3.0.0)
Requires-Dist: chardet (<4.0)
Requires-Dist: click (>=7.1.2,<8.0.0)
Requires-Dist: iterfzf (>=0.5.0,<0.6.0)
Requires-Dist: matplotlib (>=3.3.4,<4.0.0)
Requires-Dist: numpy (>=1.20.0,<2.0.0)
Requires-Dist: pandas (>=1.2.1,<2.0.0)
Requires-Dist: requests (>=2.25.1,<3.0.0)
Requires-Dist: rich (>=9.10.0,<10.0.0)
Requires-Dist: sphinx (>=3,<4); extra == "docs"
Requires-Dist: sphinx-click (>=2.5.0,<3.0.0); extra == "docs"
Requires-Dist: sphinx-redactor-theme (>=0.0.1,<0.0.2); extra == "docs"
Requires-Dist: tqdm (>=4.56.0,<5.0.0)
Project-URL: Documentation, https://rocks.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/maxmahlke/rocks.git
Description-Content-Type: text/markdown

![PyPI](https://img.shields.io/pypi/v/space-rocks) [![Documentation Status](https://readthedocs.org/projects/rocks/badge/?version=latest)](https://rocks.readthedocs.io/en/latest/?badge=latest) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

# rocks

*Disclaimer: The SsODNet service and its database are in an alpha version and under constant revision. The provided values and access methods may change without notice.*

## Features

Command-line exploration and scripted retrieval of asteroid data.

## Install

Install from PyPi using `pip`:

     pip install space-rocks

## Documentation

Check out the documentation at [read-the-docs.io](https://rocks.readthedocs.io/en/latest/).

