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 package provides interactive HTML widgets for Jupyter notebooks.
This package provides Python bindings for the libheif library and a plugin for Pillow.
Typing stubs for simplejson.
This package provides static memory-efficient and fast Trie-like structures for Python.
Tenacity is a general-purpose python library to simplify the task of adding retry behavior to just about anything.
A Procfile is a file which describes how to run an application consisting of several processes. honcho starts all listed processes. The output of all running processes is collected by honcho and displayed.
Typer is a library for building CLI applications. It's based on Python 3.6+ type hints.
This package provides the garden command to install packages for Kivy, the multitouch application platform.
This package provides a plugin with support for the python-black formatter for the Python LSP Server.
This package lets you run asynchronous workflows using pytest-fixtures-style dependency injection.
This package provides a Python library to send files to the user's ~/Trash directory.
This package provides a small command line tool to simplify releasing software by updating all version strings in your source code by the correct increment. It also creates commits and tags.
This package provides an additional log handler for Python's standard logging package (PEP 282). This handler will write log events to a log file which is rotated when the log file reaches a certain size. Multiple processes can safely write to the same log file concurrently and rotated logs can be gzipped if desired. An optional threaded queue logging handler is provided to perform logging in the background.
Keeper Secrets Manager SDK helper is for creating and managing secret records. It is intended to be used with keeper-secrets-manager-core.
PyPEG is an intrinsic parser interpreter framework for Python. It is based on Parsing Expression Grammars, PEG. With pyPEG you can parse many formal languages.
This package provides abstract MutableMapping classes that consume and build on other MutableMappings. Several of these can be composed with one another to form intuitive interfaces over complex storage systems policies.
RFC 4648 specifies that Base64 should be padded to a multiple of 4 bytes using “=” characters. However this conveys no benefit so many protocols choose to use Base64 without the “=” padding.
python-dbus provides bindings for libdbus, the reference implementation of D-Bus.
This regular expression implementation is backwards-compatible with the standard re module, but offers additional functionality like full case-folding for case-insensitive matches in Unicode.
This Python module provides an implementation of the Itanium C++ ABI symbol mangling language. The demangler generates an abstract syntax tree from mangled symbols, which can be used for directly extracting type information.
pynixutil provides functions for base32 encoding/decoding and derivation parsing, namingly b32decode(), b32encode() and drvparse().
moto is a library designed to easily mock out the boto library.
pypandoc is a thin Python wrapper around pandoc and pandoc-citeproc.
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