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.
simple-rlp is a python implementation of RLP (Recursive Length Prefix) - Encode and decode data structures.
This package provides a functionality for working with user perceived characters. More specifically, string manipulation and calculation functions for working with grapheme cluster groups (graphemes) as defined by the Unicode Standard Annex #29.
Faker is a Python package that generates fake data such as names, addresses, and phone numbers.
This package helps wrapping dynamic libraries in Python. It includes a pure-Python C parser and an automation library that uses C header file definitions to simplify the use of C bindings.
Dulwich is an implementation of the Git file formats and protocols written in pure Python.
Automatically find diff lines that need test coverage. It also finds diff lines that have violations (according to tools such as pycodestyle, pyflakes, flake8, or pylint). This is used as a code quality metric during code reviews.
The minikanren library provides an algorithmic core for computer algebra systems in Python.
This package provides fast fractions data type for rational numbers. It is the cythonized version of fractions.Fraction.
This library is for working with MIDI 1.0 ports, messages and files.
This package provides a Python library for controlling the i3 and Sway window managers.
This package can generate command line parameters from function signatures.
PuLP is a Linear Programming modeler written in Python. PuLP can generate MPS or LP files and call GLPK, COIN CLP/CBC, CPLEX, and GUROBI to solve linear problems.
This Python module implements a multiprocessing-aware Handler that, when set on the root Logger, will tunnel log records to the main process so that they are handled correctly.
Fastprogress is a progress bar for Jupyter Notebook and console.
ncclient is a Python library that facilitates client-side scripting and application development around the NETCONF protocol.
This package provides handy routines for dealing with text, such as wrapping, substitution, trimming, stripping, prefix and suffix removal, line continuation, indentation, comment processing, identifier processing, values parsing, case insensitive comparison, and more.
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.
Plotille provides a figure class and graphing functions to create plots, scatter plots, histograms and heatmaps in the terminal using braille dots.
Ijson is an iterative JSON parser with standard Python iterator interfaces.
This package provides a Python library and a command-line interface utility to parse HJSON) documents.
This package provides a collection of utilities for round-robin distribution in Python.
Mako is a templating language for Python that compiles templates into Python modules.
The iniconfig package provides a small and simple INI-file parser module having a unique set of features ; iniconfig
maintains the order of sections and entries ;
supports multi-line values with or without line-continuations ;
supports "#" comments everywhere ;
raises errors with proper line-numbers ;
raises an error when two sections have the same name.
This package provides a Python interface to the MPFR library for multiprecision arithmetic.