Metadata-Version: 1.1
Name: fixedrec
Version: 1.0.3
Summary: fixedrec - Fixed size record IO
Home-page: https://github.com/thebjorn/fixedrec
Author: Bjorn Pettersen
Author-email: bp@norsktest.no
License: UNKNOWN
Description: 
        .. image:: https://readthedocs.org/projects/fixedrec/badge/?version=latest
           :target: https://readthedocs.org/projects/fixedrec/?badge=latest
           :alt: Documentation Status
        
        .. image:: https://travis-ci.org/thebjorn/fixedrec.svg?branch=master
           :target: https://travis-ci.org/thebjorn/fixedrec
        
        .. image:: https://coveralls.io/repos/thebjorn/fixedrec/badge.png 
           :target: https://coveralls.io/r/thebjorn/fixedrec
           :alt: 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>
        
        
        
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
