This package provides a Python wrapper library to the Apache Arrow-based Feather binary columnar serialization data frame format.
This package provides a library and collection of scripts to work with Illumina paired-end data (for CASAVA 1.8+).
This package provides a way to make anything a version object, and compare against a vast section of other version formats.
The typing_inspect
module defines experimental API for runtime inspection of types defined in the Python standard typing module.
A Sphinx extension to generate multiversion and multilanguage sitemaps.org compliant sitemaps for the HTML version of your Sphinx documentation.
This package is intended to be independently reusable in any Python project. It is maintained by the Zope Toolkit project.
Musicbrainzngs implements Python bindings of the MusicBrainz web service. This library can be used to retrieve music metadata from the MusicBrainz database.
This package provides a Service Provider functionality in both Sync and Async mode for Domain Connect protocol.
Pyasn1-modules is a collection of Python modules providing ASN.1 types and implementations of ASN.1-based codecs and protocols.
This package provides a parser for the "old style" OpenStep property list format (also known as ASCII plist), written in Cython.
The Official DocuSign Python Client Library used to interact with the eSign REST API. Send, sign, and approve documents using this client.
This package contains typing stubs for protobuf
, a very small subset the Python stubs contained in the complete typeshed
collection.
This package makes it easy to draw tables in terminal/console applications from a list of lists of strings. It supports multi-line rows.
This library provides functionality to decompile AST objects, as generated by the standard library ast
module, to Python code.
Zope.interface provides an implementation of "object interfaces" for Python. Interfaces are a mechanism for labeling objects as conforming to a given API or contract.
sphinx_gallery
is a Sphinx extension that builds an HTML version from any set of Python scripts and puts it into an examples gallery.
Zope.component represents the core of the Zope Component Architecture. Together with the zope.interface package, it provides facilities for defining, registering and looking up components.
fancycompleter
is a module that adds TAB completion to the interactive prompt. It is an extension of the rlcompleter
module from the standard Python library.
path
(formerly path.py
) implements path objects as first-class entities, allowing common operations on files to be invoked on those path objects directly.
find_libpython
helps find the path to the libpython
dynamic library for the current Python environment. It is both a script and a Python package.
This package contains a plugin for Flake8 finding likely bugs and design problems in your program. It contains warnings that don't belong in pyflakes and pycodestyle.
The BIDS Validator is a web application, command-line utility, and Javascript/Typescript library for assessing compliance with the BIDS standard.
This package contains a multicore Barnes-Hut implementation of the t-SNE algorithm. The implementation is described here: http://lvdmaaten.github.io/publications/papers/JMLR_2014.pdf.
This package provides a generic tagging application for Django projects, which allows association of a number of tags with any Model
instance and makes retrieval of tags simple.