PyAMS management package for HTML tables
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. Complete doctests are available in the doctests folder.
What is PyAMS_table?
PyAMS_table is a fork of z3c.table package; it provides the same features to generate HTML tables, but adapted to the Pyramid framework.
** Package API is also converted to common Python standards, using snake_case for variables and methods.
Changelog
2.0.0
upgraded to Pyramid 2.0
1.3.1
use internal tee to avoid multiple accesses to values getter (so that values adapters should be able to return iterators without any problem)
added support for Python 3.10 and 3.11
1.3.0
added table and row update events, with matching subscribers predicates; these events are enabled by default but can be disabled by setting custom table attributes
handle dynamic CSS classes by supporting callables
1.2.1
updated doctests
1.2.0
removed support for Python < 3.7
1.1.3
updated Gitlab-CI configuration
1.1.2
updated Gitlab-CI configuration
1.1.1
updated Gitlab-CI configuration
removed Travis-CI configuration
1.1.0
added methods to render cells and rows contents in JSON format
updated “adapter_config” decorator arguments names
1.0.2
updated doctests using ZCA hook
1.0.1
use current request registry instead of global registry to query adapters
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
Hashes for pyams_table-2.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2032954d2c84e8cc18ea472706125935976af96303bfc6c7ff444270f5827e9 |
|
MD5 | 50869850babf86f7d9aa13719b533d30 |
|
BLAKE2b-256 | da245a5cfa221b09d176f37b796f0885bd315f73a6a39cf21a20a1809473f850 |