Functional piping for Python. ➡️
Project description
➡️ Pipe fp
Functional piping for Python.
- Easy
- Clear
- Concise
Usage
Example
from pipe_fp import pipe
pipe(
str.lower,
str.title,
str.split
)('WHY, HELLO THERE! 🐰')
Returns
['Why,', 'Hello', 'There!', '🐰']
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
pipe_fp-1.1.6.tar.gz
(1.8 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 pipe_fp-1.1.6.tar.gz.
File metadata
- Download URL: pipe_fp-1.1.6.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.1 CPython/3.13.2 Linux/5.15.167.4-microsoft-standard-WSL2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3cadc87148cce844cb85202a7ecfd03b599bc9b021ade328ed1c763fa8ef5aa5
|
|
| MD5 |
f07994c168e51d9cd6cc31a87ae89052
|
|
| BLAKE2b-256 |
562bd8689aeddcd148aa64d9491f88914eea93dec4b2968583208ccaef5c59c8
|
File details
Details for the file pipe_fp-1.1.6-py3-none-any.whl.
File metadata
- Download URL: pipe_fp-1.1.6-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.1 CPython/3.13.2 Linux/5.15.167.4-microsoft-standard-WSL2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
45e01aef5e6623c8aebc4a1c8863b6eda9804e3cb461b5735df2a5ff34b0d8d8
|
|
| MD5 |
01793997320831af07103db7664b888e
|
|
| BLAKE2b-256 |
35c1444519a90c786d689eec6d6563e2c2f893f3d8b21fb355d1fbff238d800c
|