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 a simple Python extension module sass which is binding LibSass.
This package provides a parser based on lib2to3 producing docspec data from Python source code.
Cython is an optimising static compiler for both the Python programming language and the extended Cython programming language. It makes writing C extensions for Python as easy as Python itself.
python-dbus provides bindings for libdbus, the reference implementation of D-Bus.
This package implements a CAN matrix object in Python which describes the CAN-communication and its needed objects such as board units, frames, signals, and values. It also includes two command-line tools (canconvert and cancompare) for converting and comparing CAN databases.
This package provides a Python library for the bsdiff binary diff utility. It also provides two command-line tools, bsdiff4 and bspatch4.
This module provides a portable way of finding out where user data should be stored on various operating systems.
The LAZR config system is typically used to manage process configuration. Process configuration is for saying how things change when we run systems on different machines, or under different circumstances. This system uses ini-like file format of section, keys, and values. The config file supports inheritance to minimize duplication of information across files. The format supports schema validation.
A library to identify devices (phones, tablets) and their capabilities by parsing (browser/HTTP) user agent strings.
This package provides Python bindings and utilities for GeoJSON, a format for encoding geographic data structures.
This package provides a parser for Python dependency files.
This package provides a terminal-based console frontend for Jupyter kernels. It also allows for console-based interaction with non-Python Jupyter kernels such as IJulia and IRKernel.
Cog is a file generation tool. It allows using pieces of Python code as generators in your source files to generate arbitrary text.
moto is a library designed to easily mock out the boto library.
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.
The uncertainties package transparently handles calculations with numbers with uncertainties. It can also yield the derivatives of any expression.
This package provides a command-line utility that creates projects from project templates, e.g. creating a Python package project from a Python package project template.
This package provides a general purpose Python utility library.
This package provides an implementation-agnostic implementation of JSON reference resolution.
This Python module attempts to make it easier to generate HTML/XML from a Python program in an customizable and pythonic way.
Senf introduces a new platform native string type called fsnative. It adds functions to convert text, bytes and paths to and from that new type and helper functions to integrate it nicely with the Python stdlib.
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.
The Jellyfin ApiClient Python package makes it possible to use the Jellyfin API from Python. It was extracted from the Jellyfin Kodi plugin.
PluginBase is a library useful in the development of flexible plugin systems in Python.