Skip to main content

Run complex pipelines from terminal using configuration files

Project description

Paips

Run complex Python pipelines from command line using configuration files.

How it works

  • First define tasks that you want to be executed. These tasks are written in Python and consist of classes inheriting from paips.core.Task. Tasks can receive parameters and data from other tasks, return data, and be interconnected.
  • Then, write one or more configuration files, which will tell Paips which tasks to run, with which parameters and how they will be connected. Configuration files are written in yaml, are modular and can be easily composed and also modified from command line.
  • Finally, run in command line:
paiprun <config_path>

and the tasks declared in the configuration file will be executed in the right order.

Now, hands on pipelining...

Installing paips is really easy, just run:

pip install paips

Now that paips is installed, take a look at the Tutorial to learn how to make your life easier when building those large and complex pipelines.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

paips-0.0.1.tar.gz (1.8 kB view details)

Uploaded Source

Built Distribution

paips-0.0.1-py3-none-any.whl (1.6 kB view details)

Uploaded Python 3

File details

Details for the file paips-0.0.1.tar.gz.

File metadata

  • Download URL: paips-0.0.1.tar.gz
  • Upload date:
  • Size: 1.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5

File hashes

Hashes for paips-0.0.1.tar.gz
Algorithm Hash digest
SHA256 d1d402fd0d6dbfecfeee88b8882c7c1d9537e0bebfa329ea9706e2659e829a5e
MD5 dcd8d05a06adae67b95f0647776fe02b
BLAKE2b-256 5e978877ef9d2b1549af2d88fd54c40bd72975b5cab06db181ef655a7b212ba9

See more details on using hashes here.

File details

Details for the file paips-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: paips-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 1.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5

File hashes

Hashes for paips-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f56cfc8253cd901390d9013d6bd4bd50b04fdfa514bbb56ceaa652ad189932ce
MD5 7ea47ae8bd5baaea5207aaa33c61b7cc
BLAKE2b-256 5dd2493231af7c24b039b559f57b5c2c3519c837446911f1d10f0f9f4a20e69e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page