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 project provides a client library in Python that makes it easy to communicate with Microsoft Azure Storage services.
This package contains a generic persistence implementation for Python. It forms the core protocol for making objects interact "transparently" with a database such as the ZODB.
This package provides a websocket server written in Python. It uses GIO for network communication and hence it easily integrates with the GLib mainloop.
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.
apiron provides a declarative, structured configuration of services and endpoints with a unified interface for interacting with RESTful APIs.
This package provides a Python class to integrate Boto3's Cognito client so it is easy to login users, with Secure Remote Password support.
Flask-paginate is a simple pagination extension for Flask which is inspired by Ruby's will_paginate library. It supports several CSS frameworks.
This package adds pluggable session backends and ships default InMemoryBackend and CookieBackend implementations for Starlette and FastAPI.
ZODB provides an object-oriented and ACID compliant database for Python with a high degree of transparency. ZODB is an object-oriented database, not an object-relational mapping. This comes with several advantaged:
no separate language for database operations
very little impact on your code to make objects persistent
no database mapper that partially hides the database.
almost no seam between code and database.
This package provides a pluggable mechanism for copying persistent objects.
Zope.configuration implements ZCML, the Zope Configuration Markup Language.
JustHTML is a pure Python HTML5 parser. It has a simple API and does not require C extensions or system dependencies.
This package provides an official Python client library for Kubernetes.
This library is an abstraction of Conda package handling and a tool for extracting, creating, and converting between formats.
This package lets you extract Swagger API documentation specs from your Flask-Restful projects.
Python wrapper for the arXiv API.
htmlmin is an HTML minifier that just works. It comes with safe defaults and easily configurable options.
Generator for OpenAPI Documentation version 2 and 3, in JSON and YAML formats. Generator for other kinds of documents from OpenAPI Documentation files.
Zope.location implements the concept of "locations" in Zope3, which are are special objects that have a structural location.
Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long polling, WebSockets, and other applications that require a long-lived connection to each user.
Test utilities for OpenTelemetry unit tests.
python-portend can be used to monitor TCP ports for bound or unbound states. For example, waiting for a port to be occupied or freed within a set timeout. python-portend can also be used directly from the command line.
This package provides a Python implementation of the Socket.IO realtime client and server.
HookDNS implements functionality that allows for modifying name resolution in a Python script without any changes to the hosts file or the use of a fake DNS resolver.