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
Release history Release notifications | RSS feed
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.3.tar.gz
(54.6 kB
view details)
File details
Details for the file PySquared-0.0.3.tar.gz
.
File metadata
- Download URL: PySquared-0.0.3.tar.gz
- Upload date:
- Size: 54.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6cdc40cd02ca4e65846def8b46735e08560c6643d6d19fd7d90a6a9acf7dda0e |
|
MD5 | 4dcef1b30cfafd0abd3ab9cf4a6d3a54 |
|
BLAKE2b-256 | 8d4d2d614ea288b81fbc2c67b2194d6ffc9852993c59d26237d9ef9dec5be5c1 |