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 enables Python programs to dynamically access arbitrary Java objects.
Blinker provides a fast dispatching system that allows any number of interested parties to subscribe to events, or "signals".
DiskCache is a disk and file backed persistent cache.
Python-Titlecase is a Python port of John Gruber's titlecase.pl. It capitalizes (predominantly English) strings in a way that is similar to book titles, using the New York Times Manual of Style to leave certain words lowercase.
Lark is a parser built with a focus on ergonomics, performance and resilience. Lark can parse all context-free languages. That means it is capable of parsing almost any programming language out there, and to some degree most natural languages too.
Relatorio is a templating library which provides a way to easily output ODT, ODS, PNG, SVG and several other kinds of files. Support for more filetypes can be easily added by creating plugins for them.
gevent is a coroutine-based Python networking library that uses greenlet to provide a high-level synchronous API on top of the libev event loop.
Autopage is a Python library to automatically display terminal output from a program in a pager such as less.
This package provides tools for interactive plots and applications in the browser from Python.
Prompt-Toolkit is a library for building interactive command line interfaces in Python. It's like GNU Readline but it also features syntax highlighting while typing, out-of-the-box multi-line input editing, advanced code completion, incremental search, support for Chinese double-width characters, mouse support, and auto suggestions.
Urwidtrees is a Widget Container API for the urwid toolkit. Use it to build trees of widgets.
This is a Python package for rendering rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal.
Clint is a Python module filled with a set of tools for developing command-line applications, including tools for colored and indented output, progress bar display, and pipes.
This package is a recursive descent parsing library for Python based on functional combinators. Parser combinators are just higher-order functions that take parsers as their arguments and return them as result values.
python-face is a Pythonic microframework for building command-line applications.
First-class subcommand support
Powerful middleware architecture
Separate parser layer
Built-in flagfile support
Handy testing utilities
Themeable help display
logzero provides a fully configured Python logger object for easy logging and rotating to a console or a file.
This is Python port of linkify-it, which is a links recognition library with full Unicode support. It has features like:
Full unicode support, with astral characters
International domains support
Allows rules extension and custom normalizers.
jsondiff is a Python library which lets you compare, diff, and patch JSON and JSON-like structures in Python.
Pure Python multicast DNS (mDNS) service discovery library (Bonjour/Avahi compatible).
This package contains typing stubs for for freezegun, a very small subset the Python stubs contained in the complete typeshed collection.
Python Utils is a collection of small Python functions and classes which make common patterns shorter and easier.
Stone is an interface description language (IDL) for APIs.
This package provides tools to build manual pages from Python's ArgumentParser object.
identify is a file identification library for Python. Given a file (or some information about a file), return a set of standardized tags identifying what the file is.