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.
Sioyek is a PDF viewer with a focus on technical books and research papers.
Native app used alongside the Pywalfox browser extension
Play and Record Sound with Python
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.
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.
Oauthlib is a generic, spec-compliant, thorough implementation of the OAuth request-signing logic.
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.
Jinja2 is a small but fast and easy to use stand-alone template engine written in pure Python.
Arrow is a Python library to creating, manipulating, formatting and converting dates, times, and timestamps. It implements and updates the datetime type.
This package provides Tweepy, an easy-to-use Python library for accessing the Twitter API.
This package provides markdownify a Python library to convert HTML to Markdown.
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.
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.
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.
We have made you a wrapper you can't refuse
FastAPI provides a web API framework based on pydantic and starlette.
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.
Starlette is a lightweight ASGI (Asynchronous Server Gateway Interface) framework/toolkit for building async web services in Python.
Requests is a Python HTTP client library. It aims to be easier to use than Python’s urllib2 library.