diff -r 000000000000 -r 40f12a3d67db src/pyams_alchemy.egg-info/PKG-INFO --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/pyams_alchemy.egg-info/PKG-INFO Wed Dec 05 13:09:59 2018 +0100 @@ -0,0 +1,76 @@ +Metadata-Version: 2.1 +Name: pyams-alchemy +Version: 0.1.9 +Summary: PyAMS interfaces and classes for SQLAlchemy integration +Home-page: http://hg.ztfy.org/pyams/pyams_alchemy +Author: Thierry Florac +Author-email: tflorac@ulthar.net +License: ZPL +Description: + + History + ======= + + 0.1.9 + ----- + - updated text areas CSS class + + 0.1.8 + ----- + - use "ajax_config" decorator to declare AJAX views + + 0.1.7 + ----- + - added prefix to engine edit form + + 0.1.6 + ----- + - added check of registry settings in dynamic schema mixin class + + 0.1.5 + ----- + - upgrade zope.sqlalchemy package to release 1.0.0 + - updated global registry access + - refactored for last ZMI package + - added logging + + 0.1.4 + ----- + - use DocFieldProperty to generate Sphinx documentation + + 0.1.3 + ----- + - added "meta.zcml" file to configuration to allow static declaration of SQLAlchemy engines + from ZCML files through PyAMS "engine" directive + - added 'use_pool' as attribute to SQLALchemy engine utility interface (including via ZCML) and as argument + to 'get_user_engine' function to be able to disable pooling for a given user engine or session. + This argument can be usefull when session is used from PyAMS scheduler jobs where connections + shouldn't be stored and reused... + - added 'echo_pool' as attribute to SQLAlchemy engine utility interface (including via ZCML) to be able to + log pool checkouts and checkins + - added 'clear_engine' method with subscriber on modification event to force removal of volatile attributes + - changed vocabulary declaration + - changed widget CSS class attribute + + 0.1.2 + ----- + - use named permissions + + 0.1.1 + ----- + - corrected closing of database connections on pool checkin/checkout + - added DataLoader class to help data migration between databases + - added DynamicSchemaMixin class to allow definition of schema name from configuration file + + 0.1.0 + ----- + - First release + +Keywords: Pyramid PyAMS SQLALchemy +Platform: UNKNOWN +Classifier: License :: OSI Approved :: Zope Public License +Classifier: Development Status :: 4 - Beta +Classifier: Programming Language :: Python +Classifier: Framework :: Pyramid +Classifier: Topic :: Software Development :: Libraries :: Python Modules +Provides-Extra: test