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 Python bindings for using the Google search engine. Its module is called googlesearch.
pyScss is a compiler for Sass, a superset language of CSS3 that adds programming capabilities and some other syntactic sugar.
Requests-FTP is an implementation of a simple FTP transport adapter for use with the Requests library.
This package provides a Python module to create immutable, and correct URLs for Python according to RFCs 3986 and 3987.
This package provides a function to find translation file in the source code of a project. It supports many translation file formats and is part of the Weblate translation platform.
This Python module provides Signal, an abstraction to register asynchronous callbacks. The Signal abstraction can be used for adding, removing and dropping callbacks.
This package provides the Microsoft Azure File DataLake Storage Client Library for Python.
This package lets you extract Swagger API documentation specs from your Flask-Restful projects.
This package provides a library used by various Pylons project packages for internationalization (i18n) duties related to translation.
This package provides a utility that helps with local TCP ports management. It can find an unused TCP localhost port and remember the association.
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.
This package provides an implementation of Public Suffix List as Python library.
Features:
supports IDN (unicode and punycoded)
shipped with built-in PSL and an updater script
written in Pure Python with no library dependencies
robot_detection is a python module to detect if a given HTTP User Agent is a web crawler. It uses the list of registered robots from http://www.robotstxt.org.
jstyleson is a Python library to parse JSON. Contrary to the standard Python json library, it understands js-style comments. Trailing comma is also supported.
Gunicorn ‘Green Unicorn’ is a Python WSGI HTTP Server for UNIX. It’s a pre-fork worker model ported from Ruby’s Unicorn project. The Gunicorn server is broadly compatible with various web frameworks, simply implemented, light on server resources, and fairly speedy.
This package contains Python classes generated from the common protos in the googleapis/api-common-protos repository.
Zeep is a Python SOAP client. Highlights:
Build on top of
lxmlandrequests.Support for Soap 1.1, Soap 1.2 and HTTP bindings.
Support for WS-Addressing headers.
Support for WSSE (UserNameToken / x.509 signing).
Support for
asyncioviahttpx.Experimental support for XOP messages.
Test utilities for OpenTelemetry unit tests.
The Official DocuSign Python Client Library used to interact with the eSign REST API. Send, sign, and approve documents using this client.
This package provides a single-file minifier for CSS, HTML, and JavaScript.
wsproto is a pure-Python implementation of a WebSocket protocol stack. It's written from the ground up to be embeddable in whatever program you choose to use, ensuring that you can communicate via WebSockets, as defined in RFC6455, regardless of your programming paradigm.
This package provides a library and a command-line tool that lets you download the entire Wayback Machine archive for a given URL.
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
uvicorn is a fast ASGI server implementation, using uvloop and httptools. It currently supports HTTP/1.1 and WebSockets. Support for HTTP/2 is planned.