Package containing common code and reusable components for pipelines and dags
Project description
General
Package containing resuable code components for data pipelines and dags deployed to pypi.
Usage
- Install/Upgrade locally:
$ pip3 install pyveb $ pip3 install pyveb --upgrade
- Import
import pyveb from pyveb import selenium_client
Update package
Upload package: https://packaging.python.org/en/latest/tutorials/packaging-projects/
- update version in ~/pyproject.toml
- deploy to pypi
TBD
We bump the version automatically within the github action and commit the changes back to the branch
- $ rm -rf dist
- $ poetry
- $ python3 -m twine upload dist/*
- $ rm -rf dist
- provide username and password of AWS SSM prd/pypi at prompt
Credentials test: AWS SSM - test/pypi Credentials PRD: AWS SSM - prd/pypi
username: veb_prd_user password: *****
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
pyveb-0.1.29.tar.gz
(18.8 kB
view hashes)
Built Distribution
pyveb-0.1.29-py3-none-any.whl
(22.8 kB
view hashes)