{ "info": { "author": "Ben Coughlan", "author_email": "ben.coughlan@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Other Environment", "Environment :: Plugins", "Framework :: Django", "Intended Audience :: Developers", "Intended Audience :: Financial and Insurance Industry", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Office/Business :: Financial" ], "description": "Python-Money\r\n============\r\n\r\nIntroduction\r\n------------\r\n\r\npython-money provides carefully designed basic Python primitives for working with money and currencies.\r\n\r\nThe primary objectives of this module is to aid in the development of financial applications by increasing testability and reusability, reducing code duplication and reducing the risk of defects occurring in the code.\r\n\r\nThe module defines two basic Python classes -- a Currency class and a Money class. It also pre-defines all the world's currencies, according to the ISO 4217 standard. The classes define some basic operations for working with money, overriding Python's addition, substraction, multiplication, etc. in order to account for working with money in different currencies. They also define currency-aware comparison operators. To avoid floating point precision errors in monetary calculations, the module uses Python's Decimal type exclusively.\r\n\r\nThe design of the module is based on the Money enterprise design pattern, as described in Martin Fowler's \"Patterns of Enterprise Application Architecture\".\r\n\r\nThis project also contains Django helper classes for easy integration with python-money.\r\n\r\nInstallation\r\n------------\r\n\r\n python setup.py install\r\n\r\nProject Site\r\n------------\r\nhttp://code.google.com/p/python-money/\r\n\r\n*This project is sponsored by* `A115 Ltd `_.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://code.google.com/p/python-money", "keywords": "money currency", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "python-money", "package_url": "https://pypi.org/project/python-money/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python-money/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://code.google.com/p/python-money" }, "release_url": "https://pypi.org/project/python-money/0.5/", "requires_dist": null, "requires_python": null, "summary": "Data classes to represent Money and Currency types", "version": "0.5" }, "last_serial": 324694, "releases": { "0.5": [ { "comment_text": "", "digests": { "md5": "3f450ad092022ccc68869d50a1ba03fc", "sha256": "d98114d1895534fae37f1d4f44df25828c25e6c5a9298e1ec343cbcc6290f4e9" }, "downloads": -1, "filename": "python-money-0.5.tar.gz", "has_sig": false, "md5_digest": "3f450ad092022ccc68869d50a1ba03fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14935, "upload_time": "2011-05-16T04:40:09", "url": "https://files.pythonhosted.org/packages/8c/bb/b24ed78d62b2463d46c182698c64636424c0761f9a84008572983b06f5d4/python-money-0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3f450ad092022ccc68869d50a1ba03fc", "sha256": "d98114d1895534fae37f1d4f44df25828c25e6c5a9298e1ec343cbcc6290f4e9" }, "downloads": -1, "filename": "python-money-0.5.tar.gz", "has_sig": false, "md5_digest": "3f450ad092022ccc68869d50a1ba03fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14935, "upload_time": "2011-05-16T04:40:09", "url": "https://files.pythonhosted.org/packages/8c/bb/b24ed78d62b2463d46c182698c64636424c0761f9a84008572983b06f5d4/python-money-0.5.tar.gz" } ] }