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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
This package provides a final implementation of JSONPath for Python that aims to be standard compliant, including arithmetic and binary comparison operators, as defined in the original JSONPath proposal.
This package provides a library for W3C Provenance Data Model supporting PROV-O (RDF), PROV-XML, PROV-JSON import/export.
This Python module returns the CPU info by using the best sources of information for your operating system.
moto is a library designed to easily mock out the boto library.
This package provide implements a functionality to simplify writing decorators in Python.
This Python library provides an ordered dictionary with a maximum capacity and auto-expiring values for caching purposes. Expiration happens on any access, object is locked during cleanup from expired values.
JUBE helps perform and analyze benchmarks in a systematic way. For each benchmarked application, benchmark data is stored in a format that allows JUBE to deduct the desired information. This data can be parsed by automatic pre- and post-processing scripts that draw information and store it more densely for manual interpretation.
Curtsies is a Python library for interacting with the terminal. It features string-like objects which carry formatting information, per-line fullscreen terminal rendering, and keyboard input event reporting.
This package contains typing stubs for protobuf, a very small subset the Python stubs contained in the complete typeshed collection.
This package provides a pillow plugin that adds avif support via libavif.
This package implements object-oriented JSONSchema. It lets you traverse a schema like paths and access a schema on demand with separate dereferencing accessor layer.
This package provides a decorator to log function arguments and function call return values in a human-readable way.
This package provides a tool for translation and localization of Python programs via modification of source files. Trubar supports f-strings and does not require any changes to the original source code, such as marking strings for translation.
This package provides Python bindings and utilities for GeoJSON, a format for encoding geographic data structures.
This package implements the kneedle algorithm. Given a set of x and y values, kneed will return the knee point of the function. The knee point is the point of maximum curvature.
This package is an extension to Python-Markdown which adds support for shorthand links to GitHub users, repositories, issues and commits.
Show in File Manager is a Python package to open the system file manager and optionally select files in it. The point is not to open the files, but to select them in the file manager, thereby highlighting the files and allowing the user to quickly do something with them.
This package implements fast and direct raster I/O for use with Numpy and SciPy.
importlib_resources is a backport of Python 3's standard library importlib.resources module for Python 2.7, and Python 3.
GAST provides a compatibility layer between the AST of various Python versions, as produced by ast.parse from the standard ast module.
ptpython is a Python read-eval-print loop with IDE-like features. It supports syntax highlighting, multiline editing, autocompletion, mouse, color schemes, bracketed paste, Vi and Emacs keybindings, Chinese characters etc.
This package provides a Doxygen filter for Python.
This package extends Pyserial with asynchronous I/O support.
async-timeout provides a timeout timeout context manager compatible with asyncio.