fixedrec

fixedrec - Fixed size record IO


License
Other
Install
pip install fixedrec==1.0.3

Documentation

Documentation Status https://travis-ci.org/thebjorn/fixedrec.svg?branch=master Test Coverage

fixedrec -- fixed size record IO

Documentation is available at: http://fixedrec.readthedocs.org/

Installing from PyPI

This is what you want if you just want to use fixedrec:

pip install fixedrec

As a source package

This is what you want if you are developing fixedrec or want to make local changes to the source code.

pip install -e <path>