{ "info": { "author": "Anisov Dmitriy", "author_email": "dimaanisov24@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Mathematical rounding in Python 3\n=================================\n\n\nThis package is designed for using mathematical rounding. This type of rounding was used by function - round () in python 2.\n\nQuick start\n===========\n\n#. Install this package using pip::\n\n pip install math-round\n\n#. Import **mround** function from **math_round** package.\n#. Use like this::\n\n mround(12.123) # - > 12\n mround(12.123, 1) # -> 12.1\n#. To replace the standard function - round () in the whole project, write the following in the main __init__ file: ::\n\n import builtins\n from math_round import mround\n\n\n builtins.round = mround", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/anisov/math-round", "keywords": "math,round,math-round", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "math-round", "package_url": "https://pypi.org/project/math-round/", "platform": "", "project_url": "https://pypi.org/project/math-round/", "project_urls": { "Homepage": "https://github.com/anisov/math-round" }, "release_url": "https://pypi.org/project/math-round/0.0.3.post1/", "requires_dist": null, "requires_python": "", "summary": "Mathematical rounding for python 3", "version": "0.0.3.post1" }, "last_serial": 4816150, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "7b40b126692f69acd1a45260ecc94ebe", "sha256": "347371a3d499a421ef9ed9b6b48b228b329a768589d77cf0bf5dd0b1d3080472" }, "downloads": -1, "filename": "math-round-0.0.1.tar.gz", "has_sig": false, "md5_digest": "7b40b126692f69acd1a45260ecc94ebe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22242, "upload_time": "2019-02-13T12:59:08", "url": "https://files.pythonhosted.org/packages/d3/19/c170eca5f0ebeff2a8a339a6d4b42f1df744d8dab6fa3c3f99bb7e755b4b/math-round-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "caf9e942a28137c0837ae0000b83958f", "sha256": "9c142642b2ab21a194dfdfc1f1f4c91b9aa3649d479171d773d4675af54c4372" }, "downloads": -1, "filename": "math-round-0.0.2.tar.gz", "has_sig": false, "md5_digest": "caf9e942a28137c0837ae0000b83958f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22529, "upload_time": "2019-02-13T13:17:50", "url": "https://files.pythonhosted.org/packages/b6/b2/916e568f178e8021adc8e6114c8a2cccfc1e4cc74ea10884bc03d5e3d49f/math-round-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "8b3807f85fddb2df2af79372c9966a46", "sha256": "7a95917645cc8528f09d12fad34af43ffe0c82cc856cc39736f8390e6703f026" }, "downloads": -1, "filename": "math-round-0.0.3.tar.gz", "has_sig": false, "md5_digest": "8b3807f85fddb2df2af79372c9966a46", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1758, "upload_time": "2019-02-13T14:50:55", "url": "https://files.pythonhosted.org/packages/9e/08/733bff4f626cd1b78aa10e9c62523ed42cb1f2ff5e54dd91af5aff57679f/math-round-0.0.3.tar.gz" } ], "0.0.3.post1": [ { "comment_text": "", "digests": { "md5": "22c51326e4d480808c5d32ca0fdc9113", "sha256": "ab2d6fb0b21cc4f42874f1fb352b12f226fbec34cc40c8560499105119eb76ab" }, "downloads": -1, "filename": "math-round-0.0.3.post1.tar.gz", "has_sig": false, "md5_digest": "22c51326e4d480808c5d32ca0fdc9113", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1778, "upload_time": "2019-02-13T15:10:49", "url": "https://files.pythonhosted.org/packages/3f/2d/ed732df2e5af9a35cfaa9110f290df733b15f8610261f0a9b92e6c75b987/math-round-0.0.3.post1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "22c51326e4d480808c5d32ca0fdc9113", "sha256": "ab2d6fb0b21cc4f42874f1fb352b12f226fbec34cc40c8560499105119eb76ab" }, "downloads": -1, "filename": "math-round-0.0.3.post1.tar.gz", "has_sig": false, "md5_digest": "22c51326e4d480808c5d32ca0fdc9113", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1778, "upload_time": "2019-02-13T15:10:49", "url": "https://files.pythonhosted.org/packages/3f/2d/ed732df2e5af9a35cfaa9110f290df733b15f8610261f0a9b92e6c75b987/math-round-0.0.3.post1.tar.gz" } ] }