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.
Python MPV JSONIPC implements an interface similar to python-mpv, but it uses the JSON IPC protocol instead of the C API.
Confection is a lightweight library that offers a configuration system letting you conveniently describe arbitrary trees of objects.
This package provides a Python library for controlling Linux capabilities and attributes, similar to the prctl syscall.
This package provides a parser based on lib2to3 producing docspec data from Python source code.
Imagecodecs is a Python library that provides block-oriented, in-memory buffer transformation, compression, and decompression functions for use in the tifffile, czifile, and other scientific image input/output modules.
An implementation of the Debug Adapter Protocol for Python.
This package providis typing stubs for python-tqdm.
Python one-time password library for HMAC-based (HOTP) and time-based (TOTP) passwords.
This package provides a library that wraps the traditional Python dictionaries and provides a syntax to access nested dictionaries values using a dot syntax, for example: dictionary['deeply.nested.key'].
This module provides various memoizing collections and decorators, including variants of the Python standard library's lru_cache function decorator.
rfc3986 is a Python implementation of RFC 3986 including validation and authority parsing. This module also supports RFC 6874 which adds support for zone identifiers to IPv6 addresses.
Botocore is a Python library that provides a low-level interface to the Amazon Web Services (AWS) API.
Nodeenv (node.js virtual environment) is a tool to create isolated node.js environments. It creates an environment that has its own installation directories, that doesn't share libraries with other node.js virtual environments.
Yamllint is a linter for YAML files. yamllint does not only check for syntax validity, but for weirdnesses like key repetition and cosmetic problems such as lines length, trailing spaces, indentation, etc.
importlib_resources is a backport of Python 3's standard library importlib.resources module for Python 2.7, and Python 3.
MILC is a Python library for developing command line interface programs. This library provides features to parse arguments, automatic tab-completion, color support, logging to std, etc.
Ice is a comprehensive RPC framework. Ice helps you network your software by taking care of all interactions with low-level network programming interfaces.
This package provides a Python library for logging Click applications.
This package provides python library for full-text search. It indexes documents and provides a search interface for retrieving documents that best match text queries.
This package implements a functionality to cache on disk the result of expensive calculations. It was started as part of Pint, the Python units package.
Graphene is a Python library for building GraphQL schemas/types. A GraphQL schema describes your data model, and provides a GraphQL server with an associated set of resolve methods that know how to fetch data.
This package handles cyclic relations compared by value.
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 Python module lets you correctly generate plurals, singular nouns, ordinals, indefinite articles; it also can convert numbers to words.