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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
This library validates email address syntax and deliverability.
This package provides a sorted collections library, written in pure-Python.
This package provides Python bindings and utilities for GeoJSON, a format for encoding geographic data structures.
Python client for Consul, a tool for service discovery, monitoring and configuration.
Matplotlib is a Python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms. Matplotlib can be used in Python scripts, the python and ipython shell, web application servers, and six graphical user interface toolkits.
bson is a Python library implementing a BSON (Binary JSON) codec.
Commandlines is a Python library for command line application development that supports command line argument parsing, command string validation testing and application logic.
This package provides utilities and functions for converting GeoJSON to WKT/WKB (Well-Known Text/Binary) or GeoPackage Binary, and vice versa. Extended WKB/WKT are also supported.
This tool generates a Python extension that runs your parser using ANTLR's C++ target, and then translates the parsed tree back into Python.
This package provides tools to build manual pages from Python's ArgumentParser object.
Polib can manipulate any gettext format (po, pot and mo) files. It can be used to create po files from scratch or to modify existing ones.
doit is an automation tool that brings the power of build-tools to execute any kind of task.
A task describes some computation to be done (actions), and contains some extra meta-data. The actions can be external programs or Python functions. A single task may define more than one action. doit uses the task’s meta-data to:
cache task results
correct execution order
parallel execution
powerful dependency system
This is a PEP 561 type stub package for the orjson package. It can be used by type-checking tools like mypy, PyCharm, pytype etc. to check code that uses orjson.
python-dpath is a library for accessing and searching dictionaries via /slashed/paths ala xpath.
Basically it lets you glob over a dictionary as if it were a file system. It allows you to specify globs (ala the bash eglob syntax, through some advanced fnmatch.fnmatch magic) to access dictionary elements, and provides some facility for filtering those results.
fancycompleter is a module that adds TAB completion to the interactive prompt. It is an extension of the rlcompleter module from the standard Python library.
Screenkey is a screencast tool to display your keys inspired by Screenflick.
Python-LLFUSE is a set of Python bindings for the low level FUSE API.
ncclient is a Python library that facilitates client-side scripting and application development around the NETCONF protocol.
Cleo allows you to create command-line commands with signature in docstring and colored output.
Mixed sync-async queue, supposed to be used for communicating between classic synchronous (threaded) code and asynchronous (in terms of asyncio) one. Like Janus god the queue object from the library has two faces: synchronous and asynchronous interface. Synchronous is fully compatible with standard queue, asynchronous one follows asyncio queue design.
Sqltrie is a SQL-based prefix tree inspired by pygtrie and python-diskcache.
This package provides a tiny LRU cache implementation and decorator.
Standard library smtpd redistribution. Deprecated since version 3.6 and removed in version 3.12; the aiosmtpd package is a recommended replacement for this module, based on asyncio. See: Removing dead batteries from the standard library.
Stone is an interface description language (IDL) for APIs.