Satchel is a compendium of pure python functions to carry with you and get things done.
Project description
Satchel
That thing or tool that you can't remember what its called but you know you need it. This package is a compendium of pure python functions that don't exist in the std lib but maybe they should?
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
Built Distributions
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.0a0.tar.gz.
File metadata
- Download URL: PySatchel-0.0.0a0.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 |
2e35f9db0af34ae664ba5a00b073b1ad7ff07838ad95bd3be146fe06cb17f452
|
|
| MD5 |
56b3071fe316e973f7c5873acd917354
|
|
| BLAKE2b-256 |
22260d84e73ab99f7610d6dc5f78580805b33e0221b9f53650e720123fa02467
|
File details
Details for the file PySatchel-0.0.0a0-py3-none-any.whl.
File metadata
- Download URL: PySatchel-0.0.0a0-py3-none-any.whl
- Upload date:
- Size: 2.3 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 |
73d6f413cef95ffcc8d833e40619a9e1c813c8f66a792b9bc83e06f6c969b0d7
|
|
| MD5 |
f1f7b969255c63b94024a762ba742687
|
|
| BLAKE2b-256 |
b04724f183bf9e6ecf082636ac9d97e0af4a98f5efb1aafc8ff74e485295b7df
|
File details
Details for the file PySatchel-0.0.0a0-1-py3-none-any.whl.
File metadata
- Download URL: PySatchel-0.0.0a0-1-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 |
1214027bf6ad0864aa96b15b99d71b9c5cda60dee07f20c6a5339716bb8b59f5
|
|
| MD5 |
52990b5ebaf79ecb16a05c30d60e85d8
|
|
| BLAKE2b-256 |
7838cb50b91b6af6e19e4f44bb64acd85213fb1c7ff4278062a1db750d0c5af8
|