https://github.com/thegamecracks/abattlemetrics
An asynchronous Python library for the BattleMetrics API.
https://github.com/thegamecracks/abattlemetrics
api-wrapper battlemetrics pypi python python-library wrapper
Last synced: about 1 month ago
JSON representation
An asynchronous Python library for the BattleMetrics API.
- Host: GitHub
- URL: https://github.com/thegamecracks/abattlemetrics
- Owner: thegamecracks
- License: mit
- Created: 2021-05-11T05:49:16.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-10-29T05:00:51.000Z (7 months ago)
- Last Synced: 2026-03-14T01:59:01.040Z (3 months ago)
- Topics: api-wrapper, battlemetrics, pypi, python, python-library, wrapper
- Language: Python
- Homepage: https://pypi.org/project/abattlemetrics/
- Size: 319 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# abattlemetrics
[](https://pypi.org/project/abattlemetrics/)
[](https://docs.astral.sh/uv/)
[](https://microsoft.github.io/pyright/#/)
[](https://docs.astral.sh/ruff/)
[](https://docs.astral.sh/ruff/)
An asyncio wrapper for the battlemetrics API.
## Installation
To install the latest release from PyPI (requires Python 3.8 or above):
```sh
pip install abattlemetrics
```
To install the development version from GitHub (requires Git):
```sh
pip install git+https://github.com/thegamecracks/abattlemetrics
```
## Notice
I am currently not maintaining this project as this wrapper has
been sufficient for my needs. Many endpoints have not been implemented,
but I will still accept PRs following the [contributing guide](CONTRIBUTING.md).
## License
This project uses the [MIT](LICENSE) license.