{ "info": { "author": "Ravin Kumar", "author_email": "mr.ravin_kumar@hotmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Theorem10 [A theorem in Mathematics]\nThis repository includes a computer program for a mathematical theorem paper titled \"A theorem on numbers of the form 10^x\"\n\nAuthor: [Ravin Kumar](https://mr-ravin.github.io)\n\n### Demonstration\n\n```python\nimport theorem10\nx=4 # we took x=4 as an example, for number of form 10^x \nnum_bits=theorem10.get_bits(x) # here, we pass x to get_bits function, and it returns number of bits \n # that will always represent total numbers greater than 10^x\n```\n\n### PyPi package installation\n\n```\npip3 install theorem10\n```\n##### Note: This computer program is made available free to use. Please use this code at your own risk.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mr-ravin/theorem10", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "theorem10", "package_url": "https://pypi.org/project/theorem10/", "platform": "", "project_url": "https://pypi.org/project/theorem10/", "project_urls": { "Homepage": "https://github.com/mr-ravin/theorem10" }, "release_url": "https://pypi.org/project/theorem10/1.0/", "requires_dist": null, "requires_python": "", "summary": "This repository includes a computer program for a mathematical theorem paper titled A theorem on numbers of the form 10^x", "version": "1.0" }, "last_serial": 5624035, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "ee265443733875bd59a21a5df5f68a57", "sha256": "4b173b8e851947ec7b4cfef59e70d7c5d7babe0a501bdc507e10debb5dffddee" }, "downloads": -1, "filename": "theorem10-0.1.tar.gz", "has_sig": false, "md5_digest": "ee265443733875bd59a21a5df5f68a57", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1484, "upload_time": "2019-08-02T12:36:06", "url": "https://files.pythonhosted.org/packages/8f/0e/42be6336ffae6b396e7457c7a37b46b1e11d125ccff79eba905057b41e17/theorem10-0.1.tar.gz" } ], "1.0": [ { "comment_text": "", "digests": { "md5": "ccf034b0b94a5cb5dd6885f15725643b", "sha256": "a246a629b8585c1a7ff4a9b910d9cbe70fc72409a7b1eb83f10985ce9ab781ce" }, "downloads": -1, "filename": "theorem10-1.0.tar.gz", "has_sig": false, "md5_digest": "ccf034b0b94a5cb5dd6885f15725643b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1479, "upload_time": "2019-08-02T12:43:56", "url": "https://files.pythonhosted.org/packages/8b/e8/b196373e61090df87ccf7d97b39e52b11a07702f57c4a221492cb890f5b1/theorem10-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ccf034b0b94a5cb5dd6885f15725643b", "sha256": "a246a629b8585c1a7ff4a9b910d9cbe70fc72409a7b1eb83f10985ce9ab781ce" }, "downloads": -1, "filename": "theorem10-1.0.tar.gz", "has_sig": false, "md5_digest": "ccf034b0b94a5cb5dd6885f15725643b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1479, "upload_time": "2019-08-02T12:43:56", "url": "https://files.pythonhosted.org/packages/8b/e8/b196373e61090df87ccf7d97b39e52b11a07702f57c4a221492cb890f5b1/theorem10-1.0.tar.gz" } ] }