{ "info": { "author": "Anuj Mokashi", "author_email": "xyz@abc.com", "bugtrack_url": null, "classifiers": [ "Operating System :: OS Independent", "Programming Language :: Python :: 2" ], "description": "# numberdata Documentation\n---\n## Installation\n*numberdata* lets you perform basic operations on numbers\n\n```python\npip install numberdata\n```\n---\n\n## Usage\n```python\nimport numberdata\n```\nCalculate _SquareRoot_ of a number\n```python\noutput = numberdata.calculateSquareRoot(64)\nprint(output)\n# 8 \n```\nCalculate _Square_ of a number\n```python\noutput = numberdata.calculateSquare(7)\nprint(output)\n# 49\n```\n\nCalculate _Cube_ of a number\n```python\noutput = numberdata.calculateCube(3)\nprint(output)\n# 27\n```\n\nCalculate _Power_ of a number\n```python\noutput = numberdata.calculatePower(2,4))\nprint(output)\n# 16\n```\n_Power_ can also be calculated of **non-integer** numbers.\n```python\n# Calculate Power of a number\nprint(numberdata.calculatePower(125,1/3))\n# 5\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "package numbers calculations", "license": "", "maintainer": "", "maintainer_email": "", "name": "numberdata", "package_url": "https://pypi.org/project/numberdata/", "platform": "", "project_url": "https://pypi.org/project/numberdata/", "project_urls": null, "release_url": "https://pypi.org/project/numberdata/1.0.2/", "requires_dist": null, "requires_python": "", "summary": "A simple package calculating values for a single number", "version": "1.0.2" }, "last_serial": 4477528, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "f6777616bdc18fc317c1133b89ce6a8f", "sha256": "55dfcaea46d037e59c0bb9c3c94aab0a7021422987ba63a4e2974f3d75b65b10" }, "downloads": -1, "filename": "numberdata-1.0.0-py3.7.egg", "has_sig": false, "md5_digest": "f6777616bdc18fc317c1133b89ce6a8f", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 2447, "upload_time": "2018-11-12T13:04:24", "url": "https://files.pythonhosted.org/packages/a3/0b/e7f5b6034f9adf86993efc97ee548ad6c089f820dfc42c9d95529bc78f94/numberdata-1.0.0-py3.7.egg" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "8dc37f50d5233df85256c3ab9cd12167", "sha256": "5f9ef4ab9db4459d60aa526e61ddc1d131af0ef33e86465e01c52a0629b8aab0" }, "downloads": -1, "filename": "numberdata-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "8dc37f50d5233df85256c3ab9cd12167", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2641, "upload_time": "2018-11-12T13:24:09", "url": "https://files.pythonhosted.org/packages/d7/6e/e1c418f04bcd3bd72968e27863d8812dd4e7d1e5ccb1b37431b0b2c44e25/numberdata-1.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "56929c5d9dcebaaf524473648040afe5", "sha256": "4e3f0e7eb82368c36b1967ced9fa6e24bdc7b8f6bf943828022cc798313cc50d" }, "downloads": -1, "filename": "numberdata-1.0.1.tar.gz", "has_sig": false, "md5_digest": "56929c5d9dcebaaf524473648040afe5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1188, "upload_time": "2018-11-12T13:24:11", "url": "https://files.pythonhosted.org/packages/ff/f4/ed65b92b17ae18374238391de85ae3f74a2f666e1ab2c6177bf9040483f6/numberdata-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "e6c409faf3cdc78c5c61f570ce1cef6e", "sha256": "c40393caaf4d489e220105a557bd269bf75e2bdf5ac657a70ea68a684d987dd8" }, "downloads": -1, "filename": "numberdata-1.0.2-py3.7.egg", "has_sig": false, "md5_digest": "e6c409faf3cdc78c5c61f570ce1cef6e", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 2717, "upload_time": "2018-11-12T14:21:46", "url": "https://files.pythonhosted.org/packages/59/8a/b6948d000060a820308029b4b9ae4cae3b1518f6c7cc22016f98c4280164/numberdata-1.0.2-py3.7.egg" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e6c409faf3cdc78c5c61f570ce1cef6e", "sha256": "c40393caaf4d489e220105a557bd269bf75e2bdf5ac657a70ea68a684d987dd8" }, "downloads": -1, "filename": "numberdata-1.0.2-py3.7.egg", "has_sig": false, "md5_digest": "e6c409faf3cdc78c5c61f570ce1cef6e", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 2717, "upload_time": "2018-11-12T14:21:46", "url": "https://files.pythonhosted.org/packages/59/8a/b6948d000060a820308029b4b9ae4cae3b1518f6c7cc22016f98c4280164/numberdata-1.0.2-py3.7.egg" } ] }