Metadata-Version: 2.1
Name: yeswehack
Version: 0.6.1
Summary: YesWeHack API Wrapper
Home-page: https://yeswehack.com
Author: Jean Lou Hau
Author-email: jl.hau@yeswehack.com
License: UNKNOWN
Description: Draft sdk for yeswehack
        
        
        # Build Wheel from source
        
        ```
        python setup sdist bdist_wheel
        ```
        
        # Installation
        
        ## Developpeur
        
        ```
        python setup.py install
        ```
        
        ## From pip
        
        ```
        pip install yeswehack
        ```
        
        ## From wheel
        
        ```
        pip install path/to/yeswehack-wheel.whl
        ```
        
        
        # Getting starting with YesWeHack Python SDK
        
        
        ## API Module
        
        In this python module, we define object mapping to YesWeHack API Object.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
