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 Python Software Development Kit for the Model Context Protocol (MCP).
Waitress is meant to be a production-quality pure-Python WSGI server with very acceptable performance.
This package contains Python classes generated from the common protos in the googleapis/api-common-protos repository.
This package provides a Flask extension for handling CORS, making cross-origin AJAX possible.
This package provides a library used by various Pylons project packages for internationalization (i18n) duties related to translation.
AWS SAM Translator is a library that transform Serverless Application Model (SAM) templates into AWS CloudFormation templates.
uritemplate provides Python library to deal with URI Templates.
CanvasAPI is a Python library for accessing Instructure’s Canvas LMS API. The library enables developers to programmatically manage Canvas courses, users, gradebooks, and more.
EnOSlib is a library to build experimental frameworks on various scientific testbeds. It lets you deploy networks of machines on actual hardware on Grid'5000 or via OpenStack, to Vagrant, Chameleon, and more.
This package provides a persistent storage feature for python-pycrdt.
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.
The aiocoap package is an implementation of CoAP. It facilitates writing applications that talk to network enabled embedded IoT devices.
The MediaWiki Parser From Hell is a python library package that provides a parser for MediaWiki.
It exposes parses as normal string objects with additional methods giving access to the special Wikicode features it contains (hyperlinks, tags, templates…). The parser doesn't interpolate strings at all, it remains at a purely formal level.
Full documentation may be found at ReadTheDocs
This package contains a Flask module for creating REST APIs.
This package provides a programmable client library that adds functionality on top of wadlib.
The Websocket-client module provides the low level APIs for WebSocket usage in Python programs.
This package provides an HTTP library inspired by requests but written on top of Twisted's Agents. It offers a high level API for making HTTP requests when using Twisted.
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.
htmlmin is an HTML minifier that just works. It comes with safe defaults and easily configurable options.
Urllib3 supports features left out of urllib and urllib2 libraries. It can reuse the same socket connection for multiple requests, it can POST files, supports url redirection and retries, and also gzip and deflate decoding.
CherryPy is a pythonic, object-oriented web framework. It helps in building web applications in the same way any other object-oriented Python program would be built.
This package provides a simple Python library that queries multiple geolocation services until one succeeds.
This package integrates webassets with Flask, adding support for merging, minifying and compiling CSS and Javascript files.
This package provides a query string parser for Python and Django projects that correctly creates nested dictionaries from sent form/querystring data.