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 Python JSON-RPC 2.0 protocol and server powered by asyncio.
Scrapy is a fast high-level web crawling and web scraping framework, used to crawl websites and extract structured data from their pages. It can be used for a wide range of purposes, from data mining to monitoring and automated testing.
These package provides bindings for the Chameleon templating system for the Pyramid web framework.
The sendgrid Python library allows access to the SendGrid Web API v3. Version 3+ of the library provides full support for all SendGrid Web API v3 endpoints, including the new v3 /mail/send.
Pycurl is a lightweight wrapper around libcurl. It provides high-speed transfers via libcurl and frequently outperforms alternatives.
This package provides python-pybadges: a library and command-line tool for generating Github-style badges as SVG images.
Betamax will record your test suite's HTTP interactions and replay them during future tests. It is designed to work with python-requests.
RequestsLibrary is a Robot Framework library aimed to provide HTTP API testing functionalities by wrapping the requests Python library.
This package provides a SOCKS proxy connector for aiohttp. It supports SOCKS4(a) and SOCKS5.
This package provides a caching support to Flask applications, it's a fort ok https://github.com/thadeusb/flask-cache.
This package provides a drop-in replacement for requests.Session with caching offload to SQLite, Redis, MongoDB and AWS DynamoDB or save responses as planin JSON/YAML file or save responses as plain JSON/YAML files.
This package provides a single-file minifier for CSS, HTML, and JavaScript.
This package provides utilities for Google Media Downloads and Resumable Uploads.
HTTP Core provides a minimal and low-level HTTP client, which does one thing only: send HTTP requests.
Some things HTTP Core does do:
Sending HTTP requests.
Provides both sync and async interfaces.
Supports HTTP/1.1 and HTTP/2.
Async backend support for asyncio and trio.
Automatic connection pooling.
HTTP(S) proxy support.
This package contains Python classes generated from the common protos in the googleapis/api-common-protos repository.
This package provides a python wrapper around rapidjson.
This package provides a stateless implementation of Cross-Site Request Forgery (XSRF) Protection by using the Double Submit Cookie mitigation pattern.
This tool provides a simple HTTP server with support for Range requests.
Mohawk is an alternate Python implementation of the Hawk HTTP authorization scheme.
This package provides a Google Authentication Library plugin with oauthlib.
This middleware provides cross-origin resource sharing (CORS) support for Falcon. It allows applying a specially crafted CORS object to the incoming requests, enabling the ability to serve resources over a different origin than that of the web application.
Html5lib is an HTML parser based on the WHATWG HTML specification and written in Python.
This package provides a Python wrapper around OpenWeatherMap web APIs.
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.