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 an implementation of the Web Application Messaging Protocol (WAMP). WAMP connects components in distributed applications using Publish and Subscribe (PubSub) and routed Remote Procedure Calls (rRPC). It is ideal for distributed, multi-client and server applications such as IoT applications or multi-user database-driven business applications.
python-flask-oidc provides an OpenID Connect extension for Flask.
This package provides a Python implementation of the Engine.IO realtime client and server.
This package provides a rate limiting extension for Starlette and Fastapi.
A Python library for representing and manipulating IPv4, IPv6, CIDR, EUI and MAC network addresses.
OpenTelemetry Semantic Conventions.
Cheroot is a high-performance, pure-Python HTTP server.
This package provides a fast JavaScript parser (based on esprima.js)
This is a low-level Python library for implementing Hawk Access Authentication, a simple HTTP request-signing scheme.
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 tool provides code to load WSGI applications and servers from URIs; these URIs can refer to Python Eggs for INI-style configuration files. Paste Script provides commands to serve applications based on this configuration file.
This package contains SQLAlchemy database migration tools for Flask programs that are using python-alembic.
The Official DocuSign Python Client Library used to interact with the eSign REST API. Send, sign, and approve documents using this client.
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.
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.
Betamax will record your test suite's HTTP interactions and replay them during future tests. It is designed to work with python-requests.
Openapi-schema-validator is a Python library that validates a schema against:
OpenAPI Schema Specification v3.0 which is an extended subset of the JSON Schema Specification Wright Draft 00.
OpenAPI Schema Specification v3.1 which is an extended superset of the JSON Schema Specification Draft 2020-12.
Pycurl is a lightweight wrapper around libcurl. It provides high-speed transfers via libcurl and frequently outperforms alternatives.
This package provides a Python library for interacting with any Amazon S3 compatible object storage server.
fastapi-pagination is a Python library designed to simplify pagination in FastAPI applications. It provides a set of utility functions and data models to help you paginate your database queries and return paginated responses to your clients.
This package, as opposed to python-fastapi-pagination-minimal, depends on all available optional dependencies supported by mainline fastapi-pagination.
This package provides a Kerberos authentication handler for python-requests.
Betamax-Serializers are an experimental set of Serializers for Betamax that may possibly end up in the main package.
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.
python-httpauth is WSGI middleware that secures some/all routes using HTTP Digest Authentication.