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 simple Python library that queries multiple geolocation services until one succeeds.
Oauth2ms can be used to fetch OAuth 2.0 tokens from the Microsoft Identity endpoint. Additionally, it can encode the token in the XOAUTH2 format to be used as authentication in IMAP mail servers.
WebOb provides wrappers around the WSGI request environment, and an object to help create WSGI responses.
This package implements RetryClient for aiohttp to retry connection to provided endpoint with timeouts logic or use:
ExponentialRetrywith exponential backoffRandomRetryfor random backoffListRetrywith backoff you predefine by listFibonacciRetrywith backoff that looks like fibonacci sequenceJitterRetryexponential retry with a bit of randomness
Waitress is meant to be a production-quality pure-Python WSGI server with very acceptable performance.
AWS CLI provides a unified command line interface to the Amazon Web Services (AWS) API.
Oauthlib is a generic, spec-compliant, thorough implementation of the OAuth request-signing logic.
python-hstspreload contains Chromium HSTS Preload list as a Python package.
Furl provides an easy-to-use alternative to the urllib and urlparse modules for manipulating URLs.
This package provides a Python interface to Wikidata.
This project provides a client library in Python that makes it easy to communicate with Microsoft Azure Storage services.
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.
httpretty is a helper for faking web requests,inspired by Ruby's fakeweb.
Consume Server-Sent Event (SSE) messages with HTTPX.
frozenlist.FrozenList is a list-like structure which implements collections.abc.MutableSequence. It can be made immutable by calling FrozenList.freeze.
AWS CLI provides a unified command line interface to the Amazon Web Services (AWS) API.
Protego is a pure-Python robots.txt parser with support for modern conventions.
betamax-matchers provides a set of Matchers for Betamax.
This package provides SSE plugin for Starlette.
This package provides an efficient library to read from new and old format .conda and .tar.bz2 conda packages.
Html5lib is an HTML parser based on the WHATWG HTML specification and written in Python.
A utility library for mocking out the `requests` Python library.
Python client library for Google's discovery based APIs
The aiocoap package is an implementation of CoAP. It facilitates writing applications that talk to network enabled embedded IoT devices.