This is a staging site. Uploads will not persist. Testing only.

python3-httpx-sse

Consume Server-Sent Event (SSE) messages with HTTPX (Python 3)

HTTPX-SSE simplifies the consumption of Server-Sent Events (SSE) in Python applications using the HTTPX library.

python3-pure-pcapy3

Pure Python reimplementation of pcapy

This package provides an API-compatible replacement for the popular pcapy package. Since it is a pure-Python package, it cannot access some elements like live traffic capture directly. Only file operations are allowed right now. Any operation which is available in pcapy and could not be implemented here will throw NotImplementedError. Behaviour should be compatible up to the text of some exceptions (tests are included).

backdown

helps you safely and ergonomically remove duplicate files

Based on author's observation of frequent patterns of duplicate build-up with time, especially images and other media files, backdown asks some questions about the duplicates in a way the user can easily decide which to keep. The list is staged until the end for the user to confirm removal, or it can be optionally exported as JSON for further inspection. It also has the option to replace files to be removed with links pointing to the kept ones.

u-config

smaller, simpler, portable pkg-config clone

u-config ("micro-config") is a small, highly portable pkg-config and pkgconf clone.

python3-ratelimitqueue

Rate limited wrapper for Python 3's thread safe queues

This package extends the three built-in Python queues from the queue module - Queue, LifoQueue, and PriorityQueue - with configurable, rate limited counterparts. Specifically, the get() method is rate limited across all threads so that workers can safely consume from the queue in an unlimited loop, and putting the items in the queue doesn’t need to require blocking the main thread.

libpd0

Pure Data as an embeddable audio synthesis library

Pure Data (also known as Pd) is a real-time graphical programming environment for audio and graphics processing.