Welcome to Pypeman
Pypeman is a minimalist but pragmatic ESB / ETL / EAI in python.
See documentation for more information.
Getting started
Installation
With pip
pip install pypeman # or pip install pypeman[all] # To install with all optional dependencies
Basic usage
Create a fresh project with:
pypeman startproject <project_dirname>
Above command will create a new directory with a “settings.py” file containing local configs and a “project.py” file with a channel example that you can uncomment to test pypeman. Follow the commented instructions then execute:
pypeman start # You can use the --reload option for auto-reloading on changes
Quick command overview
To get command help and more details about commands:
pypeman --help
To create a fresh project (partially implemented):
pypeman startproject <project_name>
To start pypeman:
pypeman start
To show a channel graph:
pypeman graph
Release files for pypeman 0.4.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pypeman-0.4.0.tar.gz | 42.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pypeman-0.4.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 101.4 kB
Release files / pypeman-0.4.0.tar.gz
| Download URL | pypeman-0.4.0.tar.gz |
|---|---|
| Size | 42.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cd33097ce01456038c7426aed9dac9e6593aa6ca8e08ae81c96a470068168e18
|
|
BLAKE2b-256 checksum How to use checksums |
f122cbde419f17336580abb8c387c1376796ac26e03c345b661bbe519c8978b2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.6
|
Release files / pypeman-0.4.0-py3-none-any.whl
| Download URL | pypeman-0.4.0-py3-none-any.whl |
|---|---|
| Size | 58.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5cc8b01140555fef0ae05bc2beebaeac0615b404eb8a17851572d746924cb5ac
|
|
BLAKE2b-256 checksum How to use checksums |
c53bbed63beb253afc74537f64e86606a2b153bd24f6991875be7e232df343ba
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.6
|