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.
Python port of the YUI CSS Compressor.
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.
The Official DocuSign Python Client Library used to interact with the eSign REST API. Send, sign, and approve documents using this client.
In order to be compatible with legacy web content when interpreting something like Content-Type: text/html; charset=latin1, tools need to use a particular set of aliases for encoding labels as well as some overriding rules. For example, US-ASCII and iso-8859-1 on the web are actually aliases for windows-1252, and a UTF-8 or UTF-16 BOM takes precedence over any other encoding declaration. The WHATWG Encoding standard defines all such details so that implementations do not have to reverse-engineer each other.
This module implements the Encoding standard and has encoding labels and BOM detection, but the actual implementation for encoders and decoders is Python’s.
This package lets you compress Flask application responses and static files with gzip, deflate or brotli. Flask-Compress both adds the various headers required for a compressed response and compresses the response data.
Flask-RESTX is an extension for Flask that adds support for quickly building REST APIs. Flask-RESTX encourages best practices with minimal setup. If you are familiar with Flask, Flask-RESTX should be easy to pick up. It provides a coherent collection of decorators and tools to describe your API and expose its documentation properly using Swagger.
Venusian is a library which allows framework authors to defer decorator actions. Instead of taking actions when a function (or class) decorator is executed at import time, you can defer the action usually taken by the decorator until a separate scan phase.
Internal package for python-sanic, which provides the BasicRouter.
This package allows for HTTP NTLM authentication using the requests library.
Zope.configuration implements ZCML, the Zope Configuration Markup Language.
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.
This package provides a Google Authentication Library plugin for httplib2 transport.
This package provides a simple implementation of Encrypted Content Encoding for HTTP.
Zope.configuration implements ZCML, the Zope Configuration Markup Language.
Python client library for Dynamic DNS using Domain Connect protocol.
VF-1 is a command line gopher client with TLS support.
This package provides a slufigy command and library to create slugs from unicode strings while keeping it DRY.
GRequests is a Python library that allows you to use Requests with Gevent to make asynchronous HTTP Requests easily.
This package provides a caching support to Flask applications, it's a fort ok https://github.com/thadeusb/flask-cache.
This package provides a Python interface to the Google WebRTC VAD.
Unalix is a library written in Python implementing the specification used by the ClearURLs addon for removing tracking fields from URLs.
This package provides a single-file minifier for CSS, HTML, and JavaScript.
This package provides a Python client for the OmniPath web service.
Flask-RESTX is an extension for Flask that adds support for quickly building REST APIs. Flask-RESTX encourages best practices with minimal setup. If you are familiar with Flask, Flask-RESTX should be easy to pick up. It provides a coherent collection of decorators and tools to describe your API and expose its documentation properly using Swagger.