This package provides methods to determine the dominant color of an image, as well as constructing a representative color palette.
This package provides a shim of the shutil.which function that's designed to work across multiple versions of Python.
Inflection is a string transformation library. It singularizes and pluralizes English words, and transforms strings from CamelCase to underscored string.
Cocotb-bus
provides a set of utilities, test benches and reusable bus interfaces to be used with cocotb
.
Git-review is a command-line tool that helps submitting Git branches to Gerrit for review, or fetching existing ones.
This package provides a collection of utility functions and classes which make writing and running functional and integration tests easier.
This is a py.test
plugin that enables you to set environment variables in the pytest.ini
file.
This module provides various memoizing collections and decorators, including variants of the Python standard library's lru_cache
function decorator.
Voluptuous is a Python data validation library. It is primarily intended for validating data coming into Python as JSON, YAML, etc.
This package provides an extension to the core Python logging library for logging the beginning and completion of tasks and subtasks.
This package stitches your PDF files together, generating customizable bookmarks using a declarative input in the form of a markdown file.
PyNormaliz provides an interface to Normaliz via libNormaliz. It offers the complete functionality of Normaliz, and can be used interactively from Python.
Androguard is a full Python tool to manipulate Android files. It is useful for reverse engineering, analysis of Android applications and more.
ASTROALIGN is a python module that will try to align two stellar astronomical images, especially when there is no WCS information available.
This package provides a lazy-loading, fancy-sliceable iterable. Think of it like a generator that is "reusable" and has a length.
Constantly is a Python library that provides symbolic constant support. It includes collections and constants with text, numeric, and bit flag values.
This package contains typing stubs for TOML, a very small subset the Python stubs contained in the complete typeshed
collection.
This module provides various memoizing collections and decorators, including variants of the Python standard library's lru_cache
function decorator.
Astroquery is a package that contains a collection of tools to access online Astronomical data. Each web service has its own sub-package.
The oslo.utils
library provides support for common utility type functions, such as encoding, exception handling, string manipulation, and time handling.
pytest_mpi
is a plugin for pytest providing some useful tools when running tests under MPI, and testing MPI-related code.
This package contains typing stubs for pytz
, a very small subset the Python stubs contained in the complete typeshed
collection.
This package provides an AST unparser for Python. It is a factored out version of unparse
found in the Python source distribution.
This project provides a typed parser. It was started as part of Pint, the Python units package.