{ "info": { "author": "Sami Altamimi", "author_email": "nkjjsami@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# pylistone\nMakes a list start at one, the only real way to use a list\n\n# Example\n\n```py\nfrom listone import luaify\n\narr = [1,2,3]\nprint(luaify(arr))\n# [None, 1, 2, 3]\nk = luaify(arr)\nk[0]\n# None\nk[1]\n# 1\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/KuanHulio/pylistone", "keywords": "list manipulation,lua arrays", "license": "LICENSE", "maintainer": "", "maintainer_email": "", "name": "pylistone", "package_url": "https://pypi.org/project/pylistone/", "platform": "", "project_url": "https://pypi.org/project/pylistone/", "project_urls": { "Homepage": "https://github.com/KuanHulio/pylistone" }, "release_url": "https://pypi.org/project/pylistone/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "Makes lists start at one", "version": "1.0.0" }, "last_serial": 3835143, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "3a568ddf220e825c7e52cd54725ea417", "sha256": "5d6bc124cd386d65c4d12c5bbc3605b6796bec8ed602b3f71c1417694329824e" }, "downloads": -1, "filename": "pylistone-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3a568ddf220e825c7e52cd54725ea417", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1565, "upload_time": "2018-05-04T17:32:58", "url": "https://files.pythonhosted.org/packages/1a/0b/5bc9e5368caf032e37c6e0013a4425b8ddcdec3756fa8d6a05ad9f9623c2/pylistone-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "52c261552482a4fec0023daa56b82285", "sha256": "8d6dcf6e95f83fb0a218eb9a0c50b53d4676e4577357b7a23cd414c49f11845c" }, "downloads": -1, "filename": "pylistone-1.0.0.tar.gz", "has_sig": false, "md5_digest": "52c261552482a4fec0023daa56b82285", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1569, "upload_time": "2018-05-04T17:32:59", "url": "https://files.pythonhosted.org/packages/be/01/426c70584d0b918fbcf9c1433b7d9c3e28c1365849376c5af91625f62437/pylistone-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3a568ddf220e825c7e52cd54725ea417", "sha256": "5d6bc124cd386d65c4d12c5bbc3605b6796bec8ed602b3f71c1417694329824e" }, "downloads": -1, "filename": "pylistone-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3a568ddf220e825c7e52cd54725ea417", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1565, "upload_time": "2018-05-04T17:32:58", "url": "https://files.pythonhosted.org/packages/1a/0b/5bc9e5368caf032e37c6e0013a4425b8ddcdec3756fa8d6a05ad9f9623c2/pylistone-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "52c261552482a4fec0023daa56b82285", "sha256": "8d6dcf6e95f83fb0a218eb9a0c50b53d4676e4577357b7a23cd414c49f11845c" }, "downloads": -1, "filename": "pylistone-1.0.0.tar.gz", "has_sig": false, "md5_digest": "52c261552482a4fec0023daa56b82285", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1569, "upload_time": "2018-05-04T17:32:59", "url": "https://files.pythonhosted.org/packages/be/01/426c70584d0b918fbcf9c1433b7d9c3e28c1365849376c5af91625f62437/pylistone-1.0.0.tar.gz" } ] }