Satchel is a compendium of pure python functions to carry with you and get things done.
Project description
Satchel
Satchel is a compendium of pure python functions to carry with you and get things done.
Installation
pip install PySatchel
Usage
>>> import satchel.iterable import chunk
>>> some_list = [1, 2, 3, 4, 5]
>>> chunk(some_list, 2, "length", True)
# [[1, 2], [3, 4], [5]]
>>> chunk(some_list, 2, "count", True)
# [[1, 2, 3], [3, 5]]
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
PySatchel-0.0.0a1.tar.gz
(2.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file PySatchel-0.0.0a1.tar.gz.
File metadata
- Download URL: PySatchel-0.0.0a1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.9.10 Darwin/21.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8844b997e27c26305115f6c3ef9184185bbd5fe71f70ee49eedf1cb36802690
|
|
| MD5 |
e3ae7e97e1c1f7820a72e800bde4c2a3
|
|
| BLAKE2b-256 |
48090fefd57241abf55fcae4bfc69089fefbdfb73081f78105884882fc5274f0
|
File details
Details for the file PySatchel-0.0.0a1-py3-none-any.whl.
File metadata
- Download URL: PySatchel-0.0.0a1-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.9.10 Darwin/21.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e207acceaf066e5609d4bb2a6962e199c5e9613b3846fbcbcd116f17c4ee7b5
|
|
| MD5 |
0c7e3f6685fdc85a6e220248c2fd5e81
|
|
| BLAKE2b-256 |
f1cdbfcfffcad639c013535df2701431e817009eebfc9f2f6c5a25f29e097d57
|