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.
Keynav makes your keyboard a fast mouse cursor mover. You can move the cursor to any point on the screen with a few key strokes. It also simulates mouse click. You can do everything mouse can do with a keyboard.
qutebrowser is a keyboard-focused browser with a minimal GUI. It is based on PyQt6 and QtWebEngine.
Sioyek is a PDF viewer with a focus on technical books and research papers.
Sioyek is a PDF viewer with a focus on technical books and research papers.
Native app used alongside the Pywalfox browser extension
Convert matplotlib figures into TikZ/PGFPlots
An audio library based on libsndfile, CFFI and NumPy
Play and Record Sound with Python
Super simple wallpaper application for Wayland compositors implementing the layer-shell protocol.
This package provides markdownify a Python library to convert HTML to Markdown.
This package provides Tweepy, an easy-to-use Python library for accessing the Twitter API.
This client library is designed to support the Facebook Graph API and the official Facebook JavaScript SDK, which is the canonical way to implement Facebook authentication.
The package asynctest is built on top of the standard unittest module and cuts down boilerplate code when testing libraries for asyncio.
This package provides Tweepy, an easy-to-use Python library for accessing the Twitter API.
Beautiful Soup is a Python library designed for rapidly setting up screen-scraping projects. It offers Pythonic idioms for navigating, searching, and modifying a parse tree, providing a toolkit for dissecting a document and extracting what you need. It automatically converts incoming documents to Unicode and outgoing documents to UTF-8.
Jinja2 is a small but fast and easy to use stand-alone template engine written in pure Python.
This package provides Tweepy, an easy-to-use Python library for accessing the Twitter API.
Python asyncio code is usually written in the form of coroutines, which makes it slightly more difficult to test using normal testing tools. pytest-asyncio provides useful fixtures and markers to make testing async code easier.
Click is a Python package for creating command line interfaces in a composable way with as little code as necessary. Its name stands for "Command Line Interface Creation Kit". It's highly configurable but comes with sensible defaults out of the box.
Arrow is a Python library to creating, manipulating, formatting and converting dates, times, and timestamps. It implements and updates the datetime type.
Oauthlib is a generic, spec-compliant, thorough implementation of the OAuth request-signing logic.
FastAPI provides a web API framework based on pydantic and starlette.
uvicorn is a fast ASGI server implementation, using uvloop and httptools. It currently supports HTTP/1.1 and WebSockets. Support for HTTP/2 is planned.
This module provides various memoizing collections and decorators, including variants of the Python standard library's lru_cache function decorator.