Metadata-Version: 2.1
Name: toolkit-w
Version: 0.0.162
Summary: Python client for Whathif API
Home-page: UNKNOWN
Author: Whatify
License: UNKNOWN
Description: # Whatify_Toolkit
        Welcome to Whatify Toolkit
        
        ## Installation:
        
        `pip3 install toolkit_w`
        `pip3 install pytest==5.4.2`
        `pip3 install allure-pytest==2.8.14`
        `pip3 install s3fs==0.4.2`
        `pip3 install boto3==1.10.39`
        
        ## Usage:
        
        ```
        import toolkit_w as my_tool
        
        myWhatify = my_tool.MyWhatify()
        
        myWhatify.login(USER, PASSWORD)
        
        ```
        
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
