{ "info": { "author": "Stefan Krah", "author_email": "skrah@bytereef.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: End Users/Desktop", "Intended Audience :: Financial and Insurance Industry", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: C", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.2", "Topic :: Scientific/Engineering :: Mathematics", "Topic :: Software Development" ], "description": "**Please note**: cdecimal has been integrated into CPython 3.3, where it\r\nsupersedes the pure Python version: *import decimal* will automatically\r\nimport the C version. Performance has been improved further, so the\r\ncdecimal version shipped with CPython 3.3 is significantly faster for\r\nnumerical workload than cdecimal-2.3. If you need maximum decimal\r\ncomputing performance, you should solely use that Python version.\r\n\r\ncdecimal is a fast drop-in replacement for the decimal module in Python's\r\nstandard library for Python versions 2.5 up to 3.2. It provides a complete implementation of Mike Cowlishaw/IBM's General Decimal Arithmetic Specification.\r\n\r\nSince cdecimal is compatible with decimal, the official documentation is\r\nvalid: http://docs.python.org/library/decimal.html\r\n\r\nFor the few remaining differences, see:\r\nhttp://www.bytereef.org/mpdecimal/doc/cdecimal/index.html\r\n\r\n\r\n**NOTE: The safest way to get cdecimal is to use the download URL\r\nand verify the sha256sum:**\r\n\r\nd737cbe43ed1f6ad9874fb86c3db1e9bbe20c0c750868fde5be3f379ade83d8b cdecimal-2.3.tar.gz\r\n\r\nDo not necessarily trust the above checksum. Use a search engine to ensure\r\nthat it is identical to the one in the release announcement of cdecimal-2.3.", "description_content_type": null, "docs_url": null, "download_url": "http://www.bytereef.org/software/mpdecimal/releases/cdecimal-2.3.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.bytereef.org/mpdecimal/index.html", "keywords": "decimal,floating point,correctly-rounded,arithmetic,arbitrary precision", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "cdecimal", "package_url": "https://pypi.org/project/cdecimal/", "platform": "Many", "project_url": "https://pypi.org/project/cdecimal/", "project_urls": { "Download": "http://www.bytereef.org/software/mpdecimal/releases/cdecimal-2.3.tar.gz", "Homepage": "http://www.bytereef.org/mpdecimal/index.html" }, "release_url": "https://pypi.org/project/cdecimal/2.3/", "requires_dist": null, "requires_python": null, "summary": "Fast drop-in replacement for decimal.py", "version": "2.3" }, "last_serial": 2148755, "releases": { "2.3": [] }, "urls": [] }