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.
jsmin is a JavaScript minifier, usable from both Python code and on the command line.
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 contains a set of persistent object containers built around a modified BTree data structure. The trees are optimized for use inside ZODB's "optimistic concurrency" paradigm, and include explicit resolution of conflicts detected by that mechanism.
Programmatically send startup/shutdown lifespan events into Asynchronous Server Gateway Interface (ASGI) applications. When used in combination with an ASGI-capable HTTP client such as HTTPX, this allows mocking or testing ASGI applications without having to spin up an ASGI server.
Zope.configuration implements ZCML, the Zope Configuration Markup Language.
This package provides a Python port of the ActiveResource project.
Active Resource attempts to provide a coherent wrapper object-relational mapping for REST web services. It follows the same philosophy as Active Record, in that one of its prime aims is to reduce the amount of code needed to map to these resources. This is made possible by relying on a number of code- and protocol-based conventions that make it easy for Active Resource to infer complex relations and structures.
This package contains SQLAlchemy database migration tools for Flask programs that are using python-alembic.
This package provides a simple implementation of Encrypted Content Encoding for HTTP.
urlgrabber is a library that unifies access to files available on the web, FTP or locally. It supports HTTP, FTP and file:// protocols, it supports features like HTTP keep-alive, reget, throttling and more.
This package provides a Python implementation of the Engine.IO realtime client and server.
This Python package provides a self-contained, easily reusable library for parsing, manipulating, and generating URIs.
This library implements CORS support for aiohttp asyncio-powered asynchronous HTTP server.
This package lets you extract Swagger API documentation specs from your Flask-Restful projects.
This package provides an extended library for interacting with GitLab instances through their API.
This package provides an ASGI (Asynchronous Server Gateway Interface) Server based on Hyper libraries and inspired by python-gunicorn.
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.
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.
aiohttp is an asynchronous HTTP client/server framework.
Its main features are:
Supports both client and server side of HTTP protocol.
Supports both client and server Web-Sockets out-of-the-box without the Callback Hell.
Web-server has middlewares and pluggable routing.
The Databricks Command Line Interface is a tool which provides an easy to use interface to the Databricks platform. The CLI is built on top of the Databricks REST APIs.
This package provides a rate limiting extension for Starlette and Fastapi.
This package provides a client library to download and publish models, datasets and other repos on the huggingface.co hub.
The aiorpcX library is a generic asyncio implementation of RPC suitable for an application that is a client, server or both.
The package includes a module with full coverage of JSON RPC versions 1.0 and 2.0, JSON RPC protocol auto-detection, and arbitrary message framing. It also comes with a SOCKS proxy client.
python-bottle is a WSGI framework for small web-applications.
CacheControl is a port of the caching algorithms in httplib2 for use with requests session objects.