Metadata-Version: 2.0
Name: astro
Version: 0.1.7
Summary: A package of astrodynamic functions
Home-page: https://github.com/skulumani/astro
Author: Shankar Kulumani
Author-email: shanks.k@gmail.com
License: GPLv3
Description-Content-Type: UNKNOWN
Keywords: astrodynamics space geometry
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Python: >=3
Requires-Dist: kinematics
Requires-Dist: numpy
Requires-Dist: spacetrack
Requires-Dist: spiceypy
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'

## Dependencies

* `spiceypy` - `conda install -c https://conda.anaconda.org/andrewannex spiceypy`
* `spacetrack` - `pip install spacetrack`

Setup enviornment for mayavi, traitsui


