Python bindings for the SWC library. Currently support exporting the parsed result in JSON format.
Install with pip install pyswc
.
import pyswc
print(pyswc.parse("console.log('hello world');"))
pyswc is distributed under the terms of the Apache License (Version 2.0).
See LICENSE for details.