Metadata-Version: 2.1
Name: oppe
Version: 0.0.1
Summary: A Python API Wrapper for Oppe
Home-page: https://github.com/kilobyteno/oppe.py
Author: Kilobyte AS
Author-email: daniel@kilobyte.no
License: MIT
Project-URL: Homepage, https://oppe.app
Project-URL: Documentation, https://oppe.app
Project-URL: Github, https://github.com/kilobyteno/oppe.py
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: setuptools ~=68.1.2
Requires-Dist: wheel ~=0.41.2
Requires-Dist: certifi ==2023.7.22
Requires-Dist: pytest ==7.4.1
Requires-Dist: python-dotenv ==1.0.0
Requires-Dist: requests ==2.31.0
Requires-Dist: tomli ==2.0.1
Requires-Dist: urllib3 ==2.0.4

# oppe-for-python
An API wrapper for [Oppe](https://oppe.app) written in Python.


## Installation

```bash
pip install oppe
```

## Usage
*to be added*
