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 provides a PEP 517 build backend that makes use of the Meson build system.
This Python library implements several JSON specs, like JSON Schema, JSON Reference and JSON Pointer.
Urwid is a curses-based UI/widget library for Python. It includes many features useful for text console applications.
Robot Framework is a generic automation framework for acceptance testing, acceptance test driven development (ATDD), and robotic process automation (RPA).
Urwidtrees is a Widget Container API for the urwid toolkit. Use it to build trees of widgets.
This package provides Python interface to the SANE scanner and frame grabber interface.
This package provides an unmaintained port of sgmllib to Python 3. It is used to parse text files formatted in SGML.
This package provides interactive HTML widgets for Jupyter notebooks.
This package provides a Python library for logging Click applications.
The module provides a fast implementation of cached properties for Python 3.9+.
Distlib is a library which implements low-level functions that relate to packaging and distribution of Python software. It is intended to be used as the basis for third-party packaging tools.
DJI Tello drone Python interface using the official Tello SDK and Tello EDU SDK. This library has the following features:
Implementation of all tello commands
Retrieve a video stream easily
Receive and parse state packets
Control a swarm of drones.
This package provides an ANSI terminal tool for Python, colored shell and other handy fancy features.
The lockfile package exports a LockFile class which provides a simple API for locking files.
perfplot extends Python's timeit by testing snippets with input parameters (e.g., the size of an array) and plotting the results.
pynixutil provides functions for base32 encoding/decoding and derivation parsing, namingly b32decode(), b32encode() and drvparse().
The pip-run command provides on-demand temporary package installation for a single interpreter run. It replaces this series of commands:
$ virtualenv --python pythonX.X --system-site-packages /tmp/env $ /tmp/env/bin/pip install pkg1 pkg2 -r reqs.txt $ /tmp/env/bin/python ... $ rm -rf /tmp/env
This package provides chardet, a Python module that can automatically detect a wide range of file encodings.
This package provides methods to determine the dominant color of an image, as well as constructing a representative color palette.
This package provides colored diff functions that highlight parts of the lines that were modified.
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.
This package stitches your PDF files together, generating customizable bookmarks using a declarative input in the form of a markdown file.
argcomplete provides extensible command line tab completion of arguments and options for Python scripts using argparse. It's particularly useful for programs with many options or sub-parsers that can dynamically suggest completions ; for example, when browsing resources over the network.
LibCST parses Python source code as a CST tree that keeps all formatting details (comments, whitespaces, parentheses, etc). It's useful for building automated refactoring (codemod) applications and linters. LibCST creates a compromise between an Abstract Syntax Tree (AST) and a traditional Concrete Syntax Tree (CST). By carefully reorganizing and naming node types and fields, LibCST creates a lossless CST that looks and feels like an AST.