{ "info": { "author": "Xavier MB", "author_email": "SilverNeon123@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: Free for non-commercial use", "Natural Language :: English", "Programming Language :: Python :: 2.7" ], "description": "This module shortens numbers to floats given to function within. All you need to do is give it the number and the number of letters, and it will return them.\r\n\r\nExample:\r\n\r\nfrom numShortener import *\r\n\r\nprint shortenNum(123, 1)\r\n>>> 123.00\r\nprint shortenNum(10**4, 2)\r\n>> 10.00Th", "description_content_type": null, "docs_url": null, "download_url": "https://www.dropbox.com/s/hx1nftfocrsu0fw/numShortener.py?dl=0", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "shorten, number", "license": "", "maintainer": "", "maintainer_email": "", "name": "Number_Shortener", "package_url": "https://pypi.org/project/Number_Shortener/", "platform": "", "project_url": "https://pypi.org/project/Number_Shortener/", "project_urls": { "Download": "https://www.dropbox.com/s/hx1nftfocrsu0fw/numShortener.py?dl=0" }, "release_url": "https://pypi.org/project/Number_Shortener/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "Shortens your numbers", "version": "1.0.0" }, "last_serial": 1601421, "releases": { "1.0.0": [] }, "urls": [] }