Metadata-Version: 2.1
Name: qpost
Version: 1.0.0
Summary: A basic qpost API wrapper
Home-page: https://github.com/medjedqt/qpost
Author: medjed
Author-email: imoshugi01@gmail.com
License: UNKNOWN
Description: # qpy
        
        ![pypibuild](https://github.com/medjedqt/qpost/workflows/Upload%20Python%20Package/badge.svg)
        
        A basic python wrapper for [qpost](https://qpostapp.com)
        
        ## Installing
        
        ### Python 3.5 or higher is recommended
        
        ```bash
        # Linux/macOS
        python3 -m install pip install -U qpost
        
        # Windows
        py -3 -m pip install -U qpost
        ```
        
        ## Example
        
        ```py
        from qpy import Qpost
        
        bot = Qpost("TOKEN")
        bot.post_status("Sent from Samsung Smart Fridge")
        ```
        
        ## Documentations (WIP)
        
        - [Read The Docs](https://qpost.rtfd.io)
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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
