Metadata-Version: |
2.1 |
Name: |
pyramid_tm |
Version: |
2.6 |
Summary: |
A package which allows Pyramid requests to join the active transaction |
Author: |
Rocky Burt, Chris McDonough |
Author-Email: |
pylons-discuss[at]googlegroups.com |
Maintainer: |
Pylons Project |
Maintainer-Email: |
pylons-discuss[at]googlegroups.com |
Home-Page: |
https://github.com/Pylons/pyramid_tm |
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 |
License: |
BSD-derived (Repoze) |
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.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Programming Language :: Python :: 3.13 |
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.9 |
Requires-Dist: |
pyramid (>=1.5) |
Requires-Dist: |
transaction (>=2.0) |
Requires-Dist: |
Sphinx (>=1.8.1); extra == "docs" |
Requires-Dist: |
pylons-sphinx-themes (>=1.0.9); extra == "docs" |
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 |
Provides-Extra: |
testing |
Description-Content-Type: |
text/x-rst |
License-File: |
LICENSE.txt |