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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
JSON5 extends the JSON data interchange format to make it slightly more usable as a configuration language. This Python package implements parsing and dumping of JSON5 data structures.
Library for atomic file writes using platform dependent tools for atomic file system operations.
Jsonschema is an implementation of JSON Schema for Python.
Raise asynchronous exceptions in other threads, control the timeout of blocks or callables with two context managers and two decorators.
The verboselogs package extends Python's logging module to add the log levels NOTICE, SPAM, SUCCESS and VERBOSE.
This package is a small C++ header library which makes it easier to write Python extension modules. The primary feature is a PyObject smart pointer which automatically handles reference counting and provides convenience methods for performing common object operations.
SocksiPy - A Python SOCKS client module. It provides a socket-like interface that supports connections to any TCP service through the use of a SOCKS4, SOCKS5 or HTTP proxy. The original version was developed by Dan Haim, this is a branch created by Mario Vilas to address some open issues,as the original project seems to have been abandoned circa 2007.
This package provides efficient Python bindings to picosat on the C level. When importing pycosat, the picosat solver becomes part of the Python process itself. picosat is a Boolean Satisfiability Problem (SAT) solver.
pypandoc is a thin Python wrapper around pandoc and pandoc-citeproc.
This is Python module for RAR archive reading. The interface is made as zipfile like as possible.
Cython is an optimising static compiler for both the Python programming language and the extended Cython programming language. It makes writing C extensions for Python as easy as Python itself.
cplot is a Python library for plotting complex-valued functions.
This package provides a linter for the reStructuredText format.
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.
This package contains a Python implementation of the patiencediff algorithm. Patiencediff provides a good balance of performance, nice output for humans, and implementation simplicity.
Jellyfish uses a variety of string comparison and phonetic encoding algorithms to do fuzzy string matching.
This package providis typing stubs for python-aiofiles.
Daemonize is a library for writing system daemons in Python.
Chameleon is an HTML/XML template engine for Python. It uses the page templates language.
This package provides a decorator which makes caching time-or-computationally-expensive properties quick and easy and works in Python 2 or 3.
This package implements a functionality for document parameters, class attributes, return types, and variables inline, with Annotated.
This package provides a parser for the "old style" OpenStep property list format (also known as ASCII plist), written in Cython.
Python-LLFUSE is a set of Python bindings for the low level FUSE API.
This package provides static memory-efficient and fast Trie-like structures for Python.