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.
sarge is a wrapper for subprocess which provides command pipeline functionality.
iniparse is a INI parser for Python which is:
Compatible with ConfigParser: Backward compatible implementations of ConfigParser, RawConfigParser, and SafeConfigParser are included that are API-compatible with the Python standard library.
Preserves structure of INI files: Order of sections & options, indentation, comments, and blank lines are preserved as far as possible when data is updated.
More convenient: Values can be accessed using dotted notation (
cfg.user.name), or using container syntax (cfg['user']['name']).
This package provides "pasta", an AST-based Python refactoring library.
This package provides a scalable Bloom filter implemented in Python.
This package provides a tool for modifying a user's PATH.
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 collection of useful tools to use PyPy-specific features, with CPython fallbacks.
This package provides a command-line utility that creates projects from project templates, e.g. creating a Python package project from a Python package project template.
This package provides a collection of miscellaneous utility functions and classes.
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'].
Textual is a TUI framework for Python inspired by modern web development.
xdg-base-dirs is a Python module that provides functions to return paths to the directories defined by the XDG Base Directory Specification, to save you from duplicating the same snippet of logic in every Python utility you write that deals with user cache, configuration, or data files.
This package provides a Python command line VNC client. It can be useful to automating interactions with virtual machines or hardware devices that are otherwise difficult to control.
This package provides colored diff functions that highlight parts of the lines that were modified.
This package implements a functionality to cache on disk the result of expensive calculations. It was started as part of Pint, the Python units package.
Tool to automatically fix some issues reported by flake8.
This package provides the flake8-todo Python module, a TODO notes checker plugin for flake8.
heapdict implements the MutableMapping ABC, meaning it works pretty much like a regular Python dict. It’s designed to be used as a priority queue.
This package provides an efficient and elegant inotify (Linux filesystem activity monitor) library for Python.
PyMD4C provides Python bindings for MD4c, a C Markdown parser, compliant to CommonMark.
dnspython is a DNS toolkit for Python. It supports almost all record types. It can be used for queries, zone transfers, and dynamic updates. It supports TSIG authenticated messages and EDNS0.
This package provides a streaming multipart parser for Python.
The ResolveLib library provides a Resolver class that includes dependency resolution logic.
This package provides Python modules that abstract many formats of Debian-related files, such as:
Debtags information;
debian/changelogfiles;packages files, pdiffs;
control files of single or multiple RFC822-style paragraphs---e.g.
debian/control,.changes,.dsc;Raw
.deband.arfiles, with (read-only) access to contained files and meta-information.