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.
typogrify provides a set of custom filters that automatically apply various transformations to plain text in order to yield typographically-improved HTML. While often used in conjunction with Jinja and Django template systems, the filters can be used in any environment.
Pyasn1-modules is a collection of Python modules providing ASN.1 types and implementations of ASN.1-based codecs and protocols.
This package provides a pillow plugin that adds avif support via libavif.
This module provides a nearly complete wrapping of the Oracle/Sleepycat C API for the Database Environment, Database, Cursor, Log Cursor, Sequence and Transaction objects, and each of these is exposed as a Python type in the bsddb3.db module. The database objects can use various access methods: btree, hash, recno, and queue. Complete support of Berkeley DB distributed transactions. Complete support for Berkeley DB Replication Manager. Complete support for Berkeley DB Base Replication. Support for RPC.
ZipFly is a zip archive generator. It was created to generate very large zip archives for immediate sending out to clients, or for writing large zip archives without memory inflation.
PyTables is a package for managing hierarchical datasets and designed to efficiently cope with extremely large amounts of data.
Ctypes bindings for the high-level API in libfuse 2 and 3.
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 provides a library for writing Himitsu client programs in Python.
This package provides a robust implementation of concurrent.futures.ProcessPoolExecutor.
anyascii converts Unicode characters to their best ASCII representation.
This package provides coding utilities for quantitative legal studies.
Polling2 is a utility used to wait for a function to return a certain expected condition.
Graphene is a Python library for building GraphQL schemas/types. A GraphQL schema describes your data model, and provides a GraphQL server with an associated set of resolve methods that know how to fetch data.
Markupsafe provides an XML/HTML/XHTML markup safe string implementation for Python.
Feedgenerator-py3k is a standalone version of Django's feedgenerator, which can produce feeds in RSS 2.0, RSS 0.91, and Atom formats.
This package provides a lightweight console printing and formatting toolkit for Python.
This package provides Python bindings and utilities for GeoJSON, a format for encoding geographic data structures.
This package provides a simple Future-based async library for Python. Duet uses a structured concurrency approach to async programming, relying on the Future interface for parallelism. Duet also provides a way to run async/await coroutines around those Futures. Unlike most async libraries, duet is re-entrant.
This tool lets you debug variables, expressions, and program execution with one function call. IceCream makes print debugging a little sweeter.
Kazoo is a Python client library for the Apache Zookeeper distributed application service. It is designed to be easy to use and to avoid common programming errors.
The astar Python package provide a generic implementation of the A* graph traversal and pathfinding algorithm.
Pywal16 is a tool that generates a color palette from the dominant colors in an image. It then applies the colors system-wide and on-the-fly in all of your favorite programs.
pyquery allows you to make jQuery queries on xml documents. The API is as much as possible the similar to jQuery. pyquery uses lxml for fast xml and html manipulation.