colorspacious
is a Python library that lets you convert between colorspaces like sRGB, XYZ, CIEL*a*b*, CIECAM02, CAM02-UCS, etc.
This package provides a module to parse Coded statement of account (CODA) files as defined be the Belgian Febelfin bank standard.
This package contains codecs for transliterating ISO 10646 texts into best-effort representations using smaller coded character sets (ASCII, ISO 8859, etc.).
Parameterized is a Python library that aims to fix parameterized testing for every Python test framework. It supports nose, py.test, and unittest.
This package provides a collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner.
Python wrapper around a SPARQL service. It helps in creating the query URI and, possibly, convert the result into a more manageable format.
Get a public suffix for a domain name using the Public Suffix List. Forked from and using the same API as the publicsuffix package.
Flask-Session is an extension for Flask that adds support for Server-side sessions, with a variety of different backends for session storage.
Requests-File is a transport adapter for use with the Requests Python library to allow local file system access via file://
URLs.
Feedgenerator-py3k is a standalone version of Django's feedgenerator, which can produce feeds in RSS 2.0, RSS 0.91, and Atom formats.
pytest-repeat
is a plugin for Pytest that makes it enables repeating a single test, or multiple tests, a specific number of times.
Simple program that fetches data from a server running ruuvitag-hark and output that to stdout in a format that other programs then can consume.
podcastparser
is a library for the gPodder project to provide an easy and reliable way of parsing RSS and Atom-based podcast feeds in Python.
block_tracing
is a tiny Python library that can be used to prevent debuggers and other applications from inspecting the memory within your process.
This package provide a `nvr` command, which can open File in remote nvim. Also allow opening files from within :terminal without starting a nested nvim process.
Pyahocorasick is a fast, memory-efficient library for multi-pattern string search. This means that you can find multiple key strings occurrences at once in some input text.
The Mapbox Earcut library is a header-only C++ library which provides a fast and robust triangulation of 2D polygons. This package provides Python bindings for this library.
immutabledict is an immutable wrapper around dictionaries. It implements the complete mapping interface and can be used as a drop-in replacement for dictionaries where immutability is desired.
This package provides a sphinx extension for creating panels in a grid layout. It is no longer maintained and users are encouraged to use sphinx-design
instead.
Asset management for Django, to compress and merge CSS and Javascript files. Integrates the webassets library with Django, adding support for merging, minifying and compiling CSS and Javascript files.
python-pure-protobuf
takes advantage of the standard dataclasses module to define message types. Protocol buffers are a language-neutral, platform-neutral extensible mechanism for serializing structured data.
This Pytest extension mainly provides some Pytest fixtures to simulate converting some source text to Docutils AST at different stages: before transforms, after transforms, etc.
PyQtWebEngine is a set of Python bindings for The Qt Company's Qt WebEngine libraries. The bindings sit on top of PyQt6 and are implemented as a set of three modules.
Official low-level client for Elasticsearch. Its goal is to provide common ground for all Elasticsearch-related code in Python; because of this it tries to be opinion-free and very extendable.