- 授权协议: LGPL
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: https://pypi.python.org/pypi/pythonium
- 官方下载: https://pypi.python.org/pypi/pythonium
软件介绍
pythonium 是一个用 Python 编写的将 Python 3 代码转成 Javascript 代码的工具。100% 兼容 CPython 3
Usage:
pythonium [-h][-d][-r][-V][FILE ...] [-o FILE]|[-g]
Options:
-h --help show this -v --version show version -o --output FILE specify output file [default: stdout] -d --deep generate file dependencies. If --output is not provided, it will generate for each source file a coresponding .js file. -r --requirejs generate requirejs compatible module -V --veloce use veloce mode, Python syntax with JavaScript semantic -g --generate generate pythonium library
