Functional piping for Python. ➡️
Reason this release was yanked:
Incorrect Python version
Project description
➡️ Pipe fp
Functional piping for Python.
- Easy
- Clear
- Concise
Usage
Example
from pipefp 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.4.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.4.tar.gz.
File metadata
- Download URL: pipe_fp-1.1.4.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 |
41edf9b7bae87474481cca18a07f5974f219a882b210e2e64f6497f6ee720257
|
|
| MD5 |
5bd8288f6fc94b79e5ae0c2dea3e2683
|
|
| BLAKE2b-256 |
da278f20bf1ab5992394663ac0f4a1a2e66c7e85be29f7d0b63ece11d9d50e22
|
File details
Details for the file pipe_fp-1.1.4-py3-none-any.whl.
File metadata
- Download URL: pipe_fp-1.1.4-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 |
424808cbe7d01a39b429e1b250dadd0e0559b957f6557316bd822b65ffa258ce
|
|
| MD5 |
88f0f251328be34c6c5d14e599fcd8ae
|
|
| BLAKE2b-256 |
99ab63f88a1cf661259c362a920c71233032c970fe7c464c25fb31141b8f4350
|