Tiny Argo Workflows python devkit
Project description
Tinyfan
Tinyfan: Minimalist Data Pipeline Kit - Generate Argo Workflows with Python
Features
- Generate Argo Workflows manifests from Python data pipeline definitions.
- Ease of Use and highly extendable
- Intuitive data model abstraction: let Argo handle orchestration—we focus on the data.
- Argo Workflows is notably lightweight and powerful – and so are we!
- Enhanced DevOps Experience: easly testable, Cloud Native and GitOps-ready.
Our Goal
- Minimize mental overhead when building data pipelines.
Not Our Goal
- Full-featured orchestration framework: We don't aim to be a battery-powered, comprehensive data pipeline orchestration solution.
No databases, web servers, or controllers—just a data pipeline compiler. Let's Algo Workflows handle all the complexity.
Installation
# Requires Python 3.10+
pipx install tinyfan
Tiny Example
# main.py
# Asset definitions
from tinyfan import asset
@asset(schedule="*/3 * * * *")
def world() -> str:
return "world"
@asset()
def greeting(world: str):
print("hello " + world)
# Apply the changes to argo workflow
tinyfan main.py | kubectl apply -f -
Real World Example (still tiny though!)
Comming soon
License
This project is licensed under the MIT License.
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
tinyfan-0.2.9.tar.gz
(56.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
tinyfan-0.2.9-py3-none-any.whl
(19.0 kB
view details)
File details
Details for the file tinyfan-0.2.9.tar.gz.
File metadata
- Download URL: tinyfan-0.2.9.tar.gz
- Upload date:
- Size: 56.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.10 {"installer":{"name":"uv","version":"0.9.10"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
056f3722d26adb9481cf5a065a6b82ee309a27e1367fb98d406f3002abd662cb
|
|
| MD5 |
2d6dca1c5c50ce69cca48f8ef742ca60
|
|
| BLAKE2b-256 |
d57eec88ef3063976d3d1d221564316ccff7943608f4fe458e3f146ec5994040
|
File details
Details for the file tinyfan-0.2.9-py3-none-any.whl.
File metadata
- Download URL: tinyfan-0.2.9-py3-none-any.whl
- Upload date:
- Size: 19.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.10 {"installer":{"name":"uv","version":"0.9.10"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6f744e16eaed9c9ac9c0b30d2f65e0e519f3c3ff961b28fa094967b58f86fea
|
|
| MD5 |
0ed5575c660f8cff1fdeffb058638331
|
|
| BLAKE2b-256 |
79730b7ecb5348d8e30e4527676d6b021184249ebdb210511128936d1c50c2ab
|