Python package that consists mainly of wrappers for Data Engineering tasks.
In order to see the docs, click on the module that you want inside the folder pyscora_wrangler/${MODULE}
pip install pyscora-wrangler
- Python >=3.8, <4.0
- Poetry >=1.4.0
- Create a virtual environment, an example is shown below:
virtualenv -p python3 venv && source venv/bin/activate
- Install the necessary packages:
pip install "poetry==1.4.2" # or any other version greater or equal than 1.4.0
poetry install
Now you are ready! To test the changes, create a test.py
file at the root level and run it.
When any changes are pushed to main
, the GitHub Actions automatically deploys the new version.
Before committing the changes, remember to:
- Change the title and automatic_release_tag at
.github/workflows/publish.yml
. - Change the version at
pyproject.toml
.