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.3.tar.gz (16.2 kB view details)

Uploaded Source

Built Distribution

paips-0.0.3-py3-none-any.whl (18.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: paips-0.0.3.tar.gz
  • Upload date:
  • Size: 16.2 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.3.tar.gz
Algorithm Hash digest
SHA256 b63254eb0e286e6f08953c75ade19a84c63b94d31ebf328054ff3ca8582ee4e4
MD5 8933c9bde33aa9b5f38055356b3b39ad
BLAKE2b-256 a6eeda56dfb0639e95fe0efe1d72ce5a08d6dd124c7dee202b4a15e7a660e616

See more details on using hashes here.

File details

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

File metadata

  • Download URL: paips-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 18.2 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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 d1780f54bf521139c0cfbae31995b91ee8701d91216d8463e03936cb326dcf7e
MD5 2f47407c1dbb61154567cbc2d21a2c74
BLAKE2b-256 3b27abe349c7892e3b557c0abfadcc760670ae849e5170835064d33f50383838

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