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

python3-nvchecker

new version checker

nvchekcer (short for new version checker) is a Python library and CLI for checking if a new version of some software has been released.

paramspider

Mining parameters from the dark corners of Web Archives

paramspider allows you to fetch URLs related to any domain or a list of domains from Wayback Archives. It filters out "boring" URLs, allowing you to focus on the ones that matter the most.

python3-endesive

library for digital signing and verification of signatures in docs

Endesive is a Python module that has the ability to add and check digital signatures on PDF documents, emails and XMLs. This is useful for guarantee the protection and integrity of documents, making it difficult tamper with your content.

python3-dunamai

dynamic versioning library and CLI

Dunamai is a Python library and command line tool for producing dynamic, standards-compliant version strings, derived from tags in your version control system. This facilitates uniquely identifying nightly or per-commit builds in continuous integration and releasing new versions of your software simply by creating a tag.

python3-annotated-types

Reusable constraint types to use with typing.Annotated

Extension to Python's type annotation system, leveraging the capabilities of typing.Annotated to incorporate metadata and constraints directly into type hints. This package facilitates the representation of common constraints such as value bounds (e.g., greater than, less than), length restrictions on collections, and predicates for runtime checks, among others. Designed to enhance the expressiveness and utility of type annotations for both static analysis tools and runtime validation libraries.

python3-srptools

Tools to implement Secure Remote Password (SRP) authentication

Provides tools to implement the Secure Remote Password (SRP) protocol for secure password-based authentication and key exchange in Python. SRP is a password-authenticated key agreement protocol (PAKE) that enhances security by allowing for secure password-based authentication and key exchange.