Metadata-Version: 2.4
Name: banguard-api
Version: 0.1.4
Summary: Python API wrapper for BanGuard API
Home-page: https://github.com/zyrafaq/BanGuard-API/
Author: Zyrafaq
Author-email: contact@zyrafaq.com
License: GPL-3.0
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.25.1
Requires-Dist: pydantic>=1.8.2
Requires-Dist: aiohttp>=3.11.2
Requires-Dist: typer>=0.4.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# [BanGuard](https://banguard.uk) API

BanGuard API python wrapper

Based on this [API documentation](https://banguard.uk/api-docs)

## Installation

Install the `banguard-api` package using pip:

### Windows

```bash
python -m pip install banguard-api
```

### Linux / Mac OS

```bash
pip3 install banguard-api
```
