{ "info": { "author": "Yoginth", "author_email": "me@yoginth.com", "bugtrack_url": null, "classifiers": [ "Environment :: Plugins", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "## Readify [![pipeline status](https://gitlab.com/yoginth/readify/badges/master/pipeline.svg)](https://gitlab.com/yoginth/readify/commits/master)\n\n> Convert Integer to Human Readable format\n\n## Demo\n\nDemo on [Repl.it](https://repl.it/@yoginth/readify)\n\n## Install\n\n```\n$ pip install readify\n```\n\n## Usage\n\n```python\nfrom readify import readify\n\nprint(readify(1545451548515484)) \n#=> 1545.5T\n\nprint(readify(736572365, 5)) \n#=> 736.57236M\n```\n## API\n\n### readify(input)\n\nType: `number`\n\n### readify(input, fraction_point)\n\nType: `number` and `number`\n\nNumber to humanize.\nFraction Point\n\n## License\n\n[MIT][LICENSE] Yoginth\n\n[LICENSE]: https://mit.yoginth.com", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://yoginth.com", "keywords": "Humanize,Readable", "license": "MIT", "maintainer": "Yoginth", "maintainer_email": "me@yoginth.com", "name": "readify", "package_url": "https://pypi.org/project/readify/", "platform": "", "project_url": "https://pypi.org/project/readify/", "project_urls": { "Homepage": "https://yoginth.com", "Source": "https://gitlab.com/yoginth/readify" }, "release_url": "https://pypi.org/project/readify/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "Convert Integer to Human Readable format", "version": "1.0.0" }, "last_serial": 5224675, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "b1efe767452ef1802badb21ab3b64c84", "sha256": "c403e3b4b828a5664957a6412ba0a0104b78f700e705e1d056872201e4916e20" }, "downloads": -1, "filename": "readify-0.0.1.tar.gz", "has_sig": false, "md5_digest": "b1efe767452ef1802badb21ab3b64c84", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1802, "upload_time": "2019-05-04T05:10:59", "url": "https://files.pythonhosted.org/packages/ba/68/e94904628485d5e4e901fff472d5853ff1337c312c3ff35544ebbbede2e8/readify-0.0.1.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "519eaf5fa628045209de6668c5aba7a9", "sha256": "afcf4c4c7ec3640a00ae0f0d1f75f3c944a058528c7ef34aa8bd3023508388ee" }, "downloads": -1, "filename": "readify-1.0.0.tar.gz", "has_sig": false, "md5_digest": "519eaf5fa628045209de6668c5aba7a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1804, "upload_time": "2019-05-04T05:13:28", "url": "https://files.pythonhosted.org/packages/6b/cb/75e0569d4e2769878aa1196e29f835d80990cc93beea4f2d12692e443e6f/readify-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "519eaf5fa628045209de6668c5aba7a9", "sha256": "afcf4c4c7ec3640a00ae0f0d1f75f3c944a058528c7ef34aa8bd3023508388ee" }, "downloads": -1, "filename": "readify-1.0.0.tar.gz", "has_sig": false, "md5_digest": "519eaf5fa628045209de6668c5aba7a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1804, "upload_time": "2019-05-04T05:13:28", "url": "https://files.pythonhosted.org/packages/6b/cb/75e0569d4e2769878aa1196e29f835d80990cc93beea4f2d12692e443e6f/readify-1.0.0.tar.gz" } ] }