plumbing version 2.8.5
This project contains functions and classes that help with plumbing-type programing and pipeline building.
It contains many classes and functions which have not yet all been documented.
Prerequisites
Since plumbing is written in python, it is compatible with all operating systems: Linux, macOS and Windows. The only prerequisite is python3 (which is often installed by default) along with the pip3 package manager.
To check if you have python3 installed, type the following on your terminal:
$ python3 -V
If you do not have python3 installed, please refer to the section obtaining python3.
To check you have pip3 installed, type the following on your terminal:
$ pip3 -V
If you do not have pip3 installed, please refer to the section obtaining pip3.
Installing
To install the plumbing package, simply type the following commands on your terminal:
$ pip3 install --user plumbing
Alternatively, if you want to install it for all users of the system:
$ sudo pip3 install plumbing
Extra documentation
More documentation is available at:
http://xapple.github.io/plumbing/plumbing
This documentation is simply generated with:
$ pdoc --html --output-dir docs --force plumbing
Release files for plumbing 2.8.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| plumbing-2.8.5.tar.gz | 51.9 kB | Details |
Release files / plumbing-2.8.5.tar.gz
| Download URL | plumbing-2.8.5.tar.gz |
|---|---|
| Size | 51.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c8a596b8d84def282ff1322d521dae09d722307d5839c0d4b2f0339539baf2fc
|
|
BLAKE2b-256 checksum How to use checksums |
641dae52b8d67cda9beb9a3093cd4cc2ad3038427d3b9243aefb1d4a8d046ae6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.6
|