Metadata-Version: 2.1
Name: pyramid-tm
Version: 2.5
Summary: A package which allows Pyramid requests to join the active transaction
Home-page: https://github.com/Pylons/pyramid_tm
Author: Rocky Burt, Chris McDonough
Author-email: pylons-discuss@googlegroups.com
Maintainer: Pylons Project
Maintainer-email: pylons-discuss@googlegroups.com
License: BSD-derived (Repoze)
Project-URL: Documentation, https://docs.pylonsproject.org/projects/pyramid-tm/en/latest/index.html
Project-URL: Changelog, https://docs.pylonsproject.org/projects/pyramid-tm/en/latest/changes.html
Project-URL: Issue Tracker, https://github.com/Pylons/pyramid_tm/issues
Keywords: wsgi pylons pyramid transaction
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: OS Independent
Classifier: Framework :: Pyramid
Classifier: License :: Repoze Public License
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: pyramid>=1.5
Requires-Dist: transaction>=2.0
Provides-Extra: testing
Requires-Dist: WebTest; extra == "testing"
Requires-Dist: pytest; extra == "testing"
Requires-Dist: pytest-cov; extra == "testing"
Requires-Dist: coverage>=5.0; extra == "testing"
Provides-Extra: docs
Requires-Dist: Sphinx>=1.8.1; extra == "docs"
Requires-Dist: pylons-sphinx-themes>=1.0.9; extra == "docs"

``pyramid_tm``
==============

.. image:: https://github.com/Pylons/pyramid_tm/workflows/Build%20and%20test/badge.svg
    :target: https://github.com/Pylons/pyramid_tm/actions?query=workflow%3A%22Build+and+test%22

.. image:: https://readthedocs.org/projects/pyramid-tm/badge/?version=latest
        :target: https://docs.pylonsproject.org/projects/pyramid-tm/en/latest/
        :alt: Documentation Status

``pyramid_tm`` is a package which allows Pyramid requests to join
the active transaction as provided by the `transaction
<https://pypi.org/project/transaction/>`_ package.

See `https://docs.pylonsproject.org/projects/pyramid_tm/en/latest/
<https://docs.pylonsproject.org/projects/pyramid_tm/en/latest/>`_ 
or ``docs/index.rst`` in this distribution for detailed
documentation.
