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 implements a preferred system exit codes as defined by sysexits.h. This library is inspired by Rust's exitcode.
JSON5 extends the JSON data interchange format to make it slightly more usable as a configuration language. This Python package implements parsing and dumping of JSON5 data structures.
whatever provides an easy way to make anonymous functions by partial application of operators.
This package allows for providing notifications for all Farama Foundation maintained libraries.
PyICU is a python extension wrapping the ICU C++ API.
This package adds ANSI colors and decorations to your strings.
This package implements an installer for Python Build Standalone.
Celery is an asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. The execution units, called tasks, are executed concurrently on a single or more worker servers using multiprocessing, Eventlet, or gevent. Tasks can execute asynchronously (in the background) or synchronously (wait until ready).
This package provides a Python library for controlling Linux capabilities and attributes, similar to the prctl syscall.
pikepdf is a Python library for reading and writing PDF files.
This package provides a Python library for http://semver.org/.
This package provides the flake8-todo Python module, a TODO notes checker plugin for flake8.
This package provides a module to parse Coded statement of account (CODA) files as defined be the Belgian Febelfin bank standard.
Dunamai is Python library and command line tool for producing dynamic, standards-compliant version strings, derived from tags in your version control system. This facilitates uniquely identifying nightly or per-commit builds in continuous integration and releasing new versions of your software simply by creating a tag.
Chameleon is an HTML/XML template engine for Python. It uses the page templates language.
This library brings functools.singledispatch from Python 3.4 to Python 2.6-3.3.
This package outputs version information for modules loaded in the current session, Python, and the OS.
This package provides a friendly fork of multiprocessing which uses dill instead of pickle.
Ultra-lightweight pure Python package to check if a file is binary or text.
PyLD is an implementation of the JSON-LD specification.
The jupyter_client package contains the reference implementation of the Jupyter protocol. It also provides client and kernel management APIs for working with kernels, and the jupyter kernelspec entrypoint for installing kernelspecs for use with Jupyter frontends.
This package provides a Python extension that wraps Google's RE2 regular expression library. It implements many of the features of Python's built-in re module with compatible interfaces.
block_tracing is a tiny Python library that can be used to prevent debuggers and other applications from inspecting the memory within your process.
This package provides a theme plugin for the static site generator MkDocs.