Metadata-Version: 1.1
Name: pycoda
Version: 1.1.0
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@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
        ~~~~~~~
        
        1.1.0 (2022-05-18)
        ------------------
        - `github PR11 <https://github.com/acsone/pycoda/pull/11>`_:
          Store the move reference and the move reference detail into separate fields
          to ease reconciliation.
        
        
        1.0.0 (2018-09-26)
        ------------------
        
        - Compatible python 3 (tested with 3.5)
        
        
        0.5 (2018-02-06)
        ----------------
        
        - Add support for foreign account number.
        
        
        0.4 (2015-02-26)
        ----------------
        
        - `github ISSUE3 <https://github.com/acsone/pycoda/issues/3>`_:
          Globalisation lines are considered as Normal if they are not
          followed by details lines. The transaction type is now used
          to detect the details lines.
        
        
        0.3 (2015-01-15)
        ----------------
        
        - `github PR2 <https://github.com/acsone/pycoda/pull/2>`_:
          fix error in parseInformationRecord (@vparitskiy)
        
        
        0.2 (2014-09-15)
        ----------------
        
        - `github PR1 <https://github.com/acsone/pycoda/pull/1>`_:
          bugfix in exeption msg (@vparitskiy)
        
        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
Classifier: Programming Language :: Python :: 3.5
