Metadata-Version: 1.1
Name: pycoda
Version: 0.2
Summary: Python library for Coded statement of account (CODA) 
Home-page: http://pypi.python.org/pypi/pycoda
Author: ACSONE SA/NV
Author-email: laurent.mignon__at__acsone.eu
License: UNKNOWN
Description: pycoda
        ======
        
        .. image:: https://badge.fury.io/py/pycoda.svg?
            :target: http://badge.fury.io/py/pycoda
        .. image:: https://travis-ci.org/acsone/pycoda.svg?branch=master
            :target: https://travis-ci.org/acsone/pycoda
        .. image:: https://coveralls.io/repos/acsone/pycoda/badge.png?branch=master 
            :target: https://coveralls.io/r/acsone/pycoda?branch=master
        .. image:: https://pypip.in/license/pycoda/badge.svg
            :target: https://pypi.python.org/pypi/pycoda/
            :alt: License
        
        A python library for parsing CODA files
        
        - Code repository: http://github.com/acsone/pycoda
        - Report bugs at http://github.com/acsone/pycoda/issues
        
        Authors:
        
         * Laurent Mignon (ACSONE)
        
        
        
        Changes
        ~~~~~~~
        
        0.2 (2014-09-15)
        ----------------
        
        - `github PR1 <https://github.com/acsone/pycoda/pull/1>`_:
          bugfix in exeption msg (@crunching)
        
        0.1 (2014-07-10)
        ----------------
        
        - Initial implementation of the CODA reader
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: Markup
Classifier: Programming Language :: Python :: 2
