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.
Play and Record Sound with Python
Convert matplotlib figures into TikZ/PGFPlots
Native app used alongside the Pywalfox browser extension
An audio library based on libsndfile, CFFI and NumPy
Super simple wallpaper application for Wayland compositors implementing the layer-shell protocol.
We have made you a wrapper you can't refuse
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.
This module provides various memoizing collections and decorators, including variants of the Python standard library's lru_cache function decorator.
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.
This package provides markdownify a Python library to convert HTML to Markdown.
Oauthlib is a generic, spec-compliant, thorough implementation of the OAuth request-signing logic.
Requests is a Python HTTP client library. It aims to be easier to use than Python’s urllib2 library.
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.
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.
The package asynctest is built on top of the standard unittest module and cuts down boilerplate code when testing libraries for asyncio.
Starlette is a lightweight ASGI (Asynchronous Server Gateway Interface) framework/toolkit for building async web services in 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.
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.
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.
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.
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.