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.
xss-lock listens to X signals to fire up a user-defined screensaver. In effect this automatically locks the screen when closing a laptop lid or after a period of user inactivity (as set with xset s TIMEOUT). The notifier command, if specified, is executed first. Additionally, xss-lock uses the inhibition logic to lock the screen before the system goes to sleep.
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.
Play and Record Sound with Python
Native app used alongside the Pywalfox browser extension
An audio library based on libsndfile, CFFI and NumPy
Convert matplotlib figures into TikZ/PGFPlots
Super simple wallpaper application for Wayland compositors implementing the layer-shell protocol.
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.
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.
Starlette is a lightweight ASGI (Asynchronous Server Gateway Interface) framework/toolkit for building async web services in Python.
Jinja2 is a small but fast and easy to use stand-alone template engine written in pure Python.
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.
Arrow is a Python library to creating, manipulating, formatting and converting dates, times, and timestamps. It implements and updates the datetime type.
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.
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.
This package provides Tweepy, an easy-to-use Python library for accessing the Twitter API.
Requests is a Python HTTP client library. It aims to be easier to use than Python’s urllib2 library.
Oauthlib is a generic, spec-compliant, thorough implementation of the OAuth request-signing logic.