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 package provides a Python library for interacting with any Amazon S3 compatible object storage server.
This package provides an implementation of the Web Application Messaging Protocol (WAMP). WAMP connects components in distributed applications using Publish and Subscribe (PubSub) and routed Remote Procedure Calls (rRPC). It is ideal for distributed, multi-client and server applications such as IoT applications or multi-user database-driven business applications.
This package provides the Microsoft Azure Blob Storage Client Library for Python.
python-portend can be used to monitor TCP ports for bound or unbound states. For example, waiting for a port to be occupied or freed within a set timeout. python-portend can also be used directly from the command line.
This package provides a Python JSON-RPC 2.0 protocol and server powered by asyncio.
This package provides an implementation of Public Suffix List as Python library.
Features:
supports IDN (unicode and punycoded)
shipped with built-in PSL and an updater script
written in Pure Python with no library dependencies
This package improves the look and readability of argparse's help while requiring minimal changes to the code.
This package provides an ANSI terminal tool for Python, colored shell and other handy fancy features.
Dunamai is Python library and command line tool for producing dynamic, standards-compliant version strings, derived from tags in your version control system. This facilitates uniquely identifying nightly or per-commit builds in continuous integration and releasing new versions of your software simply by creating a tag.
This library provides an OrderedSet data type that works like a regular set, but remembers insertion order. It supports the full Python set interface.
Plotille provides a figure class and graphing functions to create plots, scatter plots, histograms and heatmaps in the terminal using braille dots.
This package provides POSIX IPC primitives - semaphores, shared memory and message queues for Python.
Library for atomic file writes using platform dependent tools for atomic file system operations.
This module provides a Python version of node-semver, a semantic version parser for Node.js.
This package implements URI Template expansion in strict adherence to RFC 6570, but adds a few extensions.
Blinker provides a fast dispatching system that allows any number of interested parties to subscribe to events, or "signals".
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.
BibtexParser is a Python library to parse BibTeX files.
Urwidtrees is a Widget Container API for the urwid toolkit. Use it to build trees of widgets.
This is a library to support the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. This version of the protocol is often referred to as “IDNA2008” and can produce different results from the earlier standard from 2003. The library is also intended to act as a suitable drop-in replacement for the “encodings.idna” module that comes with the Python standard library but currently only supports the older 2003 specification.
This package provides a command-line utility that creates projects from project templates, e.g. creating a Python package project from a Python package project template.
This package provide implements a functionality to simplify writing decorators in Python.
perfplot extends Python's timeit by testing snippets with input parameters (e.g., the size of an array) and plotting the results.
This package provides a Markdown paragraph wrapper using Unicode Line Breaking Algorithm written in Rust with Python bindings.