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.
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.
An audio library based on libsndfile, CFFI and NumPy
Native app used alongside the Pywalfox browser extension
Play and Record Sound with Python
Convert matplotlib figures into TikZ/PGFPlots
Super simple wallpaper application for Wayland compositors implementing the layer-shell protocol.
Advanced Python Scheduler (APScheduler) is a Python library that lets you schedule your Python code to be executed later, either just once or periodically.
You can add new jobs or remove old ones on the fly as you please. If you store your jobs in a database, they will also survive scheduler restarts and maintain their state. When the scheduler is restarted, it will then run all the jobs it should have run while it was offline.
The package asynctest is built on top of the standard unittest module and cuts down boilerplate code when testing libraries for asyncio.
Jinja2 is a small but fast and easy to use stand-alone template engine written in pure Python.
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.
Requests is a Python HTTP client library. It aims to be easier to use than Python’s urllib2 library.
FastAPI provides a web API framework based on pydantic and starlette.
This package provides Tweepy, an easy-to-use Python library for accessing the Twitter API.
We have made you a wrapper you can't refuse
This package provides markdownify a Python library to convert HTML to Markdown.
fastapi-pagination is a Python library designed to simplify pagination in FastAPI applications. It provides a set of utility functions and data models to help you paginate your database queries and return paginated responses to your clients.
This package provides Tweepy, an easy-to-use Python library for accessing the Twitter API.
Arrow is a Python library to creating, manipulating, formatting and converting dates, times, and timestamps. It implements and updates the datetime type.
Starlette is a lightweight ASGI (Asynchronous Server Gateway Interface) framework/toolkit for building async web services in Python.
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.
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.