Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-12T01:37:32.000Z (about 2 years ago)
- Last Synced: 2024-04-29T10:22:52.385Z (8 months ago)
- Topics: api-wrapper, battlemetrics, pypi, python, python-library, wrapper
- Language: Python
- Homepage: https://pypi.org/project/abattlemetrics/
- Size: 59.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# abattlemetrics
[![PyPI](https://img.shields.io/pypi/v/abattlemetrics?label=View%20on%20pypi&style=flat-square)](https://pypi.org/project/abattlemetrics/)
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.