https://github.com/dominictarro/prefecto
Library of Prefect tasks and utilities.
https://github.com/dominictarro/prefecto
data-engineering data-science prefect python
Last synced: 6 months ago
JSON representation
Library of Prefect tasks and utilities.
- Host: GitHub
- URL: https://github.com/dominictarro/prefecto
- Owner: dominictarro
- License: mit
- Created: 2023-06-13T00:29:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-02T15:52:51.000Z (almost 2 years ago)
- Last Synced: 2025-09-01T16:58:45.174Z (10 months ago)
- Topics: data-engineering, data-science, prefect, python
- Language: Python
- Homepage: https://dominictarro.github.io/prefecto/
- Size: 3.54 MB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Prefecto
Prefecto is a collection of tools to extend and augment [Prefect](https://www.prefect.io/) capabilities.
You can find the documentation [here](https://dominictarro.github.io/prefecto/).
## Getting Started
Install Prefecto with
```bash
pip install prefecto
```
*Prefecto is only tested with Python 3.10 and higher. It may work with older versions, but it is not guaranteed.*