Metadata-Version: 2.1
Name: toolkit_w
Version: 0.0.7
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`
        `pip3 install allure-pytest`
        `pip3 install s3fs`
        `pip3 install toolkit_w`
        
        ## Usage:
        
        ```
        import toolkit_w as my_tool
        
        myWhatify = my_tool.MyWhatify()
        
        myWhatify.authenticate(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
