This package provides a Python module to create immutable, and correct URLs for Python according to RFCs 3986 and 3987.
PyRSS2Gen is the interface to generate RSS 2.0 feeds. PyRSS2Gen builds the feed up by using a XML generator.
Multidict is dict-like collection of key-value pairs where key might be occurred more than once in the container.
This package provides a functionality to view output of multiple processes, in parallel, in the console, with an interactive TUI.
RapidFuzz is a fast string matching library for Python and C++, which is using the string similarity calculations from FuzzyWuzzy.
Miniupnpc is a client library for Python programs to set up port forwards using UPnP.
Evolve is a Mercurial extension for faster and safer mutable history. It implements the changeset evolution concept for Mercurial.
Docker PTY provides the functionality needed to operate the pseudo-terminal (PTY) allocated to a Docker container using the Python client.
This package provides functions to calculate the distance in various units between two points on Earth using their latitude and longitude.
This package is a plugin for Hatch that uses your preferred version control system (like Git) to determine project versions.
The inflate64 package provides Deflater and Inflater classes to compress and decompress with the Enhanced Deflate compression algorithm.
This package provides async versions of Kivy functions to avoid the callback-heavy mode of interaction typical in some Kivy applications.
GRequests is a Python library that allows you to use Requests with Gevent to make asynchronous HTTP Requests easily.
The deep-merge Python library provides a toolset to deeply merge nested data structures in Python like lists and dictionaries.
ansi2html is a Python library and command line utility for converting text with ANSI color codes to HTML or LaTeX.
This module provides a monotonic() function which returns the value (in fractional seconds) of a clock which never goes backwards.
transient is a wrapper for QEMU allowing the creation of virtual machines with shared folder, ssh, and disk creation support.
agatedbf uses a monkey patching pattern to add read for dbf files support to all agate.Table instances.
This package offers Cython bindings and a Python interface for Prodigal. Prodigal is an ORF finder designed for both genomes and metagenomes.
This package provides an improved fork of python-aioodbc, and makes it possible to Access ODBC databases with python-asyncio.
This package provides a bridge from Glyphs source files (.glyphs) to UFOs and DesignSpace files via defcon and designspaceLib.
This is a package for hassle-free computation of shareable, comparable, and reproducible BLEU, chrF, and TER scores for natural language processing.
This is a Python package to compute statistical test and add statistical annotations on an existing boxplots and barplots generated by seaborn.
html2text takes HTML and converts it into plain ASCII text which is also valid markdown. html2text was originally written by Aaron Swartz.