{ "info": { "author": "SawyerSteven", "author_email": "sawyerstevenk@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "\r\n.. image:: https://raw.githubusercontent.com/sawyersteven/randomindexlist/master/img/Logo_wide.png\r\n :target: https://raw.githubusercontent.com/sawyersteven/randomindexlist/master/img/Logo_wide.png\r\n :alt: Logo\r\n\r\n\r\nRandomIndexList\r\n===============\r\n\r\nEver wonder why lists start at ``0``\\ ? Become the master of your own list objects and wonder no more! With RandomIndexList you'll create arrays that start at whichever number you please, or let RandomIndexList's state-of-the-art randomizer select a completely arbitrary starting index for you!\r\n\r\nInstallation\r\n^^^^^^^^^^^^\r\n\r\nRandomIndexList has been tested on Python 3.4.0 and 2.7.14. Others versions are likely to work just as well, but it would be best to just completely avoid this package if you value your sanity.\r\n\r\nInstall via pip with ``pip install RandomIndexList``\r\n\r\nUsage\r\n^^^^^\r\n\r\nRandomIndexList extends Python's built-in List class and can be used in the same manner.\r\n\r\nIf you like to live on the edge you can let RandomIndexList pick a starting index for you.\r\n\r\n.. code-block::\r\n\r\n from RandomIndexList import RandomIndexList\r\n my_list = RandomIndexList(range(0, 5))\r\n my_list.index\r\n >>> 55\r\n my_list[56]\r\n >>> 1\r\n\r\n\r\nIf you have enough chaos in your life you can choose your own starting index.\r\n\r\n.. code-block::\r\n\r\n my_list = RandomIndexList(range(0, 5), index=95)\r\n my_list[97]\r\n >>> 2\r\n\r\n\r\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/sawyersteven/randomindexlist", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "RandomIndexList", "package_url": "https://pypi.org/project/RandomIndexList/", "platform": "", "project_url": "https://pypi.org/project/RandomIndexList/", "project_urls": { "Homepage": "https://github.com/sawyersteven/randomindexlist" }, "release_url": "https://pypi.org/project/RandomIndexList/0.3/", "requires_dist": null, "requires_python": "", "summary": "Start lists at any position. Because you can!", "version": "0.3" }, "last_serial": 4018519, "releases": { "0.3": [ { "comment_text": "", "digests": { "md5": "3c77c63eeec3696f645267e1d57d6d39", "sha256": "a05eb867d946bbeb0f877fd8ff816be457243f0c9bbb06667ca4183b7a8afafd" }, "downloads": -1, "filename": "RandomIndexList-0.3-py2-none-any.whl", "has_sig": false, "md5_digest": "3c77c63eeec3696f645267e1d57d6d39", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 1784, "upload_time": "2018-06-30T15:48:40", "url": "https://files.pythonhosted.org/packages/2a/5b/e7a9698d86c66f88eeb6119541e1e880baae586b1118d8da348ddde50098/RandomIndexList-0.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fd354d89bf2515e4725ca01c0c51d279", "sha256": "c452e22d367f8d701f40d9661398a7e7b3b4a02340c1b41a91411d089da9b2a7" }, "downloads": -1, "filename": "RandomIndexList-0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "fd354d89bf2515e4725ca01c0c51d279", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1791, "upload_time": "2018-06-30T15:48:42", "url": "https://files.pythonhosted.org/packages/69/0c/f6eaf3e8b0140371a7bf120c91e2772be1698df98e229f1c1cc2c6f3a081/RandomIndexList-0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fd7928cee7b76ef32da02ecf62a30eb5", "sha256": "692c588580ee3ebc2bdc86c914fc0b7e94401c757dc652f0918d0449f9565326" }, "downloads": -1, "filename": "RandomIndexList-0.3.tar.gz", "has_sig": false, "md5_digest": "fd7928cee7b76ef32da02ecf62a30eb5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1675, "upload_time": "2018-06-30T15:48:43", "url": "https://files.pythonhosted.org/packages/7c/da/a64e5c6ed779ac5a06cb5bfe4f0acb40bad36ba64bcbda8a659c3df0cd92/RandomIndexList-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3c77c63eeec3696f645267e1d57d6d39", "sha256": "a05eb867d946bbeb0f877fd8ff816be457243f0c9bbb06667ca4183b7a8afafd" }, "downloads": -1, "filename": "RandomIndexList-0.3-py2-none-any.whl", "has_sig": false, "md5_digest": "3c77c63eeec3696f645267e1d57d6d39", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 1784, "upload_time": "2018-06-30T15:48:40", "url": "https://files.pythonhosted.org/packages/2a/5b/e7a9698d86c66f88eeb6119541e1e880baae586b1118d8da348ddde50098/RandomIndexList-0.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fd354d89bf2515e4725ca01c0c51d279", "sha256": "c452e22d367f8d701f40d9661398a7e7b3b4a02340c1b41a91411d089da9b2a7" }, "downloads": -1, "filename": "RandomIndexList-0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "fd354d89bf2515e4725ca01c0c51d279", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1791, "upload_time": "2018-06-30T15:48:42", "url": "https://files.pythonhosted.org/packages/69/0c/f6eaf3e8b0140371a7bf120c91e2772be1698df98e229f1c1cc2c6f3a081/RandomIndexList-0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fd7928cee7b76ef32da02ecf62a30eb5", "sha256": "692c588580ee3ebc2bdc86c914fc0b7e94401c757dc652f0918d0449f9565326" }, "downloads": -1, "filename": "RandomIndexList-0.3.tar.gz", "has_sig": false, "md5_digest": "fd7928cee7b76ef32da02ecf62a30eb5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1675, "upload_time": "2018-06-30T15:48:43", "url": "https://files.pythonhosted.org/packages/7c/da/a64e5c6ed779ac5a06cb5bfe4f0acb40bad36ba64bcbda8a659c3df0cd92/RandomIndexList-0.3.tar.gz" } ] }