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.
Urllib3 supports features left out of urllib and urllib2 libraries. It can reuse the same socket connection for multiple requests, it can POST files, supports url redirection and retries, and also gzip and deflate decoding.
Zope.component represents the core of the Zope Component Architecture. Together with the zope.interface package, it provides facilities for defining, registering and looking up components.
This package provides a convenient filesystem interface over S3.
aiostream provides a collection of stream operators that can be combined to create asynchronous pipelines of operations. It can be seen as an asynchronous version of itertools, although some aspects are slightly different. All the provided operators return a unified interface called a stream. A stream is an enhanced asynchronous iterable.
Socket.IO integration for Flask applications
This package provides Tweepy, an easy-to-use Python library for accessing the Twitter API.
This package provides python-pybadges: a library and command-line tool for generating Github-style badges as SVG images.
OpenTelemetry Semantic Conventions.
This library simplifies using Google's various server-to-server authentication mechanisms to access Google APIs.
This package provides Python bindings to Ammonia HTML sanitizer Rust crate.
This package contains SQLAlchemy database migration tools for Flask programs that are using python-alembic.
Furl provides an easy-to-use alternative to the urllib and urlparse modules for manipulating URLs.
The Microsoft Authentication Library for Python enables applications to integrate with the Microsoft identity platform. It allows you to sign in users or apps with Microsoft identities (Azure AD, Microsoft Accounts and Azure AD B2C accounts) and obtain tokens to call Microsoft APIs such as Microsoft Graph or your own APIs registered with the Microsoft identity platform. It is built using industry standard OAuth2 and OpenID Connect protocols.
SockJS-tornado provides the server-side counterpart to a SockJS client library, through the Tornado framework.
SockJS provides a low-latency, full-duplex, cross-domain communication channel between a web browser and web server.
Unalix is a library written in Python implementing the specification used by the ClearURLs addon for removing tracking fields from URLs.
AWS CLI provides a unified command line interface to the Amazon Web Services (AWS) API.
This Python package lets you use the requests library to talk HTTP via a UNIX domain socket.
Anaconda Cloud command line client library provides an interface to Anaconda Cloud. Anaconda Cloud is useful for sharing packages, notebooks and environments.
This library provides OpenID authentication for Python, both for clients and servers.
This package lets you manipulate PyPI API tokens.
Oauthlib is a generic, spec-compliant, thorough implementation of the OAuth request-signing logic.
This Python package lets you use the requests library to talk HTTP via a UNIX domain socket.
This Python module provides Signal, an abstraction to register asynchronous callbacks. The Signal abstraction can be used for adding, removing and dropping callbacks.
Zope.exceptions provides general-purpose exception types that have uses outside of the Zope framework.