Skip to main content

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/

  1. update version in ~/pyproject.toml

  2. deploy to pypi

    • $ cd common_code
    • $ rm -rf dist
    • $ python3 -m build
    • $ python3 -m twine upload dist/*
    • $ rm -rf dist
  3. 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.27.tar.gz (18.7 kB view hashes)

Uploaded Source

Built Distribution

pyveb-0.1.27-py3-none-any.whl (22.8 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