Metadata-Version: 2.1
Name: disweb.py
Version: 1.0.0
Summary: A simple python wrapper for the disweb api.
Home-page: https://github.com/InvalidLenni/disweb.py
Author: InvalidLenni
License: MIT
Project-URL: Documentation, https://invalidlenni.gitbook.io/disweb.py/
Project-URL: Issue Tracker, https://github.com/InvalidLenni/disweb.py/issues/
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
License-File: LICENSE

# disweb.py
A simple python wrapper for the Disweb API!

## Installation

> Installation with PyPi.

Open your command prompt.
Type follow command in your command prompt:

```shell
pip install disweb.py
```


