Metadata-Version: 2.1
Name: py-raider-admin
Version: 1.0.1
Summary: Raider admin interface for Python
Home-page: https://github.com/M0r13n/py-raider-admin
Author: Leon Morten Richter
Author-email: leon.morten@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: mysql-connector-python

# py-raider-reporter


#### Raider Admin Interface for Python. Simply manage payouts from Python. Used in pair with [Raider](https://github.com/valeriansaliou/raider), the Affiliates Tracker Page.


## Who uses it?

<table>
<tr>
<td align="center"><a href="https://smartphoniker.shop/"><img src="https://smartphoniker.shop/static/images/smartphoniker-logo.svg" height="64" /></a></td>
</tr>
<tr>
<td align="center">Smartphoniker</td>
</tr>
</table>



# How to install
You need to expose your raider database in order to use this lib. It is recommended that you create a special remote user for that purpose.

Install with pip:

```sh
$ pip install py-raider-admin
```


# How to use
`raider-admin` can be instantiated as such:

```py
TODO
```


# What is Raider?
ℹ️ **Wondering what Raider is?** Check out **[valeriansaliou/raider](https://github.com/valeriansaliou/raider)**.

