Metadata-Version: 2.1
Name: astdys
Version: 0.9.0
Summary: AstDyS wrapper in python
License: MIT
Author: Evgeny Smirnov
Author-email: smirik@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: numpy (>=2.0.1,<3.0.0)
Requires-Dist: pandas (>=2.2.0,<3.0.0)
Requires-Dist: pyarrow (>=17.0.0,<18.0.0)
Description-Content-Type: text/markdown

This is a small wrapper to [AstDyS catalogue](https://newton.spacedys.com/astdys2/index.php?pc=0) of the asteroids in the Solar system.

## How to use it

### Installation

```bash
pip install astdys
```

### Usage

```python
import astdys

elements = astdys.search(1)
print(elements)
```

`elements` contains a dictionary of Keplerian elements of an asteroid.

## License

MIT

