OmegaConf is a hierarchical configuration system and supports merging configurations from multiple sources. It provides a consistent API regardless of how the configuration was created.
python-cwl-utils
provides python utilities and autogenerated classes for loading and parsing CWL v1.0, CWL v1.1, and CWL v1.2 documents.
FontParts is an API for interacting with the parts of fonts during the font development process. FontParts is the successor of RoboFab.
This is a Python implementation of UpSet plots by Lex et al. UpSet plots are used to visualize set overlaps; like Venn diagrams but more readable.
This DBus library for Python aims to be a fully-featured high-level library primarily geared towards integration of applications into desktop and mobile environments.
This Python library allows reading and writing to the Excel XLSX, XLSM, XLTX and XLTM file formats that are defined by the Office Open XML (OOXML) standard.
AlphaFold is an AI system developed by DeepMind that predicts a protein’s 3D structure from its amino acid sequence. It regularly achieves accuracy competitive with experiment.
The package aiosqlite replicates the standard sqlite3 module, but with async versions of all the standard connection and cursor methods, and context managers for automatically closing connections.
The package aiosqlite replicates the standard sqlite3 module, but with async versions of all the standard connection and cursor methods, and context managers for automatically closing connections.
This is the ReportLab PDF Toolkit. It allows rapid creation of rich PDF documents, and also creation of charts in a variety of bitmap and vector formats.
This package implements a spell checker for source code that does not try to be particularly smart and instead does the simplest thing that can possibly work.
Coveralls.io is a service for publishing code coverage statistics online. This package provides seamless integration with coverage.py (and thus pytest, nosetests, etc...) in Python projects.
jstyleson
is a Python library to parse JSON. Contrary to the standard Python json
library, it understands js-style comments. Trailing comma is also supported.
This package provides a Python program that provides following locks:
Locking decorator
Reader-writer locks
Inter-process locks
Generic helpers
This package provides an unmaintained port of sgmllib to Python 3. It is used to parse text files formatted in SGML.
(guix-science-nonfree packages bioinformatics)
Decoupler is a package containing different statistical methods to extract biological activities from omics data within a unified framework. This is its faster and memory efficient Python implementation.
MaxMind DB is a binary file format that stores data indexed by IP address subnets (IPv4 or IPv6). This is a Python module for reading MaxMind DB files.
pylsqpack
is a wrapper around the ls-qpack
library. It provides Python Decoder and Encoder objects to read or write HTTP/3 headers compressed with QPACK.
Merges, minifies and compresses Javascript and CSS files, supporting a variety of different filters, including YUI, jsmin, jspacker or CSS tidy. Also supports URL rewriting in CSS files.
This library helps to redirect sys.stdout
to a stream or a file while executing some piece of code, including C code running within a Python process.
This package provides a fast, lightweight IPv4/IPv6 manipulation library in Python. This library is used to create, poke at, and manipulate IPv4 and IPv6 addresses and networks.
This package provides command line tools, powered by pydoit. It offers integration with click
and rich
for custom CLI and these linters: pycodestlye
, pyflakes
SIP is used to write self contained extension modules, i.e. without a library to be wrapped. This SIP extension module provides support for the PyQt6 package.
python-cwlformat
is a specification and a reference implementation for a very opinionated CWL code formatter. It outputs CWL in a standardized YAML format.