Skip to main content

Pipeline automation framework for Python

Project description

Pipeline automation framework for Python

Install

From PyPi (for users)

pip install pysquared

From GitLab (for developers of the library)

Clone repo with

git clone --recursive https://gitlab.com/knvvv/pysquared.git
conda env create -n pysquared-test -f environment.yaml
conda activate pysquared-test

Then, run your scripts in this directory or include these lines at the beginning of you script:

import sys
sys.path.append('/path/to/repo/pysquared')

Release PyPi package

python setup.py sdist
twine upload dist/*

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

pysquared-0.0.2.tar.gz (54.9 kB view hashes)

Uploaded Source

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