Metadata-Version: 2.1
Name: interfile
Version: 0.3.1
Summary: Interfile read and write.
Home-page: http://www.occiput.io/
Author: Stefano Pedemonte
Author-email: stefano.pedemonte@gmail.com
License: LICENSE.txt
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Classifier: Topic :: Scientific/Engineering :: Mathematics

=========
interfile
=========

Interfile read, write and convert. 
Typical usage looks like this::

    #!/usr/bin/env python

    from interfile import *
    # ... this will need more documentation, see occiput.io for examples of use



Installation
============

Linux, MacOsX
-------------

pip install interfile

or download source files, uncompress, at the command line cd to the downloaded folder and run: 

python setup.py build test install 









