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 contains the asyncore module as found in Python versions prior to 3.12. It is provided so that existing code relying on import asyncore is able to continue being used without significant refactoring.
This package provides a comprehensive, fast, pure Python memcached client.
Exrex is a command line tool and Python module that generates all, or random, matching strings to a given regular expression.
PySAML2 is a pure python implementation of SAML Version 2 Standard. It contains all necessary pieces for building a SAML2 service provider or an identity provider. The distribution contains examples of both.
This package was originally written to work in a WSGI environment, but there are extensions that allow you to use it with other frameworks.
Helpdev is a library to easily extract information about the Python environment.
This package provides a robust implementation of concurrent.futures.ProcessPoolExecutor.
Miniupnpc is a client library for Python programs to set up port forwards using UPnP.
This package provides a collection of library stubs for Python, with static types.
OmegaConf is a hierarchical configuration system and supports merging configurations from multiple sources. It provides a consistent API regardless of how the configuration was created.
This library provides a filter for the logging module from the Python standard library which allows removing duplicate log messages.
pathvalidate is a Python library to sanitize/validate strings representing paths or filenames.
This package provides, in addition to the pyinotify Python library, a command line application exposing the same functionality.
This Python package is designed to simplify the process of creating Python executables compatible with LaTeX restricted shell escape. Restricted shell escape allows LaTeX to run trusted executables as part of compiling documents. These executables have restricted access to the file system and restricted ability to launch subprocesses.
The pure_eval Python library can safely evaluate abstract syntax tree (AST) nodes without side effects.
retry is an easy to use retry decorator for Python. It can be used to retry a function a given number of times.
rJSmin is a javascript minifier written in Python. The minifier is based on the semantics of jsmin.c by Douglas Crockford. The module is a re-implementation aiming for speed, so it can be used at runtime (rather than during a preprocessing step).
This package lets you read image and metadata from many bio-scientific formats such as plain TIFF, BigTIFF, OME-TIFF, STK, LSM, SGI,NIH, ImageJ, MicroManager, MD GEL, and FluoView files. It also lets you write numpy arrays to TIFF, BigTIFF, and ImageJ hyperstack compatible files.
setuptools-rust is a plugin for setuptools to build Rust Python extensions implemented with PyO3 or rust-cpython.
This package provides a lightweight console printing and formatting toolkit for Python.
This library is a port of Nakatani Shuyo's language-detection library (version from 03/03/2014) to Python.
This library allows standard Python logging to output log data as JSON objects. With JSON we can make our logs more readable by machines and we can stop writing custom parsers for syslog-type records.
The property-manager package defines several custom property variants for Python programming including required properties,writable properties, cached properties, etc.
pyaml is a PyYAML based python module to produce pretty and readable YAML-serialized data.
This module provides a Python interface to pkg-config. It can be used to find all pkg-config packages, check if a package exists, check if a package meets certain version requirements, query CFLAGS and LDFLAGS and parse the output to build extensions with setup.py.