This library provides algorithms and data types for solving symbolic expressions in pure Python using the technique of logical unification.
repo2docker fetches a git repository and builds a container image based on the configuration files found in the repository.
django-cors-headers is a Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS).
The Django REST framework is for building Web APIs with Django. It provides features like a Web-browsable API and authentication policies.
This package provides functionality to make it easy to make scatter density maps, both for interactive and non-interactive use.
django-cors-headers is a Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS).
DNA Features Viewer is a Python library to visualize DNA features, e.g. from GenBank or Gff files, or Biopython SeqRecords.
django-crispy-forms lets you easily build, customize and reuse forms using your favorite CSS framework, without writing template code.
Packaging is a Python module for dealing with Python packages. It offers an interface for working with package versions, names, and dependency information.
importlib_resources is a backport of Python 3's standard library importlib.resources module for Python 2.7, and Python 3.
This sphinx extension redirects non-existent pages to working pages. Rediraffe can also check that deleted/renamed files in your git repo are redirected.
lazr.authentication implements various HTTP authentication schemes as simple pieces of WSGI middleware. Currently implemented are HTTP Basic and section 7 of the OAuth specification.
This package provides a Django library that logs request, response, and exception details in a JSON document. It can also send logs directly to ElasticSearch.
FontParts is an API for interacting with the parts of fonts during the font development process. FontParts is the successor of RoboFab.
This package provides guzzle_sphinx_theme, a theme for the Sphinx documentation system, used by Guzzle and several other projects.
Python-setuptools-markdown is a deprecated package that is required by python-miditime. Instead of using this, you should use the built-in functionality of setuptools and PyPI.
This plugin for python-plaster adds support for PasteDeploy syntax, it provides a plaster Loader object that can parse ini files according to the standard set by PasteDeploy
This package provides flit-core, a PEP 517 build backend for packages using Flit. The only public interface is the API specified by PEP 517, flit_core.buildapi.
The marshmallow-jsonapi package provides a simple way to produce JSON:API-compliant data in any Python Web framework. It includes optional utilities to integrate with Flask.
This package provides a pytest plugin to test that mypy produces a given output. As mypy can be told to display the type of an expression this allows you to check mypys type interference.
jupyter_kernel_test is a tool for testing Jupyter kernels. It tests kernels for successful code execution and conformance with the Jupyter Messaging Protocol.
Python asyncio code is usually written in the form of coroutines, which makes it slightly more difficult to test using normal testing tools. pytest-asyncio provides useful fixtures and markers to make testing async code easier.
PyTorch Forecasting is a PyTorch-based package for forecasting with state-of-the-art deep learning architectures. It provides a high-level API and uses PyTorch Lightning to scale training on GPU or CPU, with automatic logging.
This package is a set of opinionated helpers for creating py.test fixtures for your smoke testing and integration testing. It strives to keep your environment definition declarative, like a docker-compose.yml. It embraces py.test fixture overloading.