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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
This package contains a micro subset of Unicode data files for linkify-it-py projects.
This package provides a mutable, self-balancing interval tree implementation for Python. Queries may be by point, by range overlap, or by range envelopment. This library was designed to allow tagging text and time intervals, where the intervals include the lower bound but not the upper bound.
This package provides a shim of the shutil.which function that's designed to work across multiple versions of Python.
This package provides a decorator that raises an error when an operation takes longer than expected.
Avoid repetitive boilerplate code in Python classes.
EasyGUI is a module for easy GUI programming in Python. EasyGUI is different from other GUI generators in that EasyGUI is NOT event-driven. Instead, all GUI interactions are invoked by simple function calls.
This Python package provide ANSI escape codes for styling strings in the terminal.
Cloup enriches Click with several features that make it more expressive and configurable such as option groups, constraints, subcommand aliases, subcommands sections and a themeable HelpFormatter.
This is a set of Python bindings for the DjVuLibre library.
This package provides a Python wrapper for using extended file system attributes. Extended attributes extend the basic attributes of files and directories in the file system. They are stored as name:data pairs associated with file system objects (files, directories, symlinks, etc).
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.
Awkward Array is a library for nested, variable-sized data, including arbitrary-length lists, records, mixed types, and missing data, using NumPy-like idioms.
This package provides a plugin with support for the python-black formatter for the Python LSP Server.
The pybtex docutils backend allows bibtex citations to be inserted into documentation generated by docutils.
Pabot is a parallel executor for Robot Framework tests.
Docspec is a JSON object specification for representing API documentation of programming languages.
This package provides tools to build manual pages from Python's ArgumentParser object.
This package provides provides drop-in replacements for the Python built-in int and float that are on par or faster with the Python equivalents.
This package provides an object type which efficiently represents an array of booleans. Bitarrays are sequence types and behave very much like usual lists. Eight bits are represented by one byte in a contiguous block of memory. The user can select between two representations: little-endian and big-endian. All of the functionality is implemented in C. Methods for accessing the machine representation are provided. This can be useful when bit level access to binary files is required, such as portable bitmap image files. Also, when dealing with compressed data which uses variable bit length encoding, you may find this module useful.
This package provides a Markdown paragraph wrapper using Unicode Line Breaking Algorithm written in Rust with Python bindings.
This package is built on top the python-black code formatter to enable formatting of partial files.
This package provides a replacement for Python's subprocess feature.
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.
Python client for Consul, a tool for service discovery, monitoring and configuration.