{ "info": { "author": "Anton Barkovsky", "author_email": "anton@swarmer.me", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "nlist\n=====\n|travis| |space| |coveralls| |space| |license| |space| |version|\n\n.. |space| unicode:: 0x200B\n.. |travis| image:: http://img.shields.io/travis/swarmer/nlist.png\n.. |coveralls| image:: http://img.shields.io/coveralls/swarmer/nlist.png\n.. |license| image:: http://img.shields.io/badge/license-MIT-blue.png\n.. |version| image:: http://img.shields.io/pypi/v/nlist.png\n\nnlist is a lightweight multidimensional list in Python.\n\nnlist supports Python 3.4+.\n\n\nExample code\n------------\n::\n\n from nlist import NList\n\n l = NList([[1, 2], [3, 4]])\n l[1, 0] = '42'\n print(l.index('42')) #=> (1, 0)\n\n\nDocumentation\n-------------\n``_\n\n\nInstallation\n------------\n``pip install nlist``\n\nOr just grab ``nlist.py``.\n\n\nLicense\n-------\nMIT (see LICENSE.txt)", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/swarmer/nlist", "keywords": "array list container multidimensional", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "nlist", "package_url": "https://pypi.org/project/nlist/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/nlist/", "project_urls": { "Homepage": "https://github.com/swarmer/nlist" }, "release_url": "https://pypi.org/project/nlist/0.1/", "requires_dist": null, "requires_python": null, "summary": "A lightweight multidimensional list in Python", "version": "0.1" }, "last_serial": 1206915, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "5fa5467d54dd25bfd3d13b4a5bf10bc7", "sha256": "6d0c6c8d1944023ce8e1edb6cabdb589d360502a884d63f7b0925ce02cfcd9da" }, "downloads": -1, "filename": "nlist-0.1.tar.gz", "has_sig": false, "md5_digest": "5fa5467d54dd25bfd3d13b4a5bf10bc7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4738, "upload_time": "2014-08-29T19:38:39", "url": "https://files.pythonhosted.org/packages/f0/43/0411369319fec04f2778eb9513b0f7afd7588667408461d9d82a3e954fa7/nlist-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5fa5467d54dd25bfd3d13b4a5bf10bc7", "sha256": "6d0c6c8d1944023ce8e1edb6cabdb589d360502a884d63f7b0925ce02cfcd9da" }, "downloads": -1, "filename": "nlist-0.1.tar.gz", "has_sig": false, "md5_digest": "5fa5467d54dd25bfd3d13b4a5bf10bc7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4738, "upload_time": "2014-08-29T19:38:39", "url": "https://files.pythonhosted.org/packages/f0/43/0411369319fec04f2778eb9513b0f7afd7588667408461d9d82a3e954fa7/nlist-0.1.tar.gz" } ] }