Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.
API method:
GET /api/packages?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
This package implements a functionality to print versions of imported Python packages.
This package provides tools for plotting area-proportional two- and three-way Venn diagrams in matplotlib.
The simplaudio package provides cross-platform, dependency-free audio playback capability for Python 3 on OSX, Windows, and Linux.
Lark is a parser built with a focus on ergonomics, performance and resilience. Lark can parse all context-free languages. That means it is capable of parsing almost any programming language out there, and to some degree most natural languages too.
This package implements a functionality to access of environment variables from Python with support for strings, booleans, list, tuples, and dicts.
ua-parser is a Python port of Browserscope's user agent parser.
This library provides support for legacy Python Packaging functionality removed from packaging.
ZipFly is a zip archive generator. It was created to generate very large zip archives for immediate sending out to clients, or for writing large zip archives without memory inflation.
Python implementation of the Happy Eyeballs Algorithm described in RFC 6555. Provided with a single file and dead-simple API to allow easy vendoring and integration into other projects.
This package provides a tool to split a kernel image with appended DTB into separated kernel and DTB files.
This package provides Python bindings to libdbus, the reference implementation of the D-Bus protocol.
This package implements an installer for Python Build Standalone.
Senf introduces a new platform native string type called fsnative. It adds functions to convert text, bytes and paths to and from that new type and helper functions to integrate it nicely with the Python stdlib.
A library to identify devices (phones, tablets) and their capabilities by parsing (browser/HTTP) user agent strings.
This package contains a library for ordered multivalue dictionaries. A multivalue dictionary is a dictionary that can store multiple values for the same key. An ordered multivalue dictionary is a multivalue dictionary that retains the order of insertions and deletions.
ffmpeg-python allows you to write FFmpeg filtergraphs in familiar Python terms, taking care of running ffmpeg with the correct command-line arguments. It handles arbitrarily large (directed-acyclic) signal graphs.
This package provides a pixel-level image comparison library for Python, originally created to compare screenshots in tests. Its features include accurate anti-aliased pixels detection and perceptual color difference metrics.
This package provides the python-dotenv Python module to read key-value pairs from a .env file and set them as environment variables.
python-pyre-extensions defines extensions to the standard typing module that are supported by the Pyre typechecker.
The lockfile package exports a LockFile class which provides a simple API for locking files.
Click is a "Python package for creating beautiful command line interfaces". Rich is a "Python library for rich text and beautiful formatting in the terminal". The intention of rich-click is to provide attractive help output from click, formatted with rich, with minimal customization required.
This Python package provides high-level utilities to read and write a variety of Python types from and to HDF5 formatted files. This package also provides support for MATLAB MAT v7.3 formatted files, which are HDF5 files with a different extension and some extra metadata. Because HDF5 and MAT files might need to be read from untrusted sources, pickling is avoided in this package.
This package provides chardet, a Python module that can automatically detect a wide range of file encodings.
This package contains typing stubs for protobuf, a very small subset the Python stubs contained in the complete typeshed collection.