Metadata-Version: 2.0
Name: sparc.sa
Version: 1.3.2
Summary: SQLAlchemy components for the SPARC platform
Home-page: https://github.com/davisd50/sparc.sa
Author: David Davis
Author-email: davisd50@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Keywords: zca
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Framework :: Zope3
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Requires-Dist: setuptools
Requires-Dist: zope.interface
Requires-Dist: zope.component
Requires-Dist: sqlalchemy
Provides-Extra: testing
Requires-Dist: zope.testrunner; extra == 'testing'
Requires-Dist: sparc.testing[zcml]; extra == 'testing'

sparc.sa
==============================

1.0.0
++++++++++++++++++

* initial release

1.0.1
++++++++++++++++++

* bundle yaml config definition files with build artifacts

1.1.0
++++++++++++++++++

* add orm attribute and mapper interfaces

1.1.1
++++++++++++++++++

* fix import issue with .orm.mapper.interfaces

1.2.0
++++++++++++++++++

* Add new mapping component for unique instrumented attributes
* Introduce new ORM query components for related models

1.3.0
++++++++++++++++++

* Add new sequence adapter component for queries
* Add gt, gte, lt, lte for expression comparison

1.3.1
++++++++++++++++++

* Minor fix to engine factory to help make it more clear for invalid configs

1.3.2
++++++++++++++++++

* Add logging for engine creation and session transaction enter/exit points

