What is PyAMS?
PyAMS (Pyramid Application Management Suite) is a small suite of packages written for applications and content management with the Pyramid framework.
PyAMS is actually mainly used to manage web sites through content management applications (CMS, see PyAMS_content package), but many features are generic and can be used inside any kind of web application.
All PyAMS documentation is available on ReadTheDocs; source code is available on Gitlab and pushed to Github. Doctests are available in the doctests source folder.
What is PyAMS SQLAlchemy?
SQLALchemy is a very common ORM package for Python. As PyAMS relies on ZODB connections, this package provides components which can be used to define SQL “sessions” through management interface, which are then integrated into main transactions using a two-phases commit manager.
This package also provides optional features to extend PyAMS_scheduler package with new tasks which can launch SQL commands.
Changelog
2.4.0
added optional arguments support to engine getter
added PyAMS monitoring extension
2.3.3
packaging issue
2.3.2
updated task execution report output
2.3.1
updated doctests
2.3.0
added PyAMS_scheduler pipeline support for SQLAlchemy tasks
updated execution report format to Markdown
2.2.0
added support for last PyAMS_scheduler (>= 2.5) package and attached task execution reports
added support for Python 3.12
2.1.0
updated syntax of settings used for dynamic schemas names
added support for global schema name replacement using a single alias
2.0.3
updated SQLAlchemy columns getter in test form
Sonar scanner version reset
2.0.2
updated task scheduler interfaces
2.0.1
updated modal forms title
2.0.0
upgraded to Pyramid 2.0 and SQLAlchemy 2.0
1.4.1
added support for Python 3.11
updated doctest
1.4.0
allow usage of dynamic text formatters into scheduler SQL tasks
1.3.6
use new status on scheduler task execution failure
1.3.5
PyAMS_security interfaces refactoring
added support for Python 3.10
1.3.4
handle session commit when query doesn’t return any result
updated SQLAlchemy task add/edit forms editor size
added doctests
1.3.3
use new context base add action
1.3.2
renamed permission constant
1.3.1
use IUniqueID adapter “oid” value instead of adapter when creating new engine
updated “back” link target in engines container view
1.3.0
added SQLAlchemy connections manager label adapter
updated add and edit forms title
updated package include scan
1.2.3
use IObjectLabel interface instead of ITableElementName
1.2.2
updated forms AJAX renderers
Pylint cleanups
1.2.1
added missing “context” argument to permission check
updated add menus registration for last release of PyAMS_zmi package
1.2.0
added option to disable two-phases commit on any SQLALchemy engine
added Pyramid setting to manage connections management thread; this setting can also be used to disable this thread completely
1.1.0
removed support for Python < 3.7
1.0.0
initial release
Release files for pyams-alchemy 2.4.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyams_alchemy-2.4.0.tar.gz | 26.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyams_alchemy-2.4.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 71.1 kB
Release files / pyams_alchemy-2.4.0.tar.gz
| Download URL | pyams_alchemy-2.4.0.tar.gz |
|---|---|
| Size | 26.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1a1546e3fd8509ce7636229e9e36afb390a420c1fdf7d02ae703674adaa7b335
|
|
BLAKE2b-256 checksum How to use checksums |
27488e094b67669954d3aa90f2719d95e87641d78b97e21ad7b6e4c52f89f376
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.7.17
|
Release files / pyams_alchemy-2.4.0-py3-none-any.whl
| Download URL | pyams_alchemy-2.4.0-py3-none-any.whl |
|---|---|
| Size | 44.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
eeec64b1036e4ccf7015029c1ba20931300681e4fe1355ba5914a9ea9869d48e
|
|
BLAKE2b-256 checksum How to use checksums |
1c8dd7bf047bc2af37dced18117bf8fe785a2067fda34c05e9f39ed9209f14e5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.7.17
|