Metadata-Version: 2.1
Name: qpost
Version: 0.0.1a1
Summary: A basic qpost API wrapper
Home-page: https://github.com/medjedqt/qpost
Author: medjed
Author-email: imoshugi01@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# qpy

A basic python wrapper for [qpost](https://qpostapp.com)

## Example

```py
from qpy import Qpost

bot = Qpost("TOKEN")
bot.post_status("Sent from Samsung Smart Fridge")
```


