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.
The devpi command line tool is typically used in conjunction with devpi-server. It allows uploading, testing and installing packages from devpi indexes.
Flask-Login provides user session management for Flask. It handles the common tasks of logging in, logging out, and remembering your users' sessions over extended periods of time.
This Python package provides a self-contained, easily reusable library for parsing, manipulating, and generating URIs.
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.
WhiteNoise allows your web app to serve its own static files, making it a self-contained unit that can be deployed anywhere without relying on nginx, Amazon S3 or any other external service.
Requests-OAuthlib uses the Python Requests and OAuthlib libraries to provide an easy-to-use Python interface for building OAuth1 and OAuth2 clients.
tracerite converts Python tracebacks into useful error messages in human-readable HTML format.
OpenTelemetry Semantic Conventions.
This is a Python library for interacting with the Firefox Accounts ecosystem.
This package provides a Google Authentication Library plugin for httplib2 transport.
Zope.location implements the concept of "locations" in Zope3, which are are special objects that have a structural location.
Manuel lets you mix and match traditional doctests with custom test syntax.
This package provides a common runtime for AWS Python projects.
httpretty is a helper for faking web requests,inspired by Ruby's fakeweb.
Sanic is a Python web server and web framework that's written to go fast. It allows the usage of the async/await syntax added in Python 3.5, which makes your code non-blocking and speedy.
uritemplate provides Python library to deal with URI Templates.
One of the most advanced WSGI utility modules. It includes a powerful debugger, full-featured request and response objects, HTTP utilities to handle entity tags, cache control headers, HTTP dates, cookie handling, file uploads, a powerful URL routing system and a bunch of community-contributed addon modules.
This package provides a function to find translation file in the source code of a project. It supports many translation file formats and is part of the Weblate translation platform.
This package supports the efficient creation of hookable objects, which are callable objects that are meant to be optionally replaced. The idea is that you create a function that does some default thing and make i hookable. Later, someone can modify what it does by calling its sethook method and changing its implementation. All users of the function, including those that imported it, will see the change.
Parsel is a library to extract and remove data from HTML and XML using XPath and CSS selectors, optionally combined with regular expressions.
This package provides a programmatic API to create and use a devpi server process.
The Websocket-client module provides the low level APIs for WebSocket usage in Python programs.
This package provides an implementation of interprocess locks using lock files. These locks can also be used to mediate access to other files.
Mohawk is an alternate Python implementation of the Hawk HTTP authorization scheme.