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.
PyDispatcher is an enhanced version of Patrick K. O’Brien’s original dispatcher.py module. It provides the Python programmer with a robust mechanism for event routing within various application contexts.
Included in the package are the robustapply and saferef modules, which provide the ability to selectively apply arguments to callable objects and to reference instance methods using weak-references.
This package provides a patch parsing and application library.
This package provides a library that wraps the traditional Python dictionaries and provides a syntax to access nested dictionaries values using a dot syntax, for example: dictionary['deeply.nested.key'].
cplot is a Python library for plotting complex-valued functions.
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.
This package implements an installer for Python Build Standalone.
This package provides Python bindings to libdbus, the reference implementation of the D-Bus protocol.
Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4. It aims to provide selecting, matching, and filtering using modern CSS selectors. Soup Sieve currently provides selectors from the CSS level 1 specifications up through the latest CSS level 4 drafts and beyond (though some are not yet implemented).
PLY is a lex/yacc implemented purely in Python. It uses LR parsing and does extensive error checking.
This package provides a Python module that displays numbers and dates in "human readable" forms. For example, it would display "12345591313" as "12.3 billion".
jsonpatch is a library and program that allows applying JSON Patches according to RFC 6902.
This package provides miscellaneous path functions for Python.
This package includes some extensions for Matplotlib to create clean plots with a minimalistic style.
This package automatically generates shell tab completion scripts for Python CLI apps.
Python driver for MongoDB.
Yapsy, or Yet Another Plugin SYstem, is a small library implementing the core mechanisms needed to build a plugin system into a wider application.
The main purpose is to depend only on Python's standard libraries and to implement only the basic functionalities needed to detect, load and keep track of several plugins.
This package provides a JSON RPC 2.0 server library for Python.
This package implements a URI validator according to RFC3986 in pure Python.
This package provides a parser for and generator of the Git fastimport format.
Clyent is a Python command line utility library. It is used by binstar, binstar-build, and chalmers.
This package provides a comprehensive, fast, pure Python memcached client.
Joblib is a set of tools to provide lightweight pipelining in Python. In particular, joblib offers: transparent disk-caching of the output values and lazy re-evaluation (memoize pattern), easy simple parallel computing logging and tracing of the execution.
This module performs conversions between Python values and C bit field structs represented as Python byte strings. It is intended to have a similar interface as the struct module from Python, but working on bits instead of primitive data types like char, int, etc.
This package provides a module for generating v4 UUIDs and encoding them into 22 character URL-safe base64 slug representation.