/pyswc

Primary LanguageRustApache License 2.0Apache-2.0

pyswc

Python bindings for the SWC library. Currently support exporting the parsed result in JSON format.

Usage

Install with pip install pyswc.

import pyswc
print(pyswc.parse("console.log('hello world');"))

License

pyswc is distributed under the terms of the Apache License (Version 2.0).

See LICENSE for details.