Skip to main content

PyURT Pro – расширенный протокол

Добавляет кластеризацию, очереди сообщений, RPC и JWT-аутентификацию.

Установка

pip install pyurt-pro
## Запуск
# УСТАНОВИТЕ И ЗАПУСТИТЕ redis
pyurt-pro -c config.yaml # Запуск 


## В коде 
from pyurt_pro import ClusterNode, RedisBroker, RPCServer, rpc_method

# Кластер
node = ClusterNode()
node.start()

# Очереди
broker = RedisBroker()
broker.publish("chat", "Hello, world!")

# RPC
@rpc_method("add")
def add(a, b):
    return a + b

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyurt_pro-3.1.2.tar.gz (6.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyurt_pro-3.1.2-py3-none-any.whl (7.6 kB view details)

Uploaded Python 3

File details

Details for the file pyurt_pro-3.1.2.tar.gz.

File metadata

  • Download URL: pyurt_pro-3.1.2.tar.gz
  • Upload date:
  • Size: 6.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.14

File hashes

Hashes for pyurt_pro-3.1.2.tar.gz
Algorithm Hash digest
SHA256 d44953c8556c9c9a9cd923cceb903a67b80346010ed130ddc8c299915dd777f7
MD5 1e9fb82cd13295486c9d97cd4491085b
BLAKE2b-256 500f6e5b065802e608a947fd71cd15ea773a3028907a9391d17c51cfefbbbb28

See more details on using hashes here.

File details

Details for the file pyurt_pro-3.1.2-py3-none-any.whl.

File metadata

  • Download URL: pyurt_pro-3.1.2-py3-none-any.whl
  • Upload date:
  • Size: 7.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.14

File hashes

Hashes for pyurt_pro-3.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 3bc2eb17cbcbb9000addbb6d6ee77f33451b1bc97e66f3e1d323c6b36f83cc57
MD5 6d22732fc837af0e1c0b3a553f9e0384
BLAKE2b-256 6754768a4b31599d619e1b1ba5fe9f3ebbca642cc93ec1a61ec9eb854358bf7d

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

3.1.2 This release

2 files

3.1.1

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page