PyAMS base layers management
Project description
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.
What is PyAMS_layer?
PyAMS_layer is adding the concept of ‘skin layers’ to Pyramid.
A layer is a marker interface which will be used to tag a Request object; this tagging will allow you to register templates, views or pagelets for only specific layers.
Skins are global utilities which have a “layer” attribute; when a skin is associated with a context, the request is marked during traversal with this layer (removing all other layers interfaces).
Changelog
2.0.0
migrated to Pyramid 2.0
1.3.1
small updates in resources management
PyAMS_security package interfaces refactoring
added support for Python 3.10
1.3.0
renamed “container_class” TALES extension to “skin_container_extension”
removed default ‘container’ class on custom skin container CSS class (default value should be handled by layout template)
1.2.2
updated translation
1.2.1
check base classes before patching BaseSiteRoot
1.2.0
added skin management permission
added container class to skin properties
added default resources adapter
1.1.1
packaging mismatch
1.1.0
removed support for Python < 3.5
1.0.5
updated Gitlab-CI configuration
1.0.4
updated Gitlab-CI configuration
removed Travis-CI configuration
1.0.3
updated “adapter_config” decorator arguments names
1.0.2
updated doctests
1.0.1
small update in code used to apply a skin
1.0.0
initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pyams_layer-2.0.0.tar.gz
.
File metadata
- Download URL: pyams_layer-2.0.0.tar.gz
- Upload date:
- Size: 43.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16ca1e28d4e6e29ebb63a789bedfec18136cef10b8915329ccc853efe29ad38a |
|
MD5 | 41990a3fe2917effb8c8672010b7e31b |
|
BLAKE2b-256 | 073cd684b7cbf4adcff97c0194a0baa6c2310657ddba6cedce106517edb4d77f |
File details
Details for the file pyams_layer-2.0.0-py3-none-any.whl
.
File metadata
- Download URL: pyams_layer-2.0.0-py3-none-any.whl
- Upload date:
- Size: 22.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8e3e58589a63d34fccf8a158bda77f4722d1ac9d2de541d246a51eedaa25a4f3 |
|
MD5 | fe27fa044775d1d2cf540afd06c20096 |
|
BLAKE2b-256 | 14e3951b0f664a3a416c32cb2796d94b5ac6dadb08d309cf8ade5f53169d16ec |