Metadata-Version: 1.1
Name: Astrodb
Version: 0.1.0
Summary: 
Personal Star Database

Home-page: https://github.com/EricDepagne/Astrodb
Author: Eric Depagne
Author-email: eric@depagne.org
License: MIT
Description: .. _astropy: http://astropy.org/
        .. _psycopg2: http://initd.org/psycopg/
        
        Introduction
        ============
        
        Personal Star Database with `astropy`_
        
        Links
        *****
        
        * Download his `PyPi package <http://pypi.python.org/pypi/Astrodb>`_;
        * Clone it on his `Github repository <https://github.com/EricDepagne/Astrodb>`_;
        
        Requires
        --------
        
        * `astropy`_ == 0.4.2;
        * `psycopg2`_ == 2.4.5;
        
        Install
        =======
        
        Just install it from PyPi : ::
        
            pip install Astrodb
        
        Usage
        =====
        
        When this is installed, a command line script will be available: ::
        
            astrodb
        
        Currently in pre alpha stage, there is nothing productive to see here and this script does nothing but saying *Hello World!*.
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
