=====================
PyAMS elastic 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 elastic?
======================
PyAMS_elastic is an extension package for PyAMS to provide support for Elasticsearch; it's a fork
of *pyramid_es* package, adapted to use last Elasticsearch features and Elasticsearch-DSL package
(see `Elasticsearch <https://elasticsearch-py.readthedocs.io>` and `Elasticsearch-DSL
<https://elasticsearch-dsl.readthedocs.io>`). It is also using more components of the components
architecture.
Compared with *pyramid_es*, it's no more Python 2 compliant, and adds a few features like
aggregations support in Elasticsearch queries. Deprecated Elasticsearch features have also been
removed from package.
A PyAMS scheduler task info is also provided by this package; it allows running Elasticsearch
queries on a regular basis, and to send notifications if expected results are not received.
Running PyAMS_elastic unit tests
================================
Unit tests relies on an "elasticsearch" entry to be used with Gitlab-CI services. If you want to
run unit tests locally, you must have an entry in your "hosts" file pointing to your Elasticsearch
server.
Changelog
=========
2.1.1
-----
- updated tests
2.1.0
-----
- added support for PyAMS_scheduler pipeline tasks
- added support for Python 3.12
2.0.4
-----
- removed empty module
2.0.3
-----
- updated client API key configuration to handle base64 encoded keys and
login:password type keys
2.0.2
-----
- updated PyAMS_scheduler interfaces
- updated dependencies
2.0.1
-----
- updated french translation
2.0.0
-----
- upgraded to Pyramid 2.0
- upgraded to Elasticsearch 8.x
1.6.7
-----
- updated output of Elasticsearch re-indexation task
- updated tasks docstrings
1.6.6
-----
- updated translations
1.6.5
-----
- use pagination and bulk API in Elasticsearch re-indexation task
- replace 'body' parameter with named arguments
1.6.4
-----
- restored all unit tests
1.6.3
-----
- updated unit tests (still partially disabled!)
1.6.2
-----
- disabled some unit tests because of strange behaviour with Gitlab's Docker
1.6.1
-----
- updated re-indexation task status on failure
1.6.0
-----
- added PyAMS scheduler task to handler partial Elasticsearch re-indexation
- added support for PyAMS dynamic text formatters into Elasticsearch client index name
1.5.2
-----
- restored deleted services in Gitlab CI configuration
1.5.1
-----
- use new SQLAlchemy structure to get access to mappings registry
- added support for Python 3.11
1.5.0
-----
- allow usage of dynamic text formatters into scheduler Elasticsearch tasks
1.4.1
-----
- use new scheduler task execution status on failure
1.4.0
-----
- added certificates management options when creating Elasticsearch client, available in
Pyramid configuration file
1.3.1
-----
- updated CI for Python 3.10
1.3.0
-----
- added SSL settings to client configuration
- added Elasticsearch update API support
- allow overriding of configuration file settings with named arguments when creating
custom Elasticsearch client
- added support for Python 3.10
1.2.1
-----
- remove some Elasticsearch (> 7.15) deprecation warnings using named arguments
1.2.0
-----
- use PyAMS_utils transaction manager
1.1.0
-----
- updated task add and edit forms title
- updated package include scan
1.0.0
-----
- initial release
Raw data
{
"_id": null,
"home_page": "https://pyams.readthedocs.io",
"name": "pyams-elastic",
"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/5b/d7/d6f965847d25f8245673f6108afd64ab3b973792d94ebed81efe187fbfe0/pyams_elastic-2.1.1.tar.gz",
"platform": null,
"description": "=====================\nPyAMS elastic 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 elastic?\n======================\n\nPyAMS_elastic is an extension package for PyAMS to provide support for Elasticsearch; it's a fork\nof *pyramid_es* package, adapted to use last Elasticsearch features and Elasticsearch-DSL package\n(see `Elasticsearch <https://elasticsearch-py.readthedocs.io>` and `Elasticsearch-DSL\n<https://elasticsearch-dsl.readthedocs.io>`). It is also using more components of the components\narchitecture.\n\nCompared with *pyramid_es*, it's no more Python 2 compliant, and adds a few features like\naggregations support in Elasticsearch queries. Deprecated Elasticsearch features have also been\nremoved from package.\n\nA PyAMS scheduler task info is also provided by this package; it allows running Elasticsearch\nqueries on a regular basis, and to send notifications if expected results are not received.\n\n\nRunning PyAMS_elastic unit tests\n================================\n\nUnit tests relies on an \"elasticsearch\" entry to be used with Gitlab-CI services. If you want to\nrun unit tests locally, you must have an entry in your \"hosts\" file pointing to your Elasticsearch\nserver.\n\n\nChangelog\n=========\n\n2.1.1\n-----\n - updated tests\n\n2.1.0\n-----\n - added support for PyAMS_scheduler pipeline tasks\n - added support for Python 3.12\n\n2.0.4\n-----\n - removed empty module\n\n2.0.3\n-----\n - updated client API key configuration to handle base64 encoded keys and\n login:password type keys\n\n2.0.2\n-----\n - updated PyAMS_scheduler interfaces\n - updated dependencies\n\n2.0.1\n-----\n - updated french translation\n\n2.0.0\n-----\n - upgraded to Pyramid 2.0\n - upgraded to Elasticsearch 8.x\n\n1.6.7\n-----\n - updated output of Elasticsearch re-indexation task\n - updated tasks docstrings\n\n1.6.6\n-----\n - updated translations\n\n1.6.5\n-----\n - use pagination and bulk API in Elasticsearch re-indexation task\n - replace 'body' parameter with named arguments\n\n1.6.4\n-----\n - restored all unit tests\n\n1.6.3\n-----\n - updated unit tests (still partially disabled!)\n\n1.6.2\n-----\n - disabled some unit tests because of strange behaviour with Gitlab's Docker\n\n1.6.1\n-----\n - updated re-indexation task status on failure\n\n1.6.0\n-----\n - added PyAMS scheduler task to handler partial Elasticsearch re-indexation\n - added support for PyAMS dynamic text formatters into Elasticsearch client index name\n\n1.5.2\n-----\n - restored deleted services in Gitlab CI configuration\n\n1.5.1\n-----\n - use new SQLAlchemy structure to get access to mappings registry\n - added support for Python 3.11\n\n1.5.0\n-----\n - allow usage of dynamic text formatters into scheduler Elasticsearch tasks\n\n1.4.1\n-----\n - use new scheduler task execution status on failure\n\n1.4.0\n-----\n - added certificates management options when creating Elasticsearch client, available in\n Pyramid configuration file\n\n1.3.1\n-----\n - updated CI for Python 3.10\n\n1.3.0\n-----\n - added SSL settings to client configuration\n - added Elasticsearch update API support\n - allow overriding of configuration file settings with named arguments when creating\n custom Elasticsearch client\n - added support for Python 3.10\n\n1.2.1\n-----\n - remove some Elasticsearch (> 7.15) deprecation warnings using named arguments\n\n1.2.0\n-----\n - use PyAMS_utils transaction manager\n\n1.1.0\n-----\n - updated task add and edit forms title\n - updated package include scan\n\n1.0.0\n-----\n - initial release\n",
"bugtrack_url": null,
"license": "ZPL",
"summary": "PyAMS integration package for Elasticsearch",
"version": "2.1.1",
"project_urls": {
"Homepage": "https://pyams.readthedocs.io"
},
"split_keywords": [
"pyramid",
"pyams"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0081fd513bcbadd733dd802886ec9c088efd6007938704ddcd2de3ac72a7bcc2",
"md5": "13696bc065caac07c3a03770028c8cf8",
"sha256": "94d0c7f01deb66f728dc23585f7091b9e1cd87fb70a8fad8e02e3ae96952fec0"
},
"downloads": -1,
"filename": "pyams_elastic-2.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "13696bc065caac07c3a03770028c8cf8",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 50593,
"upload_time": "2025-07-14T14:33:02",
"upload_time_iso_8601": "2025-07-14T14:33:02.269847Z",
"url": "https://files.pythonhosted.org/packages/00/81/fd513bcbadd733dd802886ec9c088efd6007938704ddcd2de3ac72a7bcc2/pyams_elastic-2.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5bd7d6f965847d25f8245673f6108afd64ab3b973792d94ebed81efe187fbfe0",
"md5": "be7f100b9484004a45eeb70474269e87",
"sha256": "274349d827eaefc7324f3d914b5cc3906dee408ed7b4fa5cff868acd13525e7d"
},
"downloads": -1,
"filename": "pyams_elastic-2.1.1.tar.gz",
"has_sig": false,
"md5_digest": "be7f100b9484004a45eeb70474269e87",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 32464,
"upload_time": "2025-07-14T14:33:03",
"upload_time_iso_8601": "2025-07-14T14:33:03.372919Z",
"url": "https://files.pythonhosted.org/packages/5b/d7/d6f965847d25f8245673f6108afd64ab3b973792d94ebed81efe187fbfe0/pyams_elastic-2.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-14 14:33:03",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "pyams-elastic"
}