Boolean operations on paths which uses a super fast polygon clipper library by Angus Johnson.
abjad-ext-rmakers includes a collection of classes for creating and and manipulating rhythms such as accelerandi, taleas, and more.
This package provides a library which is able to parse dependency groups (PEP 735), following includes, and provide that data as output.
This library provides a filter for the logging module from the Python standard library which allows removing duplicate log messages.
This package provides a set of scikit-learn-style transformers for encoding categorical variables into numeric by means of different techniques.
Requests-OAuthlib uses the Python Requests and OAuthlib libraries to provide an easy-to-use Python interface for building OAuth1 and OAuth2 clients.
Universal Pathlib is a Python library that extends the pathlib.Path API to support a variety of backend filesystems via filesystem_spec.
This package provides tools to help build and install Jupyter Python packages that require a pre-build step that may include JavaScript build steps.
This package provides a plugin for the Pytest framework that allows developers to control unit tests that require access to data from the internet.
Django Compressor combines and compresses linked and inline Javascript or CSS in a Django templates into cacheable static files by using the compress template tag.
PyG is a library built upon PyTorch to easily write and train Graph Neural Networks for a wide range of applications related to structured data.
Lazy object proxy is an object that wraps a callable but defers the call until the object is actually required, and caches the result of said call.
This is a pytest plugin, that enables you to test your code that relies on a running PostgreSQL Database. It allows you to specify fixtures for PostgreSQL process and client.
This package provides a list of user agents, from a collection of more than 326,000 known user-agents. Users can pick a random one, or select one based on filters.
This Python module provides an implementation of the Itanium C++ ABI symbol mangling language. The demangler generates an abstract syntax tree from mangled symbols, which can be used for directly extracting type information.
This library was lifted from elasticsearch-py and then transformed to be used across all Elastic services rather than only Elasticsearch. It provides transport classes and utilities shared among Python Elastic client libraries.
This pytest plugin manages dependencies of tests. It allows to mark some tests as dependent from other tests. These tests will then be skipped if any of the dependencies did fail or has been skipped.
The extension-helpers package includes convenience helpers to assist with building Python packages with compiled C/Cython extensions. It is developed by the Astropy project but is intended to be general and usable by any Python package.
This package implements functionality to work with plyline. Features:
Visvalingham-Whyatt - removes the smallest triangles formed by three consecutive points in a polyline or polygon
Douglas-Peucker - gives a better representation of the convex hull
JupyterLab Server sits between JupyterLab and Jupyter Server, and provides a set of REST API handlers and utilities that are used by JupyterLab. It is a separate project in order to accommodate creating JupyterLab-like applications from a more limited scope.
This library was built for coherent.build and skeleton projects to inject a license file at build time to reflect the license declared in the license expression.
The prometheus_client package supports exposing metrics from software written in Python, so that they can be scraped by a Prometheus service.
Metrics can be exposed through a standalone web server, or through Twisted, WSGI and the node exporter textfile collector.
Provides an updated clean_data function for the github platform. See https://github.com/nephila/giturlparse/pull/41. binderlite will be rewritten in Common Lisp. If we stay with Python I recommend switching this library out for python-furl or similar.
The main goal of Django URL Filter is to provide an easy URL interface for filtering data. It allows the user to safely filter by model attributes and also specify the lookup type for each filter (very much like Django's filtering system in ORM).