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.
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 Python library provides interfaces for parsing and analyzing two binary and library file formats ; the Executable and Linking Format (ELF), and debugging information in the Debugging With Attributed Record Format (DWARF).
userspacefs is a library that allows you to easily write user-space file systems in Python.
The typeapi package provides an object-oriented interface for introspecting PEP484 type hints at runtime, including forward references that make use of the more recent PEP585 and PEP604 type hint features in Python versions that don't natively support them.
This package provides a Python library to perform rate limiting with commonly used storage backends.
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 lets you parse Python docstrings in reST, Google and Numpydoc format.
bashlex is a Python port of the parser used internally by GNU bash.
For the most part it's transliterated from C, the major differences are:
it does not execute anything
it is reentrant
it generates a complete AST
Retrieve a scale based on a given mode and starting note. Information about these scales can be found on Wikipedia.
pyfavicon is an async favicon fetcher.
The strict_rfc3339 Python module provides strict, simple, lightweight RFC3339 procedures. It enables or aims to:
Convert UNIX timestamps to and from RFC3339.
Produce RFC3339 strings with a UTC offset (Z) or with the offset that the C time module reports is the local timezone offset.
Be simple with minimal dependencies/libraries.
Avoid timezones as much as possible.
Be very strict and follow RFC3339.
This library provides support for legacy Python Packaging functionality removed from packaging.
This package provides a wrapper around NumPy and other array libraries to make them compatible with the Array API standard
python-pylatexenc is a LaTeX parser providing LaTeX-to-Unicode and Unicode-to-LaTeX conversion.
This package provides a tool to split a kernel image with appended DTB into separated kernel and DTB files.
Confection is a lightweight library that offers a configuration system letting you conveniently describe arbitrary trees of objects.
Library for atomic file writes using platform dependent tools for atomic file system operations.
The colorlog.ColoredFormatter is a formatter for use with Python's logging module that outputs records using terminal colors.
This is a PEP 561 type stub package for the python-dateutil package.
This library allows you to create a system tray icon. It makes it possible to specify an icon, a title and a callback for when the icon is activated. The icon and title can be changed after the icon has been created, and the visibility of the icon can be toggled.
Python-backports-abc provides a backport of additions to the collections.abc module in Python-3.5.
This package provides a comprehensive, fast, pure Python memcached client.
This package lets you read image and metadata from many bio-scientific formats such as plain TIFF, BigTIFF, OME-TIFF, STK, LSM, SGI,NIH, ImageJ, MicroManager, MD GEL, and FluoView files. It also lets you write numpy arrays to TIFF, BigTIFF, and ImageJ hyperstack compatible files.
Logbook is a logging system for Python that replaces the standard library’s logging module. It was designed with both complex and simple applications in mind and the idea to make logging fun.