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 client library to download and publish models, datasets and other repos on the huggingface.co hub.
flask_httpauth provides Basic and Digest HTTP authentication for Flask routes.
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.
OpenAPI Spec Validator is a Python library that validates an OpenAPI specification against the OpenAPI 2.0 (also known as Swagger), OpenAPI 3.0 and OpenAPI 3.1 specifications. The validator aims to check for full compliance with the specification.
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 client library for Dynamic DNS using Domain Connect protocol.
SockJS-tornado provides the server-side counterpart to a SockJS client library, through the Tornado framework.
SockJS provides a low-latency, full-duplex, cross-domain communication channel between a web browser and web server.
Flask-Session is an extension for Flask that adds support for Server-side sessions, with a variety of different backends for session storage.
This package provides a list of user agents, from a collection of more than 326,000 known user-agents. Users can pick a random one, or select one based on filters.
Flask-Markdown supports several extensions for Markdown and integrates into Jinja2 by default.
Socket.IO integration for Flask applications
This Python package provides a self-contained, easily reusable library for parsing, manipulating, and generating URIs.
Library for parsing urls.
jsmin is a JavaScript minifier, usable from both Python code and on the command line.
Manuel lets you mix and match traditional doctests with custom test syntax.
httpretty is a helper for faking web requests,inspired by Ruby's fakeweb.
Pycurl is a lightweight wrapper around libcurl. It provides high-speed transfers via libcurl and frequently outperforms alternatives.
Zope.security provides a generic mechanism to implement security policies on Python objects.
This package provides a common runtime for AWS Python projects.
Cssselect ia a Python module that parses CSS3 Selectors and translates them to XPath 1.0 expressions. Such expressions can be used in lxml or another XPath engine to find the matching elements in an XML or HTML document.
Waitress is meant to be a production-quality pure-Python WSGI server with very acceptable performance.
Cloud-init is the multi-distribution method for cross-platform cloud instance initialization. It is supported across all major public cloud providers, provisioning systems for private cloud infrastructure, and bare-metal installations.
This package provides and add-on the Python Requests HTTP library to run code asynchronously.
aiodns provides a simple way for doing asynchronous DNS resolutions with a synchronous looking interface by using pycares.