The python that eats the pipeline.
"Python doesn't negotiate with the chicken. It consumes completely."
Pytik is a predatory data ingestion framework for Python — built to consume, process, clean, and finish your data workflows entirely, with zero residue.
The name fuses Py (Python) with pitik (Javanese for "chicken") — a metaphor where the python (your pipeline) swallows the pitik (your data) whole.
Think of it as a confident, efficient predator that leaves no edge case behind.
| Principle | Meaning |
|---|---|
| Full Consumption | No partial ingestion, no silent failures |
| Deterministic | Predictable output, every time |
| Minimal Boilerplate | from pytik import consume is all you need |
| Streaming First | Built for huge files and event streams |
| Backpressure Aware | Bounded memory, controlled pressure |
Read more: Brand Philosophy & PRD →
pip install pytik # coming soonfrom pytik import consume
# One line. Full ingestion.
consume("data.csv")- CSV ingestion — schema-aware parsing
- JSON normalization — flatten nested chaos
- Deduplication — remove duplicate rows
- Schema enforcement — validate types on entry
- Streaming iterator — memory-safe for large files
- Async pipeline — non-blocking execution
| Dimension | Value |
|---|---|
| Energy | Quietly dangerous |
| Identity | Indonesian/Javanese hacker culture |
| Audience | Developers who want tools that finish the job |
Slogans:
- "Don't be the pitik."
- "Everything in. Nothing left."
- "Coil. Process. Finish."
Contributions welcome once we hit v0.1.0.
MIT © Muhammad Faisal Affan