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 Databricks Command Line Interface is a tool which provides an easy to use interface to the Databricks platform. The CLI is built on top of the Databricks REST APIs.
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.
python-bottle is a WSGI framework for small web-applications.
OpenTelemetry Python API.
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.
This package provides a simple Python library that queries multiple geolocation services until one succeeds.
This package provides an implementation of the Web Application Messaging Protocol (WAMP). WAMP connects components in distributed applications using Publish and Subscribe (PubSub) and routed Remote Procedure Calls (rRPC). It is ideal for distributed, multi-client and server applications such as IoT applications or multi-user database-driven business applications.
Waitress is meant to be a production-quality pure-Python WSGI server with very acceptable performance.
Pyramid makes it easy to write web applications. From minimal request/response web apps to larger, grown applications.
python-oauth2client provides an OAuth 2.0 client library for Python
This package provides a Python module to create immutable, and correct URLs for Python according to RFCs 3986 and 3987.
This Asynchronous Server Gateway Interface (ASGI) middleware protects against Cross-site request forgery (CSRF) attacks. It implements the Double Submit Cookie pattern, where a cookie is set that is then compared to a csrftoken hidden form field or a x-csrftoken HTTP header.
Provides support for adding authentication to services using the Tornado web framework, either via the basic or digest authentication schemes.
This program converts a WSGI program to an ASGI program or the other way around. It depends only on the Python standard library.
A comprehensive HTTP client library supporting many features left out of other HTTP libraries.
This package provides a Python implementation of the Engine.IO realtime client and server.
This package provides a pluggable mechanism for copying persistent objects.
BlackSheep is a lightweight, asynchronous, event driven Web framework.
The framework offers
A rich code API, based on dependency injection and inspired by Flask and ASP.NET Core.
A typing-friendly codebase, which enables a comfortable development experience thanks to hints when coding with IDEs.
Built-in generation of OpenAPI Documentation, supporting version 3, YAML, and JSON.
A cross-platform framework, using the most modern versions of Python.
Good performance.
This library defines common helpers (e.g. base Client classes) used by all of the google-cloud-* packages.
dicomweb_client provides client intefaces for DICOMweb RESTful services QIDO-RS, WADO-RS and STOW-RS to search, retrieve and store DICOM objects over the web, respectively.
This is a Python library for building OAuth and OpenID Connect servers and clients.
Pycurl is a lightweight wrapper around libcurl. It provides high-speed transfers via libcurl and frequently outperforms alternatives.
This package provides a Python SDK for integrating with the Dropbox API v2.
MechanicalSoup is a Python library for automating interaction with websites. It automatically stores and sends cookies, follows redirects, and can follow links and submit forms. It doesn’t do JavaScript.