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. 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.2
removed principals IDs from notifications messages
added support for Python 3.12
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
Release files for pyams-chat-ws 2.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyams_chat_ws-2.0.2.tar.gz | 76.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyams_chat_ws-2.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 87.6 kB
Release files / pyams_chat_ws-2.0.2.tar.gz
| Download URL | pyams_chat_ws-2.0.2.tar.gz |
|---|---|
| Size | 76.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
38f9b101161765dfe051b4b944df6e4ec1faf02afb85ba58a7824b222821b0cf
|
|
BLAKE2b-256 checksum How to use checksums |
5bef8224d5d63c20636c67f56d3fcf3659b40ce8e6a1312e0f70195b29124e2c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.7.17
|
Release files / pyams_chat_ws-2.0.2-py3-none-any.whl
| Download URL | pyams_chat_ws-2.0.2-py3-none-any.whl |
|---|---|
| Size | 11.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
81f79a95bec53734fa528c9e5feeca9b5e02a23fecedea3678e89be39694055a
|
|
BLAKE2b-256 checksum How to use checksums |
a72c01613064d8beeafea991b67d366d32fb3f56d34323993b611489e4574e76
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.7.17
|