Metadata-Version: 2.1
Name: wayforpay
Version: 1.0.0
Summary: WayForPay API wrapper for Python
Home-page: https://github.com/edicasoft/wayforpay
Author: Serhii Zahranychnyi
Author-email: serhii.z@edicasoft.com
License: UNKNOWN
Description: # wayfropay - WayForPay API wrapper for Python
        
        ![GitHub-issues](https://img.shields.io/github/issues/edicasoft/wayforpay)
        
        Python client for [WayForPay API](https://wiki.wayforpay.com/display/WADU/Wayforpay+Api+documentations+UA)
        
        * [Installation](#Installation)
        * [Usage](#usage)
        * [License](#license)
        
        ## Installation
        
        ```bash
        pip install wayforpay
        ```
        
        or add to to your requirements.txt `monobank-api` and run
        
        ```bash
        pip install -r requirements.txt
        ```
        
        ## Usage
        
        TBD
        
        ## License
        
        The MIT License (MIT). Please see [License](LICENSE) for more information.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
