Metadata-Version: 2.0
Name: fixedrec
Version: 1.0.1
Summary: fixedrec - Fixed size record IO
Home-page: https://github.com/thebjorn/fixedrec
Author: Bjorn Pettersen
Author-email: bp@norsktest.no
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Libraries

fixedrec -- fixed size record IO
==================================================


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>




See docs/ folder for documentation.


