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.
uritemplate provides Python library to deal with URI Templates.
aioquic is a library for the QUIC network protocol in Python. It features a minimal TLS 1.3 implementation, a QUIC stack and an HTTP/3 stack.
PRAWcore is a low-level communication layer used by PRAW.
Zope.location implements the concept of "locations" in Zope3, which are are special objects that have a structural location.
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.
Flask is a micro web framework based on the Werkzeug toolkit and Jinja2 template engine. It is called a micro framework because it does not presume or force a developer to use a particular tool or library.
beren provides a REST client for Orthanc, a DICOM server.
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 simple proxy server (SOCKS4(a), SOCKS5(h), HTTP tunnel).
This package provides an easy-to-use SNI endpoint for use with the Twisted web framework.
This package provides a library and a command-line tool that lets you download the entire Wayback Machine archive for a given URL.
Falcon is a web API framework for building microservices, application backends and higher-level frameworks. Among its features are:
Optimized and extensible code base
Routing via URI templates and REST-inspired resource classes
Access to headers and bodies through request and response classes
Request processing via middleware components and hooks
Idiomatic HTTP error responses
Straightforward exception handling
Unit testing support through WSGI helpers and mocks
Compatible with both CPython and PyPy
Cython support for better performance when used with CPython
pyScss is a compiler for Sass, a superset language of CSS3 that adds programming capabilities and some other syntactic sugar.
This package contains Python classes generated from the common protos in the googleapis/api-common-protos repository.
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
This package provides utilities for streaming large files (S3, HDFS, GCS, Azure Blob Storage, gzip, bz2, etc.)
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.
This package provides a library which is able to parse dependency groups (PEP 735), following includes, and provide that data as output.
This package provides a Twisted-based Tor controller client,with state-tracking and configuration abstractions.
Internal package for python-sanic, which provides the BasicRouter.
This package provides a Flask extension for handling CORS, making cross-origin AJAX possible.
Txaio provides a compatibility layer between the Python asyncio bsmodule and Twisted.
Get a public suffix for a domain name using the Public Suffix List.
This package provides a Python library with classes that mimic pathlib.Path's interface for URIs from different cloud storage services.