Metadata-Version: 2.1
Name: pyveb
Version: 0.1.10
Summary: Package containing common code and reusable components for pipelines and dags
Author-email: pieter de petter <pieter.de.petter@veb.be>
License: Copyright 2022 VEB
        
        Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        
Project-URL: Homepage, https://vlaamsenergiebedrijf.visualstudio.com/Terra/_git/terra-etl?path=/common_code
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

Package containing resuable code components for data pipelines and dags deployed to pypi.

Upload package: https://packaging.python.org/en/latest/tutorials/packaging-projects/ 

Credentials test: AWS SSM - test/pypi
Credentials PRD: AWS SSM - prd/pypi


Install/Upgrade locally: 

$ pip3 install pyveb
$ pip3 install pyveb --upgrade


Install dockerfile:

TO DO


Update package:

1) update version in pyproject

$ cd common_code
$ rm -rf dist
$ python3 -m build
$ python3 -m twine upload dist/*
$ rm -rf dist

2) provide username and password of AWS SSM prd/pypi at prompt

username: veb_prd_user
password: RG@972mJ^Rxt

Use package:

import pyveb
from pyveb import selenium_client





