Metadata-Version: 2.1
Name: qpost
Version: 0.0.1a2
Summary: A basic qpost API wrapper
Home-page: https://github.com/medjedqt/qpost
Author: medjed
Author-email: imoshugi01@gmail.com
License: UNKNOWN
Description: # qpy
        
        ![Upload Python Package](https://github.com/medjedqt/qpost/workflows/Upload%20Python%20Package/badge.svg)
        
        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")
        ```
        
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
