Metadata-Version: 1.1
Name: pyinform
Version: 0.0.4
Summary: A wrapper for the Inform library
Home-page: https://github.com/elife-asu/pyinform
Author: Douglas G. Moore
Author-email: douglas.g.moore@asu.edu
License: The MIT License (MIT)

Copyright (c) 2016, ELIFE

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Description: ========
        PyInform
        ========
        
        PyInform is a python wrapper for the C `inform <https://github.com/elife-asu/inform>`_ library.
        
        -------------------------
        Building and Installation
        -------------------------
        
        To install the wrapper, you will first need to install `inform <https://github.com/elife-asu/inform>`_. PyInform has one python dependency: `NumPy <http://www.numpy.org>`_.
        
        Once `NumPy <http://www.numpy.org>`_ been installed, you can test and install with :code:`setup.py`::
        
            $ python setup.py test
            $ python setup.py install --user
        
        or using :code:`pip` on your local copy: ::
        
            $ python setup.py test
            $ pip install --user .
        
        --------------
        System Support
        --------------
        
        So far the python wrapper has been tested under :code:`python2.7`, :code:`python3.4` and :code:`python3.5`, and on the following platforms:
        
        * Debian 8
        * Mac OS X 10.11 (El Capitan)
        * Windows 10
        
Platform: Windows
Platform: Linux
Requires: numpy
