Metadata-Version: 1.1
Name: es
Version: 1.0.0alpha1
Summary: A Python Event-Sourcing (ES) framework.
Home-page: https://www.sousouindustries.com/
Author: Cochise Ruhulessin
Author-email: cochise.ruhulessin@sousouindustries.com
License: Apache Licence 2.0
Description: Event Sourcing for Python
        =========================
        
        
        Synopsis
        ========
        The ``python-es`` module is a lightweight Event Sourcing
        (ES) framework for Python 3.
        
        
        TODO
        ====
        -   Implement a locking model for shared aggregates in multi-threaded
            environments.
        -   Create a test case proving that events enforce their required parameters
            to be provided.
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Web Environment
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Libraries :: Python Modules
