{ "info": { "author": "Tim Lardner", "author_email": "timlardner@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Topic :: Utilities" ], "description": "#Human Readable Binary Converter\r\n\r\nExample code:\r\n\r\n\r\n from HumanReadableBinary import convert\r\n \r\n import numpy as np\r\n \r\n import pickle\r\n \r\n array = np.random.rand(1000)\r\n \r\n convert('binary.txt',pickle.dumps(array))\r\n\r\n\r\n\r\nAdvised as for educational use only.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/timlardner/HumanReadableBinary", "keywords": "binary human readable", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "HumanReadableBinaryConverter", "package_url": "https://pypi.org/project/HumanReadableBinaryConverter/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/HumanReadableBinaryConverter/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/timlardner/HumanReadableBinary" }, "release_url": "https://pypi.org/project/HumanReadableBinaryConverter/0.1.1.0.1.1.1/", "requires_dist": null, "requires_python": null, "summary": "A utility to convert unfriendly binary code into something that's readable by humans.", "version": "0.1.1.0.1.1.1" }, "last_serial": 2633276, "releases": { "0.1.1.0.0.0.1": [], "0.1.1.0.0.1.0": [], "0.1.1.0.0.1.1": [], "0.1.1.0.1.0.0": [], "0.1.1.0.1.0.1": [], "0.1.1.0.1.1.1": [] }, "urls": [] }