This package lets you implement minimal boilerplate CLIs derived from type hints and parse from command line, config files and environment variables.
This package contains typing stubs for pyyaml
, a very small subset the Python stubs contained in the complete pyyaml
collection.
This package provides common Python code used by some of the commands part of the U-Boot project, such as Patman.
This package provides a flake8 plugin that integrates isort, extending flake8 so that it can warn about badly sorted Python import directives.
This package is an extension to Python-Markdown which adds support for shorthand links to GitHub users, repositories, issues and commits.
python-configparser
is a backport of configparser
from Python 3.5 so that it can be used directly in other versions.
This package is a backport of the functools
module from Python 3.2.3 for use with older versions of Python and PyPy.
This package provides Python bindings for the Path Ops module of the Skia library, performing boolean operations on paths (intersection, union, difference, xor).
This module installs a Jupyter kernel for SPARQL. It allows sending queries to an SPARQL endpoint, fetching and presenting the results in a notebook.
The devpi command line tool is typically used in conjunction with devpi-server. It allows uploading, testing and installing packages from devpi indexes.
Commandlines
is a Python library for command line application development that supports command line argument parsing, command string validation testing and application logic.
This package contains a Python implementation of the patiencediff
algorithm. Patiencediff provides a good balance of performance, nice output for humans, and implementation simplicity.
The goal of this project is to manage configuration for Python tools, such as rope and add support for a pyproject.toml
configuration file.
This package provides a command-line utility that creates projects from project templates, e.g. creating a Python package project from a Python package project template.
This client library is designed to support the Facebook Graph API and the official Facebook JavaScript SDK, which is the canonical way to implement Facebook authentication.
language-python
is a Haskell library for lexical analysis, parsing and pretty printing Python code. It supports versions 2.x and 3.x of Python.
This package provides a Pytest extension for sharding tests at the granularity of individual test cases, which can be run in parallel and on multiple machines.
The AWS X-Ray SDK for Python enables Python developers to record and emit information from within their applications to the AWS X-Ray service.
The flatten_json
Python library flattens the hierarchy in your object, which can be useful if you want to force your objects into a table.
python-cwl-upgrader
is a standalone upgrader for CWL documents from version draft-3, v1.0, and v1.1 to v1.2.
This package provides helper functions for injecting a conda environment into the current python environment (by modifying sys.path
, without actually changing the current python environment).
This package provides a simple and lightweight Python SOAP library for client and server webservices interfaces, aimed to be as small and easy as possible, supporting most common functionality.
This package is a fork of the multiprocessing Python package, a package which supports the spawning of processes using the API of the standard library's threading
module.
H5plot is a small GUI to view the solutions in an H5parm interactively. It is a spiritual successor to ParmDBplot
for quickly reviewing gain solutions generated by NDPPP.