Metadata-Version: 2.1
Name: asyncpraw-stubs
Version: 0.0.3
Summary: Python stubs for AsyncPRAW, a python package that allows for simple access to Reddit's API asynchronously.
License: MIT
Author: Yoshikage Kira
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: asyncpraw (>=7.7.1,<8.0.0)
Requires-Dist: asyncprawcore (>=2.4.0,<3.0.0)
Requires-Dist: asyncprawcore-stubs (>=0.0.1,<0.0.2)
Requires-Dist: typing-extensions (>=4.10.0,<5.0.0)
Description-Content-Type: text/markdown

# 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
```


