Functional piping for Python. ➡️
Reason this release was yanked:
Naming conventions
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.5.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.5.tar.gz.
File metadata
- Download URL: pipe_fp-1.1.5.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 |
85c364b1aa9c15a1c23113e153da0c3233534406a310d707f985115d9b8c58b1
|
|
| MD5 |
286599178dcf60a40af2e87576087919
|
|
| BLAKE2b-256 |
56219dcf56048a04ed7cd4f414bcb61e25e9c854dac6970abf638782db04daa0
|
File details
Details for the file pipe_fp-1.1.5-py3-none-any.whl.
File metadata
- Download URL: pipe_fp-1.1.5-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 |
c88da7a5c216d5424601c7971405263cd3db0c9d5a6a794931e8d048100ba6e3
|
|
| MD5 |
0d82d2ea8b2ad940e4ef6f64dff0a8e1
|
|
| BLAKE2b-256 |
5adf189d7be02d58a2afafd1b2802d878e45b4b5fd5ebd890ba3b0eb99c688eb
|