Metadata-Version: 2.1
Name: csg_pywaapi
Version: 1.1.9
Summary: Helper package for interfacing with Wwise using waapi.
Home-page: https://github.com/simongumbleton/csg_pywaapi
Author: Simon Gumbleton
Author-email: simongumbleton@gmail.com
License: MIT
Description: # csg_waapi
        
        Helper package for interfacing with Wwise using waapi.
        
        ## Usage
        
        Import the library... 
        "import csg_pywaapi"
        
        Connect to Wwise and get the connection info...
        "result = csg_pywaapi.connect()"
        
        Default port is 8095, Optionally pass in an alternative port for the connection ...
        "result = csg_pywaapi.connect(8080)" 
        
        ## Documentation:
        https://csg-pywaapi.readthedocs.io/
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
