Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isfakeaccount/asyncpraw-stubs
Python stubs for AsyncPRAW, a python package that allows for simple access to Reddit's API asynchronously.
https://github.com/isfakeaccount/asyncpraw-stubs
Last synced: 3 days ago
JSON representation
Python stubs for AsyncPRAW, a python package that allows for simple access to Reddit's API asynchronously.
- Host: GitHub
- URL: https://github.com/isfakeaccount/asyncpraw-stubs
- Owner: isFakeAccount
- License: mit
- Created: 2024-03-31T22:38:26.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-06-24T04:27:32.000Z (5 months ago)
- Last Synced: 2024-11-02T01:46:19.944Z (12 days ago)
- Language: Python
- Size: 157 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# asyncpraw-stubs
[![PyPI version](https://badge.fury.io/py/asyncpraw-stubs.svg)](https://badge.fury.io/py/asyncpraw-stubs)
[![python-logo](https://img.shields.io/badge/python-3.9_|_3.10_|_3.11_|_3.12-blue.svg)](https://www.python.org/)
[![Downloads](https://static.pepy.tech/badge/asyncpraw-stubs)](https://pepy.tech/project/asyncpraw-stubs)
[![Checked with pyright](https://microsoft.github.io/pyright/img/pyright_badge.svg)](https://microsoft.github.io/pyright/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![Static Analysis](https://github.com/isFakeAccount/asyncpraw-stubs/actions/workflows/static_analysis.yaml/badge.svg?branch=master)](https://github.com/isFakeAccount/asyncpraw-stubs/actions/workflows/static_analysis.yaml)Python stubs for [asyncpraw](https://github.com/praw-dev/asyncpraw), a python package that allows for simple access to Reddit's API asynchronously.
## Installation
You can install `asyncpraw-stubs` via pip:
```bash
pip install asyncpraw-stubs
```