Skip to main content

Core components of pypz (pipes), which is a lightweight Pipeline as Code (PaC) framework.

Project description

Description

This package contains all the necessary core components to realize the functionalities of pypz.

Check the documentation for more details.

Install

The python artifact is hosted on https://pypi.org/, so you can install it via pip:

pip install pypz-core

If you want to work on it locally, then you should install in editable mode:

pip install -e ./core

Test

Before you run the tests, you need to install the subproject in editable mode. To run the tests locally, you need to execute the following command:

python -m unittest discover .\core\test\ -p "*.py"

Build

Before you build, you will need to install the "build" package:

pip install build

Then from the subproject's root, you will need to execute the following command:

python -m build

It will create the source distribution and the wheel file in the "dist" folder.

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

pypz_core-0.9.1.tar.gz (58.2 kB view hashes)

Uploaded Source

Built Distribution

pypz_core-0.9.1-py3-none-any.whl (78.3 kB view hashes)

Uploaded Python 3

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