Metadata-Version: 2.0
Name: pyramid-sqlalchemy-sessions
Version: 0.1.0
Summary: Provides session implementation for Pyramid framework basedon SQLAlchemy storage backend
Home-page: http://github.com/corehack/pyramid_sqlalchemy_sessions
Author: Andrey Tretyakov
Author-email: corehack@users.noreply.github.com
License: MIT
Keywords: pyramid session sqlalchemy
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Pyramid
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP :: Session
Requires-Python: >=3.5.*
Requires-Dist: SQLAlchemy
Requires-Dist: pycryptodomex
Requires-Dist: pyramid (<2)
Requires-Dist: pyramid-tm
Requires-Dist: zope.sqlalchemy
Provides-Extra: docs
Requires-Dist: Sphinx (>=1.3.5); extra == 'docs'
Requires-Dist: docutils; extra == 'docs'
Requires-Dist: repoze.sphinx.autointerface; extra == 'docs'
Provides-Extra: testing
Requires-Dist: hypothesis; extra == 'testing'
Requires-Dist: pytest; extra == 'testing'
Requires-Dist: pytest-cov; extra == 'testing'

.. image:: https://readthedocs.org/projects/pyramid-sqlalchemy-sessions/badge/?version=latest
  :target: http://pyramid-sqlalchemy-sessions.readthedocs.io/en/latest/?badge=latest
  :alt: Documentation Status

``pyramid_sqlalchemy_sessions`` is a
`Pyramid framework <https://docs.pylonsproject.org/projects/pyramid/>`_
add-on library providing session implementation using 
`SQLAlchemy <http://www.sqlalchemy.org/>`_ as a storage backend.


Library
`source code <https://github.com/corehack/pyramid_sqlalchemy_sessions>`_
is available under MIT License.

`Documentation <https://pyramid-sqlalchemy-sessions.readthedocs.io/>`_
is provided under 
`Creative Commons Attribution-ShareAlike 4.0 International Public License
<https://creativecommons.org/licenses/by-sa/4.0/legalcode>`_




