Metadata-Version: |
2.1 |
Name: |
asyncprawcore |
Version: |
2.4.0 |
Summary: |
Low-level asynchronous communication layer for Async PRAW 7+. |
Author-Email: |
Joel Payne <lilspazjoekp[at]gmail.com> |
Maintainer-Email: |
Joel Payne <lilspazjoekp[at]gmail.com> |
Project-Url: |
Issue Tracker, https://github.com/praw-dev/asyncprawcore/issues |
Project-Url: |
Source Code, https://github.com/praw-dev/asyncprawcore |
Keywords: |
praw,reddit,api,async,asynchronous,asyncpraw |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: BSD License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Natural Language :: English |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Requires-Python: |
~=3.8 |
Requires-Dist: |
aiohttp (<4) |
Requires-Dist: |
yarl |
Requires-Dist: |
coveralls; extra == "ci" |
Requires-Dist: |
packaging; extra == "dev" |
Requires-Dist: |
asyncprawcore[lint]; extra == "dev" |
Requires-Dist: |
asyncprawcore[test]; extra == "dev" |
Requires-Dist: |
pre-commit; extra == "lint" |
Requires-Dist: |
ruff (==0.1.*); extra == "lint" |
Requires-Dist: |
mock (==4.*); extra == "test" |
Requires-Dist: |
pytest (==7.*); extra == "test" |
Requires-Dist: |
pytest-asyncio (==0.18.*); extra == "test" |
Requires-Dist: |
pytest-vcr (==1.*); extra == "test" |
Requires-Dist: |
urllib3 (==1.*); extra == "test" |
Requires-Dist: |
vcrpy (==4.2.1); extra == "test" |
Provides-Extra: |
ci |
Provides-Extra: |
dev |
Provides-Extra: |
lint |
Provides-Extra: |
test |
Description-Content-Type: |
text/x-rst |