lzmp
lzmp is a simple wrapper around the Python multiprocessing module,
allowing the lazy programmer to run batches of processes.
lzmp contains the class Pool which lets the user specify one or more
callable objects (such as functions) along with lists or argument to
process. lzmp collects the return value of each call and return
the whole lot as a list, keeping the original submission order. For
a single type of callable, the standalone function run wraps the
wrapper and allows one-line parallelization. Optionally, a function
may be called on the list of compiled results.
The documentation can be found at: https://lzmp.readthedocs.io/en/latest/
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 lzmp-0.4.1.tar.gz.
File metadata
- Download URL: lzmp-0.4.1.tar.gz
- Upload date:
- Size: 17.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d5ddafc7306340212887d7296ad9cc887884c7baa1b0594424fb1094c3902ad9
|
|
| MD5 |
8a84746e18e7ac388a4eb5f729fbe7d3
|
|
| BLAKE2b-256 |
fc1aaccd2e12032bcaacd076c509b5331177ea5a0bff0ec24d5af2062d3345a8
|
File details
Details for the file lzmp-0.4.1-py3-none-any.whl.
File metadata
- Download URL: lzmp-0.4.1-py3-none-any.whl
- Upload date:
- Size: 18.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6edb88dca45ae5223c302a0dd9e63ad75f2444bea86b99eb324cc4b5b45e9ebf
|
|
| MD5 |
dc85ba7c36151ce6afa52528451397a2
|
|
| BLAKE2b-256 |
db5d0eb2cbe903d79fa012b9e5eecac458404442fe8079e8a9670ae309d91f59
|