Metadata-Version: 2.1
Name: asyncprawcore-stubs
Version: 0.0.1
Summary: Python stubs for AsyncPRAWCore, a Low-level asynchronous communication layer for Async PRAW
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: aiohttp (>=3.9.3,<4.0.0)
Description-Content-Type: text/markdown

# asyncprawcore-stubs

Python stubs for [asyncprawcore](https://github.com/praw-dev/asyncprawcore), a Low-level asynchronous communication layer for Async PRAW.


## Installation

You can install `asyncprawcore-stubs` via pip:

```bash
pip install asyncprawcore-stubs
```

