
Overview
A fluent builder for constructing MongoDB aggregation pipelines in Python.
Features
- Fluent interface for building complex aggregation pipelines
- Type-safe stage construction and validation
- Comprehensive support for all major MongoDB stages
- Advanced $lookup support for complex joins
- Pipeline stage validation and error checking
- Intuitive builder pattern implementation
- Extensive documentation and examples