diff options
| author | Fuwn <[email protected]> | 2022-03-23 01:21:26 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-23 01:21:26 -0700 |
| commit | ed05fdf034bf57c4e70e2c48c950c219aca69642 (patch) | |
| tree | d26ce225e5b68bfe364d42f152fa13f011b0399a /README.md | |
| parent | feat: 0.1.0 :star: (diff) | |
| download | sen-py-main.tar.xz sen-py-main.zip | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..98044e8 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# 🐍 `sen-py` + +[](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) |