Metadata-Version: |
2.3 |
Name: |
chess-com-api |
Version: |
1.1.0 |
Summary: |
An async Python wrapper for the Chess.com API |
Author-Email: |
Bryan Tran <bryan.tran.xyz[at]gmail.com> |
Project-Url: |
Homepage, https://github.com/Stupidoodle/chess-com-api |
Project-Url: |
Documentation, https://Stupidoodle.github.io/chess-com-api |
Project-Url: |
Repository, https://github.com/Stupidoodle/chess-com-api.git |
Project-Url: |
Bug Tracker, https://github.com/Stupidoodle/chess-com-api/issues |
Project-Url: |
Changelog, https://github.com/Stupidoodle/chess-com-api/blob/main/CHANGELOG.md |
License: |
MIT |
Classifier: |
Development Status :: 5 - Production/Stable |
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.8 |
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 :: Games/Entertainment :: Board Games |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Typing :: Typed |
Requires-Python: |
>=3.8 |
Requires-Dist: |
aiohttp (>=3.8.0) |
Requires-Dist: |
typing-extensions (>=4.0.0); python_version < "3.9" |
Requires-Dist: |
black (>=23.0.0); extra == "dev" |
Requires-Dist: |
isort (>=5.12.0); extra == "dev" |
Requires-Dist: |
mkdocs-material (>=9.0.0); extra == "dev" |
Requires-Dist: |
mkdocs (>=1.4.0); extra == "dev" |
Requires-Dist: |
mkdocstrings[python] (>=0.22.0); extra == "dev" |
Requires-Dist: |
mypy (>=1.0.0); extra == "dev" |
Requires-Dist: |
pytest-asyncio (>=0.21.0); extra == "dev" |
Requires-Dist: |
pytest-cov (>=4.0.0); extra == "dev" |
Requires-Dist: |
pytest-mock (>=3.10.0); extra == "dev" |
Requires-Dist: |
pytest (>=7.0.0); extra == "dev" |
Requires-Dist: |
ruff (>=0.1.0); extra == "dev" |
Requires-Dist: |
tox (>=4.0.0); extra == "dev" |
Provides-Extra: |
dev |
Description-Content-Type: |
text/markdown |