PyRustPipe is a library for processing semi-structured data (e.g., JSON, YAML, CSV) with validation and transformation pipelines. It combines Python's ease of use for defining rules with Rust's speed for executing them.
Under development (Phase 1: MVP). Currently setting up the project structure.
- Prerequisites:
- Python 3.8+
- Rust (stable)
- Git
- Clone the Repository:
git clone https://github.com/your-username/pyrustpipe.git cd pyrustpipe