collection

Laravel-style collection class that provides an interface for pipeline programming


Keywords
laravel, collection, pipeline
License
MIT
Install
pip install collection==0.1.5

Documentation

Python Collection

Not to be confused with the collections module

Python Collection is a Laravel-style object that encourages pipeline programming with small steps instead of a large, imperative loop.

This is very much a work in progress.