Metadata-Version: 2.1
Name: pss-pywaapi
Version: 1.0.1
Summary: Helper package for interfacing with Wwise using waapi.
Home-page: https://github.com/simongumbleton/pss_pywaapi
Author: Simon Gumbleton
Author-email: simongumbleton@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENCE

# pss_waapi

Helper package for interfacing with Wwise using waapi.

## Usage

Import the library... 
"import pss_pywaapi"

Connect to Wwise and get the connection info...
"result = pss_pywaapi.connect()"

Default port is 8080, Optionally pass in an alternative port for the connection ...
"result = pss_pywaapi.connect(8080)" 

## Documentation:
https://pss-pywaapi.readthedocs.io/



