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 a caching support to Flask applications, it's a fort ok https://github.com/thadeusb/flask-cache.
This package provides a Kerberos authentication handler for python-requests.
This module acts as a webbrowser solving Cloudflare's Javascript challenges.
This package provides a Python class to integrate Boto3's Cognito client so it is easy to login users, with Secure Remote Password support.
Hupper is an integrated process monitor that will track changes to any imported Python files in sys.modules as well as custom paths. When files are changed the process is restarted.
OpenTelemetry Semantic Conventions.
Oauthlib is a generic, spec-compliant, thorough implementation of the OAuth request-signing logic.
Zope.scheme provides extensions to zope.interface for defining data schemas.
Python module to query and edit data stored in a NetBox instance.
Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long polling, WebSockets, and other applications that require a long-lived connection to each user.
This package provides a pluggable mechanism for copying persistent objects.
This package contains a generic transaction implementation for Python. It is mainly used by the ZODB.
This package integrates webassets with Flask, adding support for merging, minifying and compiling CSS and Javascript files.
TLDExtract accurately separates the TLD from the registered domain and subdomains of a URL, using the Public Suffix List. By default, this includes the public ICANN TLDs and their exceptions. It can optionally support the Public Suffix List's private domains as well.
This package is an asynchronous persistent caching library specifically designed for aiohttp requests in Python. With support for various storage backends, it offers flexibility in how and where the cache is stored. Please note that MongoDB and DynamoDB backends are not currently supported due to the absence of the motor and aioboto3 package dependencies.
This Python library provides a Microformats2 parser implementing the full Microformats2 (mf2) specification, including backward compatibility with Microformats1 (mf1).
This package contains Python classes generated from the common protos in the googleapis/api-common-protos repository.
This package provides Python bindings to Ammonia HTML sanitizer Rust crate.
aiohttp is an asynchronous HTTP client/server framework.
Its main features are:
Supports both client and server side of HTTP protocol.
Supports both client and server Web-Sockets out-of-the-box without the Callback Hell.
Web-server has middlewares and pluggable routing.
This package provides a simple implementation of Encrypted Content Encoding for HTTP.
This package provides a Python interface to Wikidata.
This is a little HTTP/1.1 library written from scratch in Python, heavily inspired by hyper-h2. It's a bring-your-own-I/O library; h11 contains no IO code whatsoever. This means you can hook h11 up to your favorite network API, and that could be anything you want.
html2text takes HTML and converts it into plain ASCII text which is also valid markdown. html2text was originally written by Aaron Swartz.
Official low-level client for Elasticsearch. Its goal is to provide common ground for all Elasticsearch-related code in Python; because of this it tries to be opinion-free and very extendable.