aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 98044e8288270016d9c1d3ed4a59f55c8c959322 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 🐍 `sen-py`

[![PyPI version](https://badge.fury.io/py/senpy-club.svg)](https://badge.fury.io/py/senpy-club)

The Senpy Club API Wrapper for Python

## Usage

```shell
poetry add senpy-club  # Poetry
pip install senpy-club # PIP
```

## Examples

Examples can be found within the [`examples/`](./examples) directory.

## License

[GNU General Public License v3.0](https://github.com/senpy-club/sen-py/blob/main/LICENSE)