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.
Plumbum is a library of tools for replacing shell scripts with Python code.
This package provides a pure Python trie data structure implementation.
This package provides a lightweight YAML Parser for Python. It supports only a chosen subset of the YAML format that is required to parse cookiecutter user configuration files. It does not have support for serializing into YAML and is not compatible with JSON.
This package provides access to Misskey's API. Misskey is a SNS platform using the ActivityPub protocol.
This module lets you draw large letter from ordinary characters in pure Python.
Python one-time password library for HMAC-based (HOTP) and time-based (TOTP) passwords.
async-timeout provides a timeout timeout context manager compatible with asyncio.
SymPy is a Python library for symbolic mathematics. It aims to become a full-featured computer algebra system (CAS) while keeping the code as simple as possible in order to be comprehensible and easily extensible.
Amply allows you to load and manipulate AMPL/GLPK data as Python data structures.
This package handles cyclic relations compared by value.
This package provides a Python library for logging Click applications.
pyaml is a PyYAML based python module to produce pretty and readable YAML-serialized data.
Pywal16 is a tool that generates a color palette from the dominant colors in an image. It then applies the colors system-wide and on-the-fly in all of your favorite programs.
This package provides a Doxygen input filter for QML files.
ContourPy is a Python library for calculating contours of 2D quadrilateral grids. It is written in C++11 and wrapped using pybind11.
Macaroons, like cookies, are a form of bearer credential. Unlike opaque tokens, macaroons embed caveats that define specific authorization requirements for the target service, the service that issued the root macaroon and which is capable of verifying the integrity of macaroons it receives.
Macaroons allow for delegation and attenuation of authorization. They are simple and fast to verify, and decouple authorization policy from the enforcement of that policy.
Pydantic enforces type hints at runtime, and provides user friendly errors when data is invalid.
GAST provides a compatibility layer between the AST of various Python versions, as produced by ast.parse from the standard ast module.
Lazy object proxy is an object that wraps a callable but defers the call until the object is actually required, and caches the result of said call.
StrEnum is a Python enum.Enum that inherits from str to complement enum.IntEnum in the standard library.
userspacefs is a library that allows you to easily write user-space file systems in Python.
This package implements a URI validator according to RFC3986 in pure Python.
pyTooling is a collection of (abstract) data models, lacking classes, decorators, a new performance boosting meta-class, and enhanced exceptions. It also provides lots of helper functions---e.g., to ease the handling of package descriptions or to unify multiple existing APIs into a single API.
The goal of sre_yield is to efficiently generate all values that can match a given regular expression, or count possible matches efficiently. It uses the parsed regular expression, so you get a much more accurate result than trying to just split strings.