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.
Get a public suffix for a domain name using the Public Suffix List. Forked from and using the same API as the publicsuffix package.
This package provides a rate limiting extension for Starlette and Fastapi.
Zope.interface provides an implementation of "object interfaces" for Python. Interfaces are a mechanism for labeling objects as conforming to a given API or contract.
This package provides Tweepy, an easy-to-use Python library for accessing the Twitter API.
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.
This package provides a Python client for the OmniPath web service.
This package is an internal Azure namespace package.
Starlette is a lightweight ASGI (Asynchronous Server Gateway Interface) framework/toolkit for building async web services in Python.
This package provides a WSGI object-dispatching web framework, designed to be lean and fast, with few dependencies.
S3cmd is a command line tool for uploading, retrieving and managing data in storage services that are compatible with the Amazon Simple Storage Service (S3) protocol, including S3 itself. It supports rsync-like backup, GnuPG encryption, and more. It also supports management of Amazon's CloudFront content delivery network.
This package provides a script for running Python tests.
GuardPost is a framework to handle authentication and authorization in asynchronous Python applications.
Its features include
Strategy to implement authentication.
Strategy to implement authorization.
Support for dependency injection
Built-in support for JSON Web Tokens (JWTs) authentication.
This package provides a git URL parsing module which supports parsing and rewriting of remote git URLs from various hosting providers.
Mohawk is an alternate Python implementation of the Hawk HTTP authorization scheme.
OpenTelemetry Python SDK.
tracerite converts Python tracebacks into useful error messages in human-readable HTML format.
PRAW is a Python package that allows for simple access to Reddit’s API. It aims to be easy to use and internally follows all of Reddit’s API rules.
This package supports the efficient creation of hookable objects, which are callable objects that are meant to be optionally replaced. The idea is that you create a function that does some default thing and make i hookable. Later, someone can modify what it does by calling its sethook method and changing its implementation. All users of the function, including those that imported it, will see the change.
Betamax-Serializers are an experimental set of Serializers for Betamax that may possibly end up in the main package.
This package provides and add-on the Python Requests HTTP library to run code asynchronously.
WCrypto is an implementation of the Javascript Object Signing and Encryption (JOSE) Web Standards.
WebOb provides wrappers around the WSGI request environment, and an object to help create WSGI responses.
Socket.IO integration for Flask applications
Pycurl is a lightweight wrapper around libcurl. It provides high-speed transfers via libcurl and frequently outperforms alternatives.