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.
ptpython is a Python read-eval-print loop with IDE-like features. It supports syntax highlighting, multiline editing, autocompletion, mouse, color schemes, bracketed paste, Vi and Emacs keybindings, Chinese characters etc.
pyTooling is a collection of (abstract) data models, lacking classes, decorators, a new performance boosting meta-class, and enhanced exceptions. It also provides lots of helper functions---e.g., to ease the handling of package descriptions or to unify multiple existing APIs into a single API.
This package provides a Python module that will check for package updates.
language_data is a supplement to the langcodes module, for working with standardized codes for human languages. It stores the more bulky and hard-to-index data about languages, particularly what they are named in various languages.
Miniupnpc is a client library for Python programs to set up port forwards using UPnP.
Confection is a lightweight library that offers a configuration system letting you conveniently describe arbitrary trees of objects.
Beniget is a collection of analyzers for Python AST. It is a building block for writing a static analyzer or compiler for Python.
This package provides miscellaneous path functions for Python.
ansi2html is a Python library and command line utility for converting text with ANSI color codes to HTML or LaTeX.
Python implementation of the ERIS.
This library provides the parse_uk_postcode function for parsing UK postcodes.
This package provides a Python wrapper for the mediainfo library to access the technical and tag data for video and audio files.
Faker is a Python package that generates fake data such as names, addresses, and phone numbers.
This package provides a textbox edit widget for python-urwid that supports readline shortcuts.
This package provides Unicode(idna) domains support for Python's ssl module. It patches ssl.match_hostname for that purpose.
YAPF is a formatter for Python code. It's based off of clang-format, developed by Daniel Jasper. In essence, the algorithm takes the code and reformats it to the best formatting that conforms to the style guide, even if the original code didn't violate the style guide.
PyFilesystem's FS object is a file system abstraction sharing similarities with Python's own file object for single files. It allows opening all the files under a given directory recursively, as a single FS object. This enables, for example, counting the combined number of lines in the contained files easily.
Feedgenerator-py3k is a standalone version of Django's feedgenerator, which can produce feeds in RSS 2.0, RSS 0.91, and Atom formats.
libcloud is a Python library for interacting with many of the popular cloud service providers using a unified API.
This package provides a Python parser for Pubmed Open-Access Subset and MEDLINE XML repository.
Pycparser is a complete parser of the C language, written in pure Python using the PLY parsing library. It parses C code into an AST and can serve as a front-end for C compilers or analysis tools.
This is a Python port of markdown-it, and some of its associated plugins. The driving design philosophy of the port has been to change as little of the fundamental code structure (file names, function name, etc) as possible.
Python SDK for reporting exceptions, errors, and log messages to Rollbar.
Capabilities include:
Sending messages and exceptions with arbitrary context
Getting back aggregates
Debugging production issues
This package provides an implementation of a topological sort algorithm.