Metadata-Version: 2.1
Name: encapsulation
Version: 0.1.1
Summary: Encapsulation and decorators made easy.
Home-page: https://github.com/JungeWerther/From
Author: Seb Wiechers
Author-email: 
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# The encapsulation library 

Introducing: the `From` class.

Decorators made easy, piece-wise oprations on product types, controlling evaluation order.

For maintainable data pipelines.

It's a monad (sorry 🍪).

## Installation

`pip install -e encapsulation`
