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.
Generator for OpenAPI Documentation version 2 and 3, in JSON and YAML formats. Generator for other kinds of documents from OpenAPI Documentation files.
Sanic is a Python web server and web framework that's written to go fast. It allows the usage of the async/await syntax added in Python 3.5, which makes your code non-blocking and speedy.
This package provides a fast JavaScript parser (based on esprima.js)
This is a Python client library for the BrowserID protocol that underlies Mozilla Persona.
OpenTelemetry Semantic Conventions.
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.
This library implements CORS support for aiohttp asyncio-powered asynchronous HTTP server.
Hupper is an integrated process monitor that will track changes to any imported Python files in sys.modules as well as custom paths. When files are changed the process is restarted.
This package provides a minimalistic workflow system to manage and share end-to-end workflows for different use cases and domains.
aiodns provides a simple way for doing asynchronous DNS resolutions with a synchronous looking interface by using pycares.
This package provides the Microsoft Azure Client library for Python.
GRequests is a Python library that allows you to use Requests with Gevent to make asynchronous HTTP Requests easily.
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 package implements a functionality to download large files recursivly from Google Drive with option to filter them by file formats (PDF/XML/CSV).
pyramid_tm is a package which allows Pyramid requests to join the active transaction as provided by the Python transaction package.
This package provides an easy-to-use SNI endpoint for use with the Twisted web framework.
htmlmin is an HTML minifier that just works. It comes with safe defaults and easily configurable options.
This library provides OpenID authentication for Python, both for clients and servers.
This package provides Mako template bindings for the Pyramid web framework.
This package provides a simple implementation of Encrypted Content Encoding for HTTP.
Internal package for python-sanic, which is meant to be the core testing utility and clients for testing Sanic applications.
AWS SAM Translator is a library that transform Serverless Application Model (SAM) templates into AWS CloudFormation templates.
Urllib3 supports features left out of urllib and urllib2 libraries. It can reuse the same socket connection for multiple requests, it can POST files, supports url redirection and retries, and also gzip and deflate decoding.
This package provides a Google Authentication Library plugin for httplib2 transport.