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-requirements-detector
finds and lists the requirements of a Python project
Requirements-detector could be run either as a module or with its CLI tool
(detect-requirements). It scans for and lists the project's requirements
out of several sources for them.
python3-flask
micro web framework based on Werkzeug and Jinja2 - Python 3.x
Flask is a micro web framework for Python based on Werkzeug, Jinja 2 and good
intentions. A minimal Flask application looks like that:
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.
guile-library
Library of useful Guile modules
A set of various-purpose library modules for Guile. Covered areas include:
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.