Metadata-Version: 2.0
Name: planetpy
Version: 0.2.1
Summary: Python module to support analysis of planetary data.
Home-page: https://github.com/michaelaye/planetpy
Author: K.-Michael Aye
Author-email: kmichael.aye@gmail.com
License: ISC
Keywords: planetpy
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: beautifulsoup4
Requires-Dist: html5lib
Requires-Dist: lxml
Requires-Dist: pandas
Requires-Dist: pvl

===============================
planetpy
===============================

.. image:: https://img.shields.io/travis/michaelaye/planetpy.svg
        :target: https://travis-ci.org/michaelaye/planetpy

.. image:: https://img.shields.io/pypi/v/planetpy.svg
        :target: https://pypi.python.org/pypi/planetpy

Tools to work with planetary data.

Features
--------

* Planetary constants tables, web-scraped from NASA websites
* PDS index table tools
* Free software: ISC license

Future
------

I will potentially use this repo to start the generalized
planetpy package under the framework of OpenPlanetary.




History
-------

0.1.0 (2015-08-01)
---------------------

* First release on PyPI.

0.2.0 (2016-12-19)
-------------------

* Add pdstools


