Metadata-Version: 1.1
Name: epys
Version: 0.3.0
Summary: A python library for handling EPS output.
Home-page: https://github.com/johnnycakes79/epys
Author: Jonathan McAuliffe
Author-email: watch.n.learn@gmail.com
License: BSD
Description: e[py]s
        ======
        
        .. image:: https://pypip.in/v/epys/badge.png
                :target: https://pypi.python.org/pypi/epys/
                
        .. image:: https://travis-ci.org/johnnycakes79/epys.png?branch=master
                :target: https://travis-ci.org/johnnycakes79/epys/
                
        .. image:: https://coveralls.io/repos/johnnycakes79/epys/badge.png?branch=master
                :target: https://coveralls.io/r/johnnycakes79/epys/
        
        .. image:: https://pypip.in/d/epys/badge.png
                :target: https://pypi.python.org/pypi/epys/
        
        .. image:: https://pypip.in/egg/epys/badge.png
                :target: https://pypi.python.org/pypi/epys/
        
        .. image:: https://pypip.in/wheel/epys/badge.png
                :target: https://pypi.python.org/pypi/epys/
        
        .. image:: https://pypip.in/license/epys/badge.png
                :target: https://pypi.python.org/pypi/epys/
        
        
        ePYs is a python library for the manipulation, processing and plotting
        of the input and output files of ESA Experiment Planning Software (EPS).
        
        * Free software: BSD license
        * Documentation: http://epys.rtfd.org.
        
        Modules
        -------
        * **draw** makes pretty orbit graphics
        * **events** provides a series of time/date utilities
        * **maps** does things with maps and images
        * **orbit** processes mission analysis orbit files
        * **read** reads EPS/MAPPS output into useable dataframes and/or arrays
        * **utils** more utilities ...
        
        Installation
        ------------
        
        At the command line::
        
        1. Clone the repo to your local machine::
        
            $ git clone git@github.com:johnnycakes79/epys.git
        
        3. Install your local copy::
        
            $ cd epys/
            $ python setup.py install
        
        4. Import and use module::
        
            $ python
            >>> from epys import draw, events, maps, orbit, read, utils
        
        Testing
        -------
        
        Testing is very little at the moment. But it's a start... At the command line::
        
        1. Run py.test::
        
            $ python setup.py test
        
        
        
        
        History
        -------
        
        0.3.0 (2014-07-21)
        ++++++++++++++++++
        
        * Major restructuring and test environment setup/
        
        
        0.2.0 (2013-12-18)
        ++++++++++++++++++
        
        * No major updates to the code but unittests added and the project setup evolved.
        
        
        0.1.0 (2013-12-16)
        ++++++++++++++++++
        
        * First push to Github repo - still buggy.
        
        
        Credits
        =======
        
        Development Lead
        ----------------
        
        * Jonathan McAuliffe <watch.n.learn@gmail.com>
        
        Contributors
        ------------
        
        None yet. Why not be the first?
Keywords: epys
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
