libeantic3

real Embedded Algebraic Number Theory In C/C++ - libs

E-ANTIC is a C/C++ mathematical library to deal with real embedded number fields built on top of ANTIC; ANTIC is an Algebraic Number Theory library In C <https://github.com/wbhart/antic>. The aim of the E-ANTIC library is to have as fast as possible exact arithmetic operations and comparisons.

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.