Metadata-Version: 1.1
Name: TNODatabase
Version: 0.0.2
Summary: Python module for interacting with Trans-Neptunian Object Database on DESOPER. Use requires a working DES username & password.
Home-page: https://github.com/kfranson/TNODatabase
Author: Kyle Franson, Lynus Zullo
Author-email: kfranson@umich.edu lzullo@umich.edu
License: BSD
Download-URL: https://github.com/kfranson/TNODatabase/tarball/0.0.2
Description: TNODatabase
        ===============================
        
        version number: 0.0.1
        author: Kyle Franson, Lynus Zullo
        
        Overview
        --------
        
        Python module for interacting with Trans-Neptunian Object Database on DESOPER. Use requires a working DES username & password.
        
        Installation / Usage
        --------------------
        
        To install use pip:
        
            $ pip install TNODatabase
        
        
        Or clone the repo:
        
            $ git clone https://github.com/kfranson/TNODatabase.git
            $ python setup.py install
            
        Contributing
        ------------
        
        TBD
        
        Example
        -------
        
        TBD
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
