{ "info": { "author": "Artem Konyshev", "author_email": "konyshev.ar@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Digit Index\n\nThis package contains an effective algorithm for finding what\ndigit is placed on certain 0-based or 1-based index in string\nof numbers from zero to infinity\n\n# Install\n pip install digit-index\n\n# Usage\n\n import digit_index\n\n digit = digit_index.get_digit_zero_based(0)\n print(digit) # 0\n\n digit = digit_index.get_digit_one_based(0)\n print(digit) # 1\n\n# License\n\nMIT\n\n", "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/KonyshevArtem/digit-index", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "digit-index", "package_url": "https://pypi.org/project/digit-index/", "platform": "", "project_url": "https://pypi.org/project/digit-index/", "project_urls": { "Homepage": "https://github.com/KonyshevArtem/digit-index" }, "release_url": "https://pypi.org/project/digit-index/1.0/", "requires_dist": null, "requires_python": ">=3.0", "summary": "Package for effectively finding digit on certain index in infinite number string", "version": "1.0" }, "last_serial": 5816246, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "e98169cb4ed3d182d9cb04ce767fe19e", "sha256": "0458b9f465802dc6327ac1e600031345e69311f654600dac4856f2f8e87b36e4" }, "downloads": -1, "filename": "digit_index-1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "e98169cb4ed3d182d9cb04ce767fe19e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.0", "size": 2680, "upload_time": "2019-09-11T18:06:03", "url": "https://files.pythonhosted.org/packages/83/eb/9d175f374c889e44563a6ad02df671e51712e374cffd52c1643edaee687a/digit_index-1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bce056e62afdae9c043ba4762ed92d94", "sha256": "631ece2e7ff48ac09d0b3acc75fa96605bf3fef98a6582fc752e740a787976d1" }, "downloads": -1, "filename": "digit-index-1.0.tar.gz", "has_sig": false, "md5_digest": "bce056e62afdae9c043ba4762ed92d94", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.0", "size": 1514, "upload_time": "2019-09-11T18:06:07", "url": "https://files.pythonhosted.org/packages/e9/da/8497a358138c0cffa1f3a2b659792affabf28dcbfa82ac17f7b08b213199/digit-index-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e98169cb4ed3d182d9cb04ce767fe19e", "sha256": "0458b9f465802dc6327ac1e600031345e69311f654600dac4856f2f8e87b36e4" }, "downloads": -1, "filename": "digit_index-1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "e98169cb4ed3d182d9cb04ce767fe19e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.0", "size": 2680, "upload_time": "2019-09-11T18:06:03", "url": "https://files.pythonhosted.org/packages/83/eb/9d175f374c889e44563a6ad02df671e51712e374cffd52c1643edaee687a/digit_index-1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bce056e62afdae9c043ba4762ed92d94", "sha256": "631ece2e7ff48ac09d0b3acc75fa96605bf3fef98a6582fc752e740a787976d1" }, "downloads": -1, "filename": "digit-index-1.0.tar.gz", "has_sig": false, "md5_digest": "bce056e62afdae9c043ba4762ed92d94", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.0", "size": 1514, "upload_time": "2019-09-11T18:06:07", "url": "https://files.pythonhosted.org/packages/e9/da/8497a358138c0cffa1f3a2b659792affabf28dcbfa82ac17f7b08b213199/digit-index-1.0.tar.gz" } ] }