Skip to main content

A lightweight multidimensional list in Python

Project description

traviscoverallslicenseversion

nlist is a lightweight multidimensional list in Python.

nlist supports Python 3.4+.

Example code

from nlist import NList

l = NList([[1, 2], [3, 4]])
l[1, 0] = '42'
print(l.index('42')) #=> (1, 0)

Documentation

http://nlist.readthedocs.org/

Installation

pip install nlist

Or just grab nlist.py.

License

MIT (see LICENSE.txt)

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nlist-0.1.tar.gz (4.7 kB view details)

Uploaded Source

File details

Details for the file nlist-0.1.tar.gz.

File metadata

  • Download URL: nlist-0.1.tar.gz
  • Upload date:
  • Size: 4.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for nlist-0.1.tar.gz
Algorithm Hash digest
SHA256 6d0c6c8d1944023ce8e1edb6cabdb589d360502a884d63f7b0925ce02cfcd9da
MD5 5fa5467d54dd25bfd3d13b4a5bf10bc7
BLAKE2b-256 f0430411369319fec04f2778eb9513b0f7afd7588667408461d9d82a3e954fa7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page