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 programmable client library that adds functionality on top of wadlib.
Grip is a command-line server application written in Python that uses the GitHub Markdown API to render a local Markdown file. The styles and rendering come directly from GitHub, so you'll know exactly how it will appear. Changes you make to the file will be instantly reflected in the browser without requiring a page refresh.
Openapi-core is a Python library that adds client-side and server-side support for the OpenAPI Specification v3. It has features such as:
Validation of requests and responses
Schema casting and unmarshalling
Media type and parameters deserialization
Security providers (API keys, Cookie, Basic and Bearer HTTP authentications)
Custom deserializers and formats
Integration with libraries and frameworks.
This package allows for HTTP NTLM authentication using the requests library.
This package provides access to any RESTful or RESTful-like API.
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.
This package provides a Python library for interacting with any Amazon S3 compatible object storage server.
Webtest allows you to test your Python web applications without starting an HTTP server. It supports anything that supports the minimum of WSGI.
yarl module provides handy URL class for URL parsing and changing.
flask_httpauth provides Basic and Digest HTTP authentication for Flask routes.
flask-multistatic is a flask plugin that adds support for overriding static files.
AWS CLI provides a unified command line interface to the Amazon Web Services (AWS) API.
httptools is a Python binding for the nodejs HTTP parser.
This package provides an asynchronous WebSocket connector for python-pycrdt.
This package provides a Python interface to the Google WebRTC VAD.
This package provides a library used by various Pylons project packages for internationalization (i18n) duties related to translation.
FastAPI CLI is a command line program fastapi that you can use to serve your FastAPI app, manage your FastAPI project, and more.
This package provides an extended library for interacting with GitLab instances through their API.
Python client library for Google's discovery based APIs
Parsel is a library to extract and remove data from HTML and XML using XPath and CSS selectors, optionally combined with regular expressions.
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.
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.
Flask-Session is an extension for Flask that adds support for Server-side sessions, with a variety of different backends for session storage.
Betamax will record your test suite's HTTP interactions and replay them during future tests. It is designed to work with python-requests.