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.
A Python package for Distributed Resource Management (DRM) job submission and control. This package is an implementation of the DRMAA 1.0 Python language binding specification.
StackTrace is a Robot Framework listener that prints a stack trace directly to the terminal to ease debugging.
This package provides tools for plotting area-proportional two- and three-way Venn diagrams in matplotlib.
Munch is a dot-accessible dictionary similar to JavaScript objects.
This package extends click.Group to invoke a command without explicit subcommand name.
xlwt is a library for writing data and formatting information to older Excel files (i.e. .xls). The package itself is pure Python with no dependencies on modules or packages outside the standard Python distribution. It is not intended as an end-user tool.
Billiard is a fork of the Python 2.7 multiprocessing package. The multiprocessing package itself is a renamed and updated version of R Oudkerk's pyprocessing package. This standalone variant is intended to be compatible with Python 2.4 and 2.5, and will draw its fixes/improvements from python-trunk.
Hnswlib is a header-only C++ implementation of fast approximate nearest neighbor search with Python bindings.
Pastel is a simple library to help you colorize strings in your terminal.
The ItemAdapter class is a wrapper for data container objects, providing a common interface to handle objects of different types in an uniform manner, regardless of their underlying implementation.
Currently supported types are:
scrapy.item.Item
dict
dataclass-based classes
attrs-based classes
pydantic-based classes
Additionally, interaction with arbitrary types is supported by implementing a pre-defined interface.
This library helps to redirect sys.stdout to a stream or a file while executing some piece of code, including C code running within a Python process.
This package provides a build backend that patches Poetry Core to enable the versioning system in PEP 517 build frontends.
Netifaces is a Python module providing information on network interfaces in an easy and portable manner.
The Bluetooth GATT SDK for Python helps you implement and communicate with any Bluetooth Low Energy device that has a GATT profile. It supports:
Discovering nearby Bluetooth Low Energy devices
Connecting and disconnecting devices
Implementing your custom GATT profile
Accessing all GATT services
Accessing all GATT characteristics
Reading characteristic values
Writing characteristic values
Subscribing for characteristic value change notifications
Currently, Linux is the only platform supported by this library.
Codespell fixes common misspellings in text files. It's designed primarily for checking misspelled words in source code, but it can be used with other files as well. It does not check for word membership in a complete dictionary, but instead looks for a set of common misspellings. Therefore it should catch errors like "adn", but it will not catch "adnasdfasdf". This also means it shouldn't generate false-positives when you use a niche term it doesn't know about.
setuptools-rust is a plugin for setuptools to build Rust Python extensions implemented with PyO3 or rust-cpython.
This package implements a functionality to access of environment variables from Python with support for strings, booleans, list, tuples, and dicts.
Jedi is a static analysis tool for Python that can be used in Integrated Development Environments (IDEs) and text editors. It understands Python on a deeper level than many other static analysis frameworks for Python.
Jedi understands docstrings and you can use Jedi autocompletion in your REPL as well.
Dulwich is an implementation of the Git file formats and protocols written in pure Python.
Poetry plugin to export the dependencies to various formats.
python-dateparser provides modules to easily parse localized dates in almost any string formats commonly found on web pages.
This package provides a parser based on lib2to3 producing docspec data from Python source code.
This package provides a JSON RPC 2.0 server library for Python.
This package provides a BK-tree data structure to allow fast querying of close matches in Python.