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.
This package detects which async library a program is running under. It supports multiple async I/O packages, like Trio, and asyncio.
This is a package for creating, editing, and reading folder tree diagrams.
This package provides an extension to the core Python logging library for logging the beginning and completion of tasks and subtasks.
This package provides an implementation of Promises in Python. It is a super set of Promises/A+ designed to have readable, performant code and to provide just the extensions that are absolutely necessary for using promises in Python.
A library designed to represent tabular data in visually appealing ASCII tables. PrettyTable allows for selection of which columns are to be printed, independent alignment of columns (left or right justified or centred) and printing of sub-tables by specifying a row range.
This package provides a tiny LRU cache implementation and decorator.
Roifile is a Python library to read, write, create, and plot ImageJ ROIs, an undocumented and ImageJ application specific format to store regions of interest, geometric shapes, paths, text, etc for image overlays.
python-aionotify is a simple, asyncio-based inotify library.
textdistance is a pure Python library for comparing distance between two or more sequences by many algorithms.
swagger_spec_validator provides a library for validating Swagger API specifications.
This package implements a preferred system exit codes as defined by sysexits.h. This library is inspired by Rust's exitcode.
Chameleon is an HTML/XML template engine for Python. It uses the page templates language.
NLTK provides interfaces to over 50 corpora and lexical resources such as WordNet, along with a suite of text processing libraries for classification, tokenization, stemming, tagging, parsing, and semantic reasoning, wrappers for natural language processing libraries.
This package can generate command line parameters from function signatures.
This package provides ddlparse, a Python library to parse and convert DDL to BigQuery JSON schema.
This package provides testing support by jaraco.
This tool helps to install Rust into a temporary directory, allowing support of Rust-based Python builds. Cargo and rustc are installed into a cache directory, to avoid modifying the host's environment, and further activated using a set of environment variables.
This package provides a backport of asyncio.TaskGroup, asyncio.Runner and asyncio.timeout.
This package provides a collection of utilities for round-robin distribution in Python.
shrinkwrap is a tool which will discover all transitive dynamic shared objects, and lift them up to the executable referenced by absolute path.
Python library that makes exceptions handling and inspection easier.
This project provides a typed parser. It was started as part of Pint, the Python units package.
Click is a "Python package for creating beautiful command line interfaces". Rich is a "Python library for rich text and beautiful formatting in the terminal". The intention of rich-click is to provide attractive help output from click, formatted with rich, with minimal customization required.
Python logging made (stupidly) simple