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.
A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables.
Partd stores key-value pairs. Values are raw bytes. We append on old values. Partd excels at shuffling operations.
pyinotify provides a Python interface for monitoring file system events on Linux.
This package provides a Python package for estimating the number of syllables in a word.
The coloredlogs package enables colored terminal output for Python's logging module. The ColoredFormatter class inherits from logging.Formatter and uses ANSI escape sequences to render your logging messages in color.
This package is a wrapper around argparse, allowing you to write complete CLI applications in seconds while maintaining all the flexibility.
The Python Imaging Library adds image processing capabilities to your Python interpreter. This library provides extensive file format support, an efficient internal representation, and fairly powerful image processing capabilities. The core image library is designed for fast access to data stored in a few basic pixel formats. It should provide a solid foundation for a general image processing tool.
Pygments is a syntax highlighting package written in Python.
The flatten_json Python library flattens the hierarchy in your object, which can be useful if you want to force your objects into a table.
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.
Python client for Consul, a tool for service discovery, monitoring and configuration.
This Python tool figures out the differences between two similar XML files, in the same way the diff utility does it.
pyTooling is a collection of (abstract) data models, lacking classes, decorators, a new performance boosting meta-class, and enhanced exceptions. It also provides lots of helper functions---e.g., to ease the handling of package descriptions or to unify multiple existing APIs into a single API.
Imagecodecs is a Python library that provides block-oriented, in-memory buffer transformation, compression, and decompression functions for use in the tifffile, czifile, and other scientific image input/output modules.
pyserial provide serial port bindings for Python. It supports different byte sizes, stop bits, parity and flow control with RTS/CTS and/or Xon/Xoff. The port is accessed in RAW mode.
Simple decorator to set attributes of target function or class in a DRY way.
The LAZR config system is typically used to manage process configuration. Process configuration is for saying how things change when we run systems on different machines, or under different circumstances. This system uses ini-like file format of section, keys, and values. The config file supports inheritance to minimize duplication of information across files. The format supports schema validation.
Include extension for Python Markdown. It lets you include local or remote (downloadable) files into your markdown at arbitrary positions.
This project is motivated by markdown-include and provides the same functionalities with some extras.
GPX file parser and GPS track manipulation library.
A Python package for Distributed Resource Management (DRM) job submission and control. This package is an implementation of the DRMAA 1.0 Python language binding specification.
An implementation of the Debug Adapter Protocol for Python.
pyfavicon is an async favicon fetcher.
attrs is a Python package with class decorators that ease the chores of implementing the most common attribute-related object protocols.
Simple but high performance Cython hash table mapping pre-randomized keys to void* values.