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.
towncrier is a utility to produce useful, summarized news files (also known as changelogs) for a project.
This is a PEP 561 type stub package for the ujson package. It can be used by type-checking tools like mypy, PyCharm, pytype etc. to check code that uses ujson.
This package contains a context manager for mocking/wrapping stdin/stdout/stderr.
This package provides a microlibrary that defines a JSON type alias for Python.
This package provides a faster version of dbus-next.
This package provides an efficient and elegant inotify (Linux filesystem activity monitor) library for Python.
The shellescape Python module defines the shellescape.quote() function that returns a shell-escaped version of a Python string. This is a backport of the shlex.quote() function from Python 3.8 that makes it accessible to users of Python 3 versions < 3.3 and all Python 2.x versions.
colorspacious is a Python library that lets you convert between colorspaces like sRGB, XYZ, CIEL*a*b*, CIECAM02, CAM02-UCS, etc.
python-aionotify is a simple, asyncio-based inotify library.
PyJWT is a JSON Web Token implementation written in Python.
Lazy object proxy is an object that wraps a callable but defers the call until the object is actually required, and caches the result of said call.
perfplot extends Python's timeit by testing snippets with input parameters (e.g., the size of an array) and plotting the results.
Curio is a coroutine-based library for concurrent Python systems programming. It provides standard programming abstractions such as as tasks, sockets, files, locks, and queues.
cligj is for Python developers who create command line interfaces for geospatial data. cligj allows you to quickly build consistent, well-tested and interoperable CLIs for handling GeoJSON.
PyPugJS is a high-performance port of PugJS for Python, that converts any .pug source into different template languages: Django, Jinja2, Mako, and Tornado.
retry is an easy to use retry decorator for Python. It can be used to retry a function a given number of times.
This package allows to detect if the user is using Dark Mode.
This package provides python-vdf, a library for working with Valve's VDF text format.
This package implements a functionality to convert between Python's datetime.timedelta and Golang's time.Duration formats.
Safety checks installed dependencies for known vulnerabilities. By default it uses the open Python vulnerability database Safety DB.
Munch is a dot-accessible dictionary similar to JavaScript objects.
arcp provides functions for creating arcp_ URIs, which can be used for identifying or parsing hypermedia files packaged in an archive or package, like a ZIP file. arcp URIs can be used to consume or reference hypermedia resources bundled inside a file archive or an application package, as well as to resolve URIs for archive resources within a programmatic framework. This URI scheme provides mechanisms to generate a unique base URI to represent the root of the archive, so that relative URI references in a bundled resource can be resolved within the archive without having to extract the archive content on the local file system. An arcp URI can be used for purposes of isolation (e.g. when consuming multiple archives), security constraints (avoiding "climb out" from the archive), or for externally identiyfing sub-resources referenced by hypermedia formats.
Schedule is an in-process scheduler for periodic jobs that uses the builder pattern for configuration. Schedule lets you run Python functions (or any other callable) periodically at pre-determined intervals using a simple, human-friendly syntax.
Wand is a ctypes-based binding for ImageMagick's MagickWand library.