Monadic Pipeline Library for Python
Project description
mPyPl -- Official Site
Monadic Pipeline Library for Python
This library was created by a team of enthusiastic software developers / data scientists at Microsoft, who wanted to simplify tasks of data processing and creating complex data pipelines. The library is inspired by the following main ideas:
- Using functional approach to data processing (which implies immutability, lazy evaluation, etc.)
- Using pipe module in Python to achieve data pipelines similar to F#.
- Data pipeline uses dictionaries with different fields as base type, new operations would typically enrich data and add
new fields by using
apply
function. Those dictionaries are similar to monads, andapply
is similar to lift operation on monads. Thus the naming of the library.
Tutorial
You can watch demo video, this 3 min intro, or read project wiki.
Credits
Principal developers of mPyPl:
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
mPyPl-0.0.3.9.tar.gz
(24.3 kB
view details)
Built Distribution
mPyPl-0.0.3.9-py3-none-any.whl
(29.3 kB
view details)
File details
Details for the file mPyPl-0.0.3.9.tar.gz
.
File metadata
- Download URL: mPyPl-0.0.3.9.tar.gz
- Upload date:
- Size: 24.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6cb67fe35116d7438be4e927cca3df4aaacc02633fce2ef690e8860578e6a50d |
|
MD5 | d2b3e0b5c5a0bbc2efede552d1fed5ce |
|
BLAKE2b-256 | 16b7e03a7879149bbffc31c520a819d6c158354fbf082a2c936a4a1d974467c8 |
File details
Details for the file mPyPl-0.0.3.9-py3-none-any.whl
.
File metadata
- Download URL: mPyPl-0.0.3.9-py3-none-any.whl
- Upload date:
- Size: 29.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e3493e9d6b7d084ed8ddc5365a2eac789abe270a5e1fbcb1177576db247f6732 |
|
MD5 | eea86931f5bd154864d14417351d62ca |
|
BLAKE2b-256 | 74a93a558e9807d2e381ab7ad9c46da1088899aa713e563f5bb31f4824d4729c |