pyams-chat-ws


Namepyams-chat-ws JSON
Version 2.0.1 PyPI version JSON
download
home_pagehttps://pyams.readthedocs.io
SummaryPyAMS chat async server
upload_time2024-01-03 18:19:48
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_chat WS 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 chat WS?
======================

PyAMS_chat_WS is an async WebSocket server based on Starlette, which can be deployed using GUnicorn
and Uvicorn.

It relies on a Redis server's channel to which it subscribes to get messages which are dispatched
against WebSockets clients; authentication is done using JWT tokens which are generated by a
REST API using PyAMS_auth_JWT package.

Messages are sent by applications using PyAMS_chat package.


Changelog
=========

2.0.1
-----
 - added asyncio context manager to application
 - removed aioredis dependency

2.0.0
-----
 - upgraded to Pyramid 2.0

1.1.7
-----
 - updated packaging

1.1.6
-----
 - remove targets list from dispatched messages
 - added support for Python 3.10 and 3.11

1.1.5
-----
 - merge avec origin/master

1.1.4
-----
 - added configuration option to disable SSL certificates verification
 - updated logging

1.1.3
-----
 - updated package dependencies

1.1.2
-----
 - updated package dependencies

1.1.1
-----
 - updated package dependencies

1.1.0
-----
 - added HTTP monitoring endpoint
 - added Elastic-APM support
 - added configuration file example

1.0.0
-----
 - initial release

            

Raw data

            {
    "_id": null,
    "home_page": "https://pyams.readthedocs.io",
    "name": "pyams-chat-ws",
    "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/f8/c5/4476135c21a8e2825946360cd7d0c08c52edbc109a7a4311d5f5c1dd737e/pyams_chat_ws-2.0.1.tar.gz",
    "platform": null,
    "description": "=====================\nPyAMS_chat WS 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 chat WS?\n======================\n\nPyAMS_chat_WS is an async WebSocket server based on Starlette, which can be deployed using GUnicorn\nand Uvicorn.\n\nIt relies on a Redis server's channel to which it subscribes to get messages which are dispatched\nagainst WebSockets clients; authentication is done using JWT tokens which are generated by a\nREST API using PyAMS_auth_JWT package.\n\nMessages are sent by applications using PyAMS_chat package.\n\n\nChangelog\n=========\n\n2.0.1\n-----\n - added asyncio context manager to application\n - removed aioredis dependency\n\n2.0.0\n-----\n - upgraded to Pyramid 2.0\n\n1.1.7\n-----\n - updated packaging\n\n1.1.6\n-----\n - remove targets list from dispatched messages\n - added support for Python 3.10 and 3.11\n\n1.1.5\n-----\n - merge avec origin/master\n\n1.1.4\n-----\n - added configuration option to disable SSL certificates verification\n - updated logging\n\n1.1.3\n-----\n - updated package dependencies\n\n1.1.2\n-----\n - updated package dependencies\n\n1.1.1\n-----\n - updated package dependencies\n\n1.1.0\n-----\n - added HTTP monitoring endpoint\n - added Elastic-APM support\n - added configuration file example\n\n1.0.0\n-----\n - initial release\n",
    "bugtrack_url": null,
    "license": "ZPL",
    "summary": "PyAMS chat async server",
    "version": "2.0.1",
    "project_urls": {
        "Homepage": "https://pyams.readthedocs.io"
    },
    "split_keywords": [
        "pyramid",
        "pyams"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "55978f01d19cb3a949c50ae98a377f4f400b8bc348947e3fc0673b7ebc2ee29a",
                "md5": "9f4532fab31b6199f3a0ccecc1c35938",
                "sha256": "4404b4706e8a5c0ea967fbcb6ef9d83e8fd9631b1aa265309873272d674bb4a0"
            },
            "downloads": -1,
            "filename": "pyams_chat_ws-2.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9f4532fab31b6199f3a0ccecc1c35938",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 11391,
            "upload_time": "2024-01-03T18:19:47",
            "upload_time_iso_8601": "2024-01-03T18:19:47.169521Z",
            "url": "https://files.pythonhosted.org/packages/55/97/8f01d19cb3a949c50ae98a377f4f400b8bc348947e3fc0673b7ebc2ee29a/pyams_chat_ws-2.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f8c54476135c21a8e2825946360cd7d0c08c52edbc109a7a4311d5f5c1dd737e",
                "md5": "2d555c09ada7d151bf5bd4451c95e75f",
                "sha256": "b0acb3ed87352ba5747b121d5903bc1fd3a0c332277b583e366b3ca15acd0237"
            },
            "downloads": -1,
            "filename": "pyams_chat_ws-2.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "2d555c09ada7d151bf5bd4451c95e75f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 76008,
            "upload_time": "2024-01-03T18:19:48",
            "upload_time_iso_8601": "2024-01-03T18:19:48.872298Z",
            "url": "https://files.pythonhosted.org/packages/f8/c5/4476135c21a8e2825946360cd7d0c08c52edbc109a7a4311d5f5c1dd737e/pyams_chat_ws-2.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-03 18:19:48",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyams-chat-ws"
}
        
Elapsed time: 0.18849s