Metadata-Version: 2.3
Name: pristy-alfresco-operators
Version: 0.3.7
Summary: Alfresco Operators for Pristy
Author: Jérémie Lesage
Author-email: jeremie.lesage@jeci.fr
Requires-Python: >=3.12,<3.13
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: apache-airflow (==2.9.1)
Requires-Dist: apache-airflow-providers-apache-kafka (>=1.6.1)
Requires-Dist: apache-airflow-providers-http (>=4.13.3)
Requires-Dist: apache-airflow-providers-postgres (>=5.14.0)
Requires-Dist: jsonschema (>=4.24.0)
Requires-Dist: pendulum (>=3.1.0)
Requires-Dist: requests (>=2.32.4)
Description-Content-Type: text/markdown

# Pristy Alfresco operators for Airflow


## Release

Update version in `pyproject.toml` then

```shell
TAG=0.3.2
git add pyproject.toml README
git commit -m "version $TAG"
git tag "$TAG"
git push
git push origin "tags/$TAG"
poetry build
poetry publish
```


