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 module provides two help formatters for optparse. They provide terser and more customizable option formatting in comparison to the default help formatter.
This package contains a small collection of test tool plugins for nose2 and flake8.
python-aiofiles is a library for handling local disk files in asyncio applications.
This Python library provides context managers-related procedures.
This package provides an implementation of a topological sort algorithm.
pyte is an in-memory VTxxx-compatible terminal emulator. VTxxx stands for a series of video terminals, developed by DEC between 1970 and 1995. The first and probably most famous one was the VT100 terminal, which is now a de-facto standard for all virtual terminal emulators.
pyte is a fork of vt102, which was an incomplete pure Python implementation of VT100 terminal.
Usage of Python's multiprocessing package in a gevent-powered application may raise problems. With gipc, process-based child processes can safely be created anywhere within a gevent-powered application.
This package provides a Python library that is an implementation of traditional readability measures based on simple surface characteristics. These measures are basically linear regressions based on the number of words, syllables, and sentences.
This package provides Python bindings to the Rust rpds crate for persistent data structures. It was written initially to support replacing python-pyrsistent.
sshtunnel is a Python module for easily creating SSH tunnels in the background, using Python.
This module lets you draw large letter from ordinary characters in pure Python.
croniter provides iteration for datetime object with cron-like format.
The h5py package provides both a high- and low-level interface to the HDF5 library from Python. The low-level interface is intended to be a complete wrapping of the HDF5 API, while the high-level component supports access to HDF5 files, datasets and groups using established Python and NumPy concepts.
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 benchmark functions that return total space, memory, CPUs required per given input size, and parameters for CWL workflows.
Raise asynchronous exceptions in other threads, control the timeout of blocks or callables with two context managers and two decorators.
Halo is a Python library to display graphical spinners in the terminal. It also supports IPython/Jupyter.
This package provides a flake8 extension that checks for blind except: statements.
This package provides the flake8-todo Python module, a TODO notes checker plugin for flake8.
This package provides Emoji terminal output for Python. The entire set of Emoji codes as defined by the Unicode Consortium is supported in addition to a bunch of aliases.
Clyent is a Python command line utility library. It is used by binstar, binstar-build, and chalmers.
This Python tool figures out the differences between two similar XML files, in the same way the diff utility does it.
This package provides a custom YAML tag for referencing environment variables in YAML files.
Diff Match and Patch libraries offer robust algorithms to perform the operations required for synchronizing plain text.