A lightweight multidimensional list in Python
Project description
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
Installation
pip install nlist
Or just grab nlist.py.
License
MIT (see LICENSE.txt)
Project details
Release history Release notifications | RSS feed
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)
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
Algorithm | Hash digest | |
---|---|---|
SHA256 |
6d0c6c8d1944023ce8e1edb6cabdb589d360502a884d63f7b0925ce02cfcd9da
|
|
MD5 |
5fa5467d54dd25bfd3d13b4a5bf10bc7
|
|
BLAKE2b-256 |
f0430411369319fec04f2778eb9513b0f7afd7588667408461d9d82a3e954fa7
|