Metadata-Version: 1.1
Name: epys
Version: 0.1.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://travis-ci.org/johnnycakes79/epys.png?branch=master
                :target: https://travis-ci.org/johnnycakes79/epys
        
        
        ePYs is a python library for the manipulation, processing and plotting
        of the input and output files of ESA Experiment Planning Software (EPS).
        
        .. WARNING::
           This is a very beta-project. It's not on PyPI and can't be installed via PIP.
        
        * Free software: BSD license
        * Documentation: http://epys.rtfd.org.
        
        Features
        --------
        
        * Read an EPS data-rate output file into a numpy array with instrument header information.
        
        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 epys
        
        
        
        
        History
        -------
        
        0.1.0 (2013-12-16)
        ++++++++++++++++++
        
        * First push to Github repo - still buggy.
        
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
