Metadata-Version: 2.1
Name: orbipyd
Version: 2
Summary: A package which must be my masterpice!
Home-page: https://github.com/BoberSA/OrbiPy
Author: Denis Zagorodnev
Author-email: denis.zagorodnev@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# OrbiPy
Innovative orbit researching and manipulating tool 

# Build module

```bash
python setup.py bdist_wheel

python -m twine upload dist/*
```


