{ "info": { "author": "Leuchter Open Source Solutions AG", "author_email": "tryton@leuchterag.ch", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Financial and Insurance Industry", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Office/Business :: Financial", "Topic :: Office/Business :: Financial :: Accounting", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "ESR Parser\n==========\n\nParser library for Swiss ESR (\"Einzahlungsschein mit Referenznummer\") account\nstatement records.\n\nFeatures\n--------\n\n* Support for type 3 and 4 records (automatically detected)\n* Implements various integrity checks according to record description manual\n* Converts values to int, Decimal, etc.\n\nGetting started\n---------------\n\nRead data from a ESR file (usually ending with \\*.v11)::\n\n from esr import ESR\n\n with open('esr_file.v11', 'r') as f:\n data = f.read()\n\n statement = ESR.parse(data)\n\n for record in statement.records:\n print(record.amount)\n print(statement.total_record.amount)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/loss/python-esr", "keywords": null, "license": "GPL-3", "maintainer": null, "maintainer_email": null, "name": "python-esr", "package_url": "https://pypi.org/project/python-esr/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python-esr/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/loss/python-esr" }, "release_url": "https://pypi.org/project/python-esr/0.2/", "requires_dist": null, "requires_python": null, "summary": "Swiss ESR account statement record parser", "version": "0.2" }, "last_serial": 1189012, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "7069d1a11370de654ea0a695c071226c", "sha256": "e249ccfb8733d1615a9f560c281f969b1893ef36033769a0b61369bcf66dfb36" }, "downloads": -1, "filename": "python-esr-0.1.tar.gz", "has_sig": false, "md5_digest": "7069d1a11370de654ea0a695c071226c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5352, "upload_time": "2014-05-21T12:28:56", "url": "https://files.pythonhosted.org/packages/1e/80/31d038c5cc5f57edc9be10322c8a1170bc62c4b3720efe6e210e7546971e/python-esr-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "f709eafc16c5ad9ffbd0f83f08dccb46", "sha256": "d918baf5b8fab97f1d0cca09d0331e2e56f19caa55a8cc3c940e0ba827850b0f" }, "downloads": -1, "filename": "python-esr-0.2.tar.gz", "has_sig": false, "md5_digest": "f709eafc16c5ad9ffbd0f83f08dccb46", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17869, "upload_time": "2014-08-13T10:33:20", "url": "https://files.pythonhosted.org/packages/91/1e/9c3a3df9c242427928f0804137f2918584cd972cf2e0253c99024448bc2c/python-esr-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f709eafc16c5ad9ffbd0f83f08dccb46", "sha256": "d918baf5b8fab97f1d0cca09d0331e2e56f19caa55a8cc3c940e0ba827850b0f" }, "downloads": -1, "filename": "python-esr-0.2.tar.gz", "has_sig": false, "md5_digest": "f709eafc16c5ad9ffbd0f83f08dccb46", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17869, "upload_time": "2014-08-13T10:33:20", "url": "https://files.pythonhosted.org/packages/91/1e/9c3a3df9c242427928f0804137f2918584cd972cf2e0253c99024448bc2c/python-esr-0.2.tar.gz" } ] }