Metadata-Version: 1.1
Name: eventsourcing
Version: 0.9.0
Summary: Event sourcing in Python
Home-page: https://github.com/johnbywater/eventsourcing
Author: John Bywater
Author-email: john.bywater@appropriatesoftware.net
License: UNKNOWN
Description: 
        This package provides generic support for event sourcing in Python, in a 'domain driven design' style.
        
        An extensive `README file is available on GitHub <https://github.com/johnbywater/eventsourcing/blob/master/README.md>`_.
        
        Version 0.9.0 brings support for event sourcing with Cassandra (previous versions only included support for event
        sourcing with relational databases supported by SQLAlchemy). See class 'EventSourcingWithCassandra' in module
        'eventsourcing.application.main' for more details.
        
Keywords: event sourcing,event store,domain driven design,ddd,cqrs,cqs
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Libraries :: Python Modules
