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 a fast JavaScript parser (based on esprima.js)
uritemplate provides Python library to deal with URI Templates.
GRequests is a Python library that allows you to use Requests with Gevent to make asynchronous HTTP Requests easily.
This package provides an implementation of interprocess locks using lock files. These locks can also be used to mediate access to other files.
The aiorpcX library is a generic asyncio implementation of RPC suitable for an application that is a client, server or both.
The package includes a module with full coverage of JSON RPC versions 1.0 and 2.0, JSON RPC protocol auto-detection, and arbitrary message framing. It also comes with a SOCKS proxy client.
python-hstspreload contains Chromium HSTS Preload list as a Python package.
This package provides a simple Python library that queries multiple geolocation services until one succeeds.
Get a public suffix for a domain name using the Public Suffix List. Forked from and using the same API as the publicsuffix package.
AWS CLI provides a unified command line interface to the Amazon Web Services (AWS) API.
urlgrabber is a library that unifies access to files available on the web, FTP or locally. It supports HTTP, FTP and file:// protocols, it supports features like HTTP keep-alive, reget, throttling and more.
This package provides a SOCKS proxy connector for aiohttp. It supports SOCKS4(a) and SOCKS5.
This package is an asynchronous persistent caching library specifically designed for aiohttp requests in Python. With support for various storage backends, it offers flexibility in how and where the cache is stored. Please note that MongoDB and DynamoDB backends are not currently supported due to the absence of the motor and aioboto3 package dependencies.
Cheroot is a high-performance, pure-Python HTTP server.
tinycss2 can parse strings, return Python objects representing tokens and blocks, and generate CSS strings corresponding to these objects.
Based on the CSS Syntax Level 3 specification, tinycss2 knows the grammar of CSS but doesn’t know specific rules, properties or values supported in various CSS modules.
python-httpauth is WSGI middleware that secures some/all routes using HTTP Digest Authentication.
openid-teams is an implementation of the OpenID teams extension for python-openid.
This package contains a Flask module for creating REST APIs.
This module provides an interface that queries the Apache Solr server using a pure Python implementation.
OpenTelemetry Python SDK.
This package provides a Google Authentication Library plugin for httplib2 transport.
CacheControl is a port of the caching algorithms in httplib2 for use with requests session objects.
This package provides a rate limiting extension for Starlette and Fastapi.
flask_httpauth provides Basic and Digest HTTP authentication for Flask routes.
FTP client and server for asyncio (Python 3) Library implementing FTP protocol, both client and server for Python asyncio module.
Supported commands as client: USER, PASS, ACCT, PWD, CWD, CDUP, MKD, RMD, MLSD, MLST, RNFR, RNTO, DELE, STOR, APPE, RETR, TYPE, PASV, ABOR, QUIT, REST, LIST (as fallback).
Supported commands as server: USER, PASS, QUIT, PWD, CWD, CDUP, MKD, RMD, MLSD, LIST (non-standard), MLST, RNFR, RNTO, DELE, STOR, RETR, TYPE ("I" and "A"), PASV, ABOR, APPE, REST.