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.
Urwid is a curses-based UI/widget library for Python. It includes many features useful for text console applications.
PySAML2 is a pure python implementation of SAML Version 2 Standard. It contains all necessary pieces for building a SAML2 service provider or an identity provider. The distribution contains examples of both.
This package was originally written to work in a WSGI environment, but there are extensions that allow you to use it with other frameworks.
This package provides the editor module for programmatically interfacing with your system's $EDITOR.
cliapp is a Python framework for command line programs. It contains the typical stuff such programs need to do, such as parsing the command line for options, and iterating over input files.
Miniupnpc is a client library for Python programs to set up port forwards using UPnP.
The databind.json package implements the de-/serialization to or from JSON payloads using the databind.core framework.
SocksiPyChain is a modified version of the SocksiPy SOCKS module, which adds support for arbitrary chaining of proxy servers and various modes of TLS/SSL encryption. It was developed for use in PageKite, and also includes a simple netcat replacement with chaining support.
cligj is for Python developers who create command line interfaces for geospatial data. cligj allows you to quickly build consistent, well-tested and interoperable CLIs for handling GeoJSON.
This package provides more-reasonable core functionality for numpy.
A lot of numpysane functionality is inspired by PDL (Perl Data Language).
numpysane has:
easier broadcasting
nicer array manipulation
array concatenation
manipulation of dimensions
broadcast-aware inner product
broadcast-aware outer product
broadcast-aware 2-norm
broadcast-aware matrix multiplication
Munch is a dot-accessible dictionary similar to JavaScript objects.
Automat is a library for concise, idiomatic Python expression of finite-state automata (particularly deterministic finite-state transducers).
pathvalidate is a Python library to sanitize/validate strings representing paths or filenames.
This package provides a backport of asyncio.TaskGroup, asyncio.Runner and asyncio.timeout.
typeguard provides run-time type checking for functions defined with PEP 484 argument (and return) type annotations.
Kalamine provides a CLI to create advanced keyboard layout from a textual portable description. It also supports layout emulation via web browser.
This package provides Python bindings to the Rust rpds crate for persistent data structures. It was written initially to support replacing python-pyrsistent.
PyMD4C provides Python bindings for MD4c, a C Markdown parser, compliant to CommonMark.
python-schema is a library for validating Python data structures, such as those obtained from config-files, forms, external services or command-line parsing, converted from JSON/YAML (or something else) to Python data-types.
PyNamecheap is a Namecheap API client in Python.
This module provides two help formatters for optparse. They provide terser and more customizable option formatting in comparison to the default help formatter.
This package enables Python programs to dynamically access arbitrary Java objects.
This collection of utilities contains tooling and templates to assist in creating releases on GitHub and publishing them on PyPI. It is designed to be used by Robot Framework and tools and libraries in its ecosystem, but can naturally be used also by other projects.
AsyncClick is a fork of Click that works well with anyio, Trio, or asyncio.
This library provides the parse_uk_postcode function for parsing UK postcodes.