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.
makefun helps create functions dynamically with a given signature. It was largely inspired by python-decorator and functools.
Annoy is a C++ library with Python bindings to search for points in space that are close to a given query point. It also creates large read-only file-based data structures that are mmapped into memory so that many processes may share the same data.
Python implementation of the ERIS.
Urwid is a curses-based UI/widget library for Python. It includes many features useful for text console applications.
The iniconfig package provides a small and simple INI-file parser module having a unique set of features ; iniconfig
maintains the order of sections and entries ;
supports multi-line values with or without line-continuations ;
supports "#" comments everywhere ;
raises errors with proper line-numbers ;
raises an error when two sections have the same name.
This package provides ANSII Color formatting for output in terminals.
Pygit2 is a set of Python bindings to the libgit2 shared library.
Ice is a comprehensive RPC framework. Ice helps you network your software by taking care of all interactions with low-level network programming interfaces.
Macaroons, like cookies, are a form of bearer credential. Unlike opaque tokens, macaroons embed caveats that define specific authorization requirements for the target service, the service that issued the root macaroon and which is capable of verifying the integrity of macaroons it receives.
Macaroons allow for delegation and attenuation of authorization. They are simple and fast to verify, and decouple authorization policy from the enforcement of that policy.
This package provides a JSON RPC 2.0 server library for Python.
This package provides a collection of library stubs for Python, with static types.
Dictdiffer is a Python module that helps you to diff and patch dictionaries.
Mypy linter integration for use with python-lsp-server.
This package provides python library for full-text search. It indexes documents and provides a search interface for retrieving documents that best match text queries.
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.
This package defines a variety of Pygments lexers for highlighting IPython code.
This package provides a python client for the Valkey key-value store, forked from redis-py.
Mechanize implements stateful programmatic web browsing in Python, after Andy Lester’s Perl module WWW::Mechanize.
This package provides typing stubs for requests.
ipdb exports functions to access the IPython debugger, which features tab completion, syntax highlighting, better tracebacks and better introspection than Python's standard pdb debugger, with which it shares the same interface.
olefile can parse, read and write Microsoft OLE2 files (Structured Storage or Compound Document, Microsoft Office). It is an improved version of the OleFileIO module from PIL, the Python Image Library.
This package provides a small helper library to convert Arabic Numbers to Roman Numerals.
This Python library provides a programming interface to, given a set of safe characters and an escape character, escape safe strings and unescape the result.
This package provides a JSON RPC 2.0 server library for Python.