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.
Colorful provides an array of text styles, that can be used as functions or string constants to form colored terminal output.
Tree is a python library for working with nested data structures. In a way, tree generalizes the builtin map function which only supports flat sequences, and allows you to apply a function to each leaf preserving the overall structure.
Autopage is a Python library to automatically display terminal output from a program in a pager such as less.
This package provides is a small collection of algorithms that can be reused when throttling user interactions with a resource (e.g., an API).
clrprint is developed to print colorful output in the terminal. It has red, blue, green, yellow, purple and black/white (default) colors.
dirty-equals is a Python library that (mis)uses the __eq__ method to make code (generally unit tests) more declarative and therefore easier to read and write.
Clone non-relocatable virtualenvs without breaking site-packages.
Pydantic enforces type hints at runtime, and provides user friendly errors when data is invalid.
This package provides a shim of the shutil.which function that's designed to work across multiple versions of Python.
This package provides coding utilities for quantitative legal studies.
This package provides a parser based on lib2to3 producing docspec data from Python source code.
This package provides ANSII Color formatting for output in terminals.
Bleach is an easy whitelist-based HTML-sanitizing tool.
Git Hammer is a statistics tool for projects in git repositories. Its major feature is tracking the number of lines authored by each person for every commit, but it also includes some other useful statistics.
This library provides an efficient mechanism for overloading function implementations based on the types of the arguments.
pyvirtualdisplay is a Python wrapper for Xvfb, Xephyr and Xvnc.
A Python wrapper for the dialog utility. Its purpose is to provide an easy to use, pythonic and comprehensive Python interface to dialog. This allows one to make simple text-mode user interfaces on Unix-like systems
This package implements fast and direct raster I/O for use with Numpy and SciPy.
This package provides a Matplotlib inline back-end for IPython and Jupyter.
Python module that provides a simple interface to FUSE and MacFUSE. The binding is created using the standard ctypes library.
This Python library provides a recursive descent parser with backtracking and memoization (a.k.a. packrat parser). Arpeggio grammars are based on PEG formalism. Arpeggio's main use is a foundation for a toolchain for DSL development but it can be used for all sorts of general purpose parsing.
python-configparser is a backport of configparser from Python 3.5 so that it can be used directly in other versions.
pyproject-hooks is a low-level library for calling build backends in pyproject.toml-based projects. It provides basic functionality to write tooling that generates distribution files from Python projects.
cplot is a Python library for plotting complex-valued functions.