pyramid_tm
Transaction manager
Manages transactions within Python web applications without requiring middleware.
Centralized transaction management for Pyramid applications (without middleware)
34 stars
15 watching
25 forks
Language: Python
last commit: 7 days ago
Linked from 1 awesome list
pyramid-frameworkpythontransaction-manager
Related projects:
Repository | Description | Stars |
---|---|---|
zopefoundation/zope.sqlalchemy | An integration of SQLAlchemy with transaction management for Python web applications. | 32 |
pylons/pyramid_handlers | An extension of Pyramid that provides a way to organize view logic into reusable bundles | 8 |
pylons/pyramid_layout | An add-on that enables the creation of reusable UI layouts in Pyramid web applications. | 24 |
joulez/pyramid_sessions | Enables multiple session support in Pyramid Web Framework applications | 0 |
pylons/pyramid_beaker | A sessioning binding library for the Pyramid web framework | 49 |
pylons/pyramid_zodbconn | Provides a bridge between a Python web application and the ZODB object database | 4 |
pylons/pyramid_mako | A Python module providing bindings for a templating system used in web development. | 23 |
sontek/pyramid_webassets | An extension for Pyramid web applications to manage assets using the webassets library. | 64 |
scalar-labs/scalardb | A universal transaction manager that simplifies the complexity of managing multiple databases by achieving ACID transactions and real-time analytics across diverse databases. | 470 |
pylons/pyramid_bpython | Bindings for using Bpython as the interactive shell in Pyramid web applications. | 0 |
pylons/pyramid_openapi3 | Ensures API documentation consistency and validation across requests and responses | 83 |
pylons/pyramid_chameleon | Bindings for Chameleon templating system in Pyramid web framework | 10 |
pylons/pyramid_rpc | A package of RPC add-ons to simplify creating remote procedure calls in a Python web framework. | 27 |
etherex/pyepm | Manages Ethereum contract deployment and interaction using Python-based package definitions in YAML format. | 28 |
pylons/pyramid_zcml | A package providing ZCML directives for configuring the Pyramid web framework | 4 |