======================
PyAMS sequence package
======================
.. contents::
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 <https://pyams.readthedocs.io>`_; source code
is available on `Gitlab <https://gitlab.com/pyams>`_ and pushed to `Github
<https://github.com/py-ams>`_. Doctests are available in the *doctests* source folder.
What is PyAMS sequence?
=======================
PyAMS_sequence is a package based on classical Zope IntIds utility, but used to handle generation
of continuous sequences; in PyAMS, these sequences are used to identify, for example, contents
handled by workflows, all versions of a given content sharing the same identifier.
These identifiers are then used to create references to internal contents; workflow management
system then allows you to automatically reference the currently published version of a given
content.
Custom schemas fields and forms widgets are available to select internal references into
content management interface.
Changelog
=========
2.1.0
-----
- added optional arguments to references finder to check parent and disable params validation
2.0.1
-----
- updated workflow transition handler to avoid references from broken objects
- updated REST API route name and configuration setting name
- added sortable class to internal references input widget
- updated Buildout configuration
2.0.0
-----
- migrated to Pyramid 2.0
1.2.4
-----
- REST API update
- updated permissions
- updated sequence target getter
1.2.3
-----
- added support for Python 3.10 and 3.11
- updated Colander API schemas for better OpenAPI specifications
1.2.2
-----
- added CORS validators and OPTIONS handler to REST services
1.2.1
-----
- updated internal reference field property to automatically reset volatile attribute
when reference is modified
1.2.0
-----
- added sequences manager label adapter
- updated package include scan
1.1.0
-----
- updated REST api param name
- updated REST endpoint in internal reference selection widget
- added internal reference label formatter
1.0.3
-----
- updated Pylint score
- updated package dependencies
1.0.2
-----
- updated package description
1.0.1
-----
- updated package description
1.0.0
-----
- initial release
Raw data
{
"_id": null,
"home_page": "https://pyams.readthedocs.io",
"name": "pyams-sequence",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "Pyramid PyAMS",
"author": "Thierry Florac",
"author_email": "tflorac@ulthar.net",
"download_url": "https://files.pythonhosted.org/packages/1d/72/e485100bca77884b2710ec681256a28cbe6d608c46b20863748abdd55cd0/pyams_sequence-2.1.0.tar.gz",
"platform": null,
"description": "======================\nPyAMS sequence package\n======================\n\n.. contents::\n\n\nWhat is PyAMS?\n==============\n\nPyAMS (Pyramid Application Management Suite) is a small suite of packages written for applications\nand content management with the Pyramid framework.\n\n**PyAMS** is actually mainly used to manage web sites through content management applications (CMS,\nsee PyAMS_content package), but many features are generic and can be used inside any kind of web\napplication.\n\nAll PyAMS documentation is available on `ReadTheDocs <https://pyams.readthedocs.io>`_; source code\nis available on `Gitlab <https://gitlab.com/pyams>`_ and pushed to `Github\n<https://github.com/py-ams>`_. Doctests are available in the *doctests* source folder.\n\n\nWhat is PyAMS sequence?\n=======================\n\nPyAMS_sequence is a package based on classical Zope IntIds utility, but used to handle generation\nof continuous sequences; in PyAMS, these sequences are used to identify, for example, contents\nhandled by workflows, all versions of a given content sharing the same identifier.\n\nThese identifiers are then used to create references to internal contents; workflow management\nsystem then allows you to automatically reference the currently published version of a given\ncontent.\n\nCustom schemas fields and forms widgets are available to select internal references into\ncontent management interface.\n\n\nChangelog\n=========\n\n2.1.0\n-----\n - added optional arguments to references finder to check parent and disable params validation\n\n2.0.1\n-----\n - updated workflow transition handler to avoid references from broken objects\n - updated REST API route name and configuration setting name\n - added sortable class to internal references input widget\n - updated Buildout configuration\n\n2.0.0\n-----\n - migrated to Pyramid 2.0\n\n1.2.4\n-----\n - REST API update\n - updated permissions\n - updated sequence target getter\n\n1.2.3\n-----\n - added support for Python 3.10 and 3.11\n - updated Colander API schemas for better OpenAPI specifications\n\n1.2.2\n-----\n - added CORS validators and OPTIONS handler to REST services\n\n1.2.1\n-----\n - updated internal reference field property to automatically reset volatile attribute\n when reference is modified\n\n1.2.0\n-----\n - added sequences manager label adapter\n - updated package include scan\n\n1.1.0\n-----\n - updated REST api param name\n - updated REST endpoint in internal reference selection widget\n - added internal reference label formatter\n\n1.0.3\n-----\n - updated Pylint score\n - updated package dependencies\n\n1.0.2\n-----\n - updated package description\n\n1.0.1\n-----\n - updated package description\n\n1.0.0\n-----\n - initial release\n",
"bugtrack_url": null,
"license": "ZPL",
"summary": "PyAMS sequences management package",
"version": "2.1.0",
"project_urls": {
"Homepage": "https://pyams.readthedocs.io"
},
"split_keywords": [
"pyramid",
"pyams"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "bbddc32d3ccc89f4b95ad4ee8b6610d6bc850f01157bdf1b85b4a48f063d2551",
"md5": "41077b8ed0fa48a464463fb67f4faffe",
"sha256": "1dca868aa0c06288584217d83a3cced9c488fda9ada438e577684add1d494936"
},
"downloads": -1,
"filename": "pyams_sequence-2.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "41077b8ed0fa48a464463fb67f4faffe",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 34034,
"upload_time": "2024-04-28T15:21:18",
"upload_time_iso_8601": "2024-04-28T15:21:18.442478Z",
"url": "https://files.pythonhosted.org/packages/bb/dd/c32d3ccc89f4b95ad4ee8b6610d6bc850f01157bdf1b85b4a48f063d2551/pyams_sequence-2.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1d72e485100bca77884b2710ec681256a28cbe6d608c46b20863748abdd55cd0",
"md5": "26b3c2894f19e48224508454e84528c6",
"sha256": "511823b27ba406b618b63da33d4d539cb126ef7f6a73b09e29d2a1f12a5e75bd"
},
"downloads": -1,
"filename": "pyams_sequence-2.1.0.tar.gz",
"has_sig": false,
"md5_digest": "26b3c2894f19e48224508454e84528c6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 19667,
"upload_time": "2024-04-28T15:21:20",
"upload_time_iso_8601": "2024-04-28T15:21:20.323029Z",
"url": "https://files.pythonhosted.org/packages/1d/72/e485100bca77884b2710ec681256a28cbe6d608c46b20863748abdd55cd0/pyams_sequence-2.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-04-28 15:21:20",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "pyams-sequence"
}