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 file support for setuptools declarative setup.cfg.
This package provides a parser for and generator of the Git fastimport format.
Pyro enables you to build applications in which objects can talk to each other over the network. You can just use normal Python method calls to call objects on other machines, also known as remote procedure calls (RPC).
pdfminer.six is a community maintained fork of the original PDFMiner. It is a tool for extracting information from PDF documents. It focuses on getting and analyzing text data. Pdfminer.six extracts the text from a page directly from the sourcecode of the PDF. It can also be used to get the exact location, font or color of the text.
Collection of libraries and utility programs written in Python to manipulate OpenDocument 1.2 files.
This package provides an implementation-agnostic implementation of JSON reference resolution.
Rodi is a dependency injection framework for Python applications.
Its features include
Type resolution by signature types annotations.
Type resolution by class annotations.
Type resolution by names and aliases.
Build graph of objects without the need for source code changes.
Minimum overhead to obtain services, once the objects graph is built.
Support for singleton, transient, and scoped services.
pyserial provide serial port bindings for Python. It supports different byte sizes, stop bits, parity and flow control with RTS/CTS and/or Xon/Xoff. The port is accessed in RAW mode.
This package outputs version information for modules loaded in the current session, Python, and the OS.
This package provides typing stubs for requests.
This package provides a plugin for ImageIO that wraps the FreeImage library.
The pyvips package provides Python bindings for VIPS, a multithreaded image-processing system with low memory needs.
Raise asynchronous exceptions in other threads, control the timeout of blocks or callables with two context managers and two decorators.
The scp module extends the Paramiko library to send and receive files via the SCP1 protocol, as implemented by the OpenSSH scp program.
Pygit2 is a set of Python bindings to the libgit2 shared library.
This package provides a final implementation of JSONPath for Python that aims to be standard compliant, including arithmetic and binary comparison operators, as defined in the original JSONPath proposal.
The cytoolz package implements the same API as provided by toolz. The main differences are that cytoolz is faster and cytoolz offers a C API that is accessible to other projects developed in Cython.
This Python module provides an implementation of the Itanium C++ ABI symbol mangling language. The demangler generates an abstract syntax tree from mangled symbols, which can be used for directly extracting type information.
attrs is a Python package with class decorators that ease the chores of implementing the most common attribute-related object protocols.
This package provides typing stubs for colorama.
This package provides typing stubs for setuptools.
Chameleon is an HTML/XML template engine for Python. It uses the page templates language.
The aenum library includes an Enum base class, a metaclass-based NamedTuple implementation and a NamedConstant class.
This package is built on top the python-black code formatter to enable formatting of partial files.