pyarraytools
Flatten, chunk, deduplicate, rotate, shuffle, and group lists.
Installation
pip install pyarraytools
Usage
from pyarraytools import flatten, chunk, deduplicate
flatten([[1, 2], [3, 4]]) # [1, 2, 3, 4]
chunk([1, 2, 3, 4, 5], 2) # [[1, 2], [3, 4], [5]]
deduplicate([1, 2, 2, 3]) # [1, 2, 3]
License
MIT
Release files for pyarraytools 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyarraytools-0.1.0.tar.gz | 2.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyarraytools-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.0 kB
Release files / pyarraytools-0.1.0.tar.gz
| Download URL | pyarraytools-0.1.0.tar.gz |
|---|---|
| Size | 2.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e176ec4f5a22e50b99aa34c3cf94940a6ae22c55752856f8c2e9f3e60fae0875
|
|
BLAKE2b-256 checksum How to use checksums |
8740991713fd0c9e6e1bfedfa3781c33df484c64a005b8d83c881372ded2618b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.7
|
Release files / pyarraytools-0.1.0-py3-none-any.whl
| Download URL | pyarraytools-0.1.0-py3-none-any.whl |
|---|---|
| Size | 2.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5cf991d11f41f93167dd1db1dcd05cbe213ed14225c4e87a8215215d89523dd0
|
|
BLAKE2b-256 checksum How to use checksums |
54eb77503a157ad2f012f63656e5cf0394b3f43d5d1b1c0454c9eebf9de9efa4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.7
|