transpiler python into other languages
Project description
Kithon is universal python transpiler for speedup python programs and use python in other platform, such as browser or game engines, it focused on generating human readable code and integration with tools of target languages including cli and libraries
Quick start
First, you install it:
$ pip install kithon[all]
Then, you translate your code to target language, in this example JavaSctipt
$ kithon gen --to js hello_world.py
Or translate and run resulting code
$ kithon run --to go hello_world.py
It should be clear what to do. If not, ask us in our Telegram chat.
How to Contribute
Follow these steps:
install python>=3.9
, poetry
poetry install -E all --with docs --with test
pytest
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
kithon-0.6.0.post1.tar.gz
(25.7 kB
view hashes)
Built Distribution
Close
Hashes for kithon-0.6.0.post1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a193c486d48116d79d9b6a8d0e104242465b6d4bbaf0a1aedb45fb8eaa300b9 |
|
MD5 | fc483bf67c9e3ebe8ebefa068b5525f1 |
|
BLAKE2b-256 | 2eda61591c58fb650d3cdcf839fd74a7af0bb297b7d42c3d7d9af40770d927e6 |