Pyuns
Pyuns is a lightweight, interpreted domain-specific language designed for data transformation and simple ETL tasks within Python environments. Its syntax is Python-like, prioritizing readability and frictionless integration with existing Python code. Pyuns programs run inside a small standalone interpreter or are embedded in a Python process via an API, enabling users to leverage Python libraries when needed.
Originating from a community-driven project in 2018, Pyuns aimed to provide a compact DSL for non-programmers
Core features include a minimal, Python-like syntax for defining pipelines using a pipe operator, first-class functions,
In practice, a Pyuns script reads a CSV file, filters rows, and writes results to another CSV,
Reception has been modest, with adoption in education and data science communities. It is valued for its