pyams-elastic


Namepyams-elastic JSON
Version 2.0.2 PyPI version JSON
download
home_pagehttps://pyams.readthedocs.io
SummaryPyAMS integration package for Elasticsearch
upload_time2024-01-03 16:25:50
maintainer
docs_urlNone
authorThierry Florac
requires_python
licenseZPL
keywords pyramid pyams
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =====================
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.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": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Pyramid PyAMS",
    "author": "Thierry Florac",
    "author_email": "tflorac@ulthar.net",
    "download_url": "https://files.pythonhosted.org/packages/7a/b7/1f912156b36a8f0d53ecf1276007f5a5f2c835fa1d3d6f1cc0aa91e6bd72/pyams_elastic-2.0.2.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.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.0.2",
    "project_urls": {
        "Homepage": "https://pyams.readthedocs.io"
    },
    "split_keywords": [
        "pyramid",
        "pyams"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8cef59bdd8b6306a2ce5cb5512698e733e65cc652a42467ed869ad4ad72618bc",
                "md5": "0aebbda71d22497576eac214dbfe67f4",
                "sha256": "316d0215befdb8f52606a0c4eda2c67cfddd61e8652857d7a417716a2f0bc8ee"
            },
            "downloads": -1,
            "filename": "pyams_elastic-2.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0aebbda71d22497576eac214dbfe67f4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 49750,
            "upload_time": "2024-01-03T16:25:48",
            "upload_time_iso_8601": "2024-01-03T16:25:48.781778Z",
            "url": "https://files.pythonhosted.org/packages/8c/ef/59bdd8b6306a2ce5cb5512698e733e65cc652a42467ed869ad4ad72618bc/pyams_elastic-2.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ab71f912156b36a8f0d53ecf1276007f5a5f2c835fa1d3d6f1cc0aa91e6bd72",
                "md5": "9860839223cb44ef96f78c3f632df945",
                "sha256": "3584674dbc5d4d8c5281c1e5e7b012f0c5b8a128dc339817430f968a01b022da"
            },
            "downloads": -1,
            "filename": "pyams_elastic-2.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "9860839223cb44ef96f78c3f632df945",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 31374,
            "upload_time": "2024-01-03T16:25:50",
            "upload_time_iso_8601": "2024-01-03T16:25:50.516374Z",
            "url": "https://files.pythonhosted.org/packages/7a/b7/1f912156b36a8f0d53ecf1276007f5a5f2c835fa1d3d6f1cc0aa91e6bd72/pyams_elastic-2.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-03 16:25:50",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyams-elastic"
}
        
Elapsed time: 0.17080s