python3-bracex
brace expanding library (à la Bash) for Python (Python 3)
brace expanding library (à la Bash) for Python.
python3-plover-stroke
Stroke handling helper library for Plover
This package provides a stroke handling helper library for
working with steno stroke. It is a dependency for plover
software.
python3-aioredlock
Python asyncio redis redlock implementation
This Python module provides an async implementation of the redis Redlock
algorithm. This algorithm is designed to provide distributed locks with the
following properties:
python3-pycrowdsec
integration of CrowdSec with Python projects (Python3 version)
CrowdSec is a FOSS tool which parses logs and detects attacks. PyCrowdSec
enables integration of CrowdSec with Python projects. It is easy to setup and
boosts the security by leveraging CrowdSec's attack detection capabilities.
python3-pyro5
distributed object middleware for Python (RPC)
Pyro (PYthon Remote Object) is an easy to use and powerful distributed object
system for Python. In a distributed object system, clients send requests to
distant servers, which owns the remote objects. Pyro simplifies a lot the
creation of clients and servers, and has among its features:
- dynamic and static proxies for all remote method invocations,
- a naming service which keeps record of the location of objects,
- mobile objects support: clients and servers can pass objects around,
- exceptions that occur in the remote object is raised on the client too,
- multithreaded server support to handle multiple requests simultaneously.
python3-a2wsgi
Convert between ASGI and WSGI apps (Python3 version)
Convert WSGI app to ASGI app or ASGI app to WSGI app in pure Python with no
dependencies outside the standard library.