Metadata-Version: 2.1
Name: chesster
Version: 0.4
Summary: Chesster is a Chess.com wrapper for Python.
Home-page: https://github.com/RafaRpso/Chesster
Author: Rafael Raposo
Author-email: rafaelalvesraposo@hotmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp
Requires-Dist: requests
Requires-Dist: urllib3
Requires-Dist: asyncio

# Chesster, a chess.com API Wrapper

![Chess.com Logo](https://images.chesscomfiles.com/uploads/v1/blog/637453.6a1c6327.668x375o.f644b102d0b0.png)

## Overview

Chesster API Wrapper is a Python library that simplifies interactions with the Chess.com API. With this wrapper, you can easily access detailed data on players, matches, clubs, tournaments, and more using a user-friendly interface.

## Installation
To install the library, you can use pip:

```bash
pip install chesster
```

## Contributing

Contributions are welcome! Feel free to open issues or submit pull requests on the [GitHub repository](https://github.com/RafaRpso/Chesster).

## License

This project is licensed under the [GNU License](https://www.gnu.org/licenses/gpl-3.0.en.html).


