helpers for server alike projects
Project description
serverish - helpers for server alike projects
Features
- Component management
- Singletons
- Connections management and diagnostics
- NATS based Messenger
See doc
directory for more documentation.
Optional (extras) dependencies
In order to use Messenger, you have to add extra 'messenger' to your project.toml
serveris dependency, e.g.:
serverish = {git="https://github.com/AkondLab/serverish.git", extras=["messenger"], branch="master"}
or specify dpendency with extras in the pip
convention: serverish[messenger]
.
this will install nats-py
package.
Plans
- Decorators
@messenger.sub(subject)
(Web framework style) - Progress with automatic increment for known durations e.g.
pro_pub.update(completed=1, when=+20)
- Pytest fixtures for NATS on CI
Changes
- 1.0 Changes NATS subscriptions to pull only
- 0.12 Extends messges metdata of
nats
section, Handles reconnection of subscriptions, - 0.11 Extends, tasks, NATS connection tracking and messenger opening options (
Messenger.open
) - 0.10 Adds timestamp to journal messages and extablishes schema for journal messages.
- 0.9.1 Makes dependency to aiodns optional.
- 0.9.0 Introduces Logging handler for passing standard logging messages to the Messenger.
- 0.8 Introduces journal publishing/reading API.
- 0.7 Includes progress tracking messages in the Messenger API.
- 0.6 introduces breaking changes in the Messenger API:
- Convenience functions
get_xxxxx()
returning publishers/readers are synchronous now. Removeawait
-ing for their results. - Change of signature of the callback for
MsgRpcResponder.register_function
forRpc->None
.
- Convenience functions
Credits
This package uses some code and ideas from the rich package (Copyright (c) 2020 Will McGugan).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
serverish-1.0.2.tar.gz
(37.0 kB
view details)
Built Distribution
serverish-1.0.2-py3-none-any.whl
(52.1 kB
view details)
File details
Details for the file serverish-1.0.2.tar.gz
.
File metadata
- Download URL: serverish-1.0.2.tar.gz
- Upload date:
- Size: 37.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.12.1 Darwin/23.2.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 79695838bec6a8d6b080d2afa5bde8140b30fbc863cfeae3e07b797e030ed3dc |
|
MD5 | e8e931f514a0356be75cd50815413014 |
|
BLAKE2b-256 | c17346a437623562b6bf9bce4895eeb20400d384d0613c5776411cb33f7db0b5 |
File details
Details for the file serverish-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: serverish-1.0.2-py3-none-any.whl
- Upload date:
- Size: 52.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.12.1 Darwin/23.2.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d46fa3e17e24ee3edeed96f689e5c276c3094ddcc0957900b5caf80ac0a9a26c |
|
MD5 | b85b6877e6e79cda451db8620bc8157f |
|
BLAKE2b-256 | a1ca2ed9e780f1a3649aadaafc6889b605622bd1bf0db0a18c172228ada2c52a |