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 Python module that will check for package updates.
This package contains a context manager for mocking/wrapping stdin/stdout/stderr.
This package provides a linter for the reStructuredText format.
bson is a Python library implementing a BSON (Binary JSON) codec.
This package provides a wrapper around NumPy and other array libraries to make them compatible with the Array API standard
This package provides a drop-in replacement for the original LooseVersion. It implements an identical interface and comparison logic to LooseVersion. The only major change is that a looseversion.LooseVersion is comparable to a distutils.version.LooseVersion, which means tools should not need to worry whether all dependencies that use LooseVersion have migrated.
This package provides Python bindings for the libheif library and a plugin for Pillow.
QDarkStyle is the most complete dark stylesheet for Python and Qt applications.
versioneer is a tool for managing a recorded version number in distutils-based python projects. The goal is to remove the tedious and error-prone "update the embedded version string" step from your release process.
croniter provides iteration for datetime object with cron-like format.
Shapely is a Python package for manipulation and analysis of planar geometric objects. It is based on the GEOS library.
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 provides a decorator to log function arguments and function call return values in a human-readable way.
Ijson is an iterative JSON parser with standard Python iterator interfaces.
This package provides ASN.1 parsing, encoding and decoding for Python, including constraints checking. It supports several codecs (e.g. BER, PER, UPER, XER) as well as limited C source code generating for OER and UPER.
This Python package provides progress reporting for visual of progress of long running operations. There are multiple choices of progress bars and spinners, with customizable options, such as width, fill character, and suffix.
Pretend is a library to make stubbing with Python easier. Stubbing is a technique for writing tests. You may hear the term mixed up with mocks,fakes, or doubles. Basically, a stub is an object that returns pre-canned responses, rather than doing any computation.
python-dpath is a library for accessing and searching dictionaries via /slashed/paths ala xpath.
Basically it lets you glob over a dictionary as if it were a file system. It allows you to specify globs (ala the bash eglob syntax, through some advanced fnmatch.fnmatch magic) to access dictionary elements, and provides some facility for filtering those results.
This is an utility package that helps with editing and concatenating SVG files. It is especially directed at scientists preparing final figures for submission to journals. So far it supports arbitrary placement and scaling of SVG figures and adding markers, such as labels.
murmurhash3 is a Python library for MurmurHash (MurmurHash3), a set of fast and robust hash functions. This library is a Python extension module written in C.
This package validates fully-qualified domain names against RFC 1123, so that they are acceptable to modern bowsers
Pygit2 is a set of Python bindings to the libgit2 shared library.
Pyphen is a pure Python module to hyphenate text using existing Hunspell hyphenation dictionaries.
Urwid is a curses-based UI/widget library for Python. It includes many features useful for text console applications.