Skip to main content

transpiler python into other languages

Project description

GitHub license Package version lines of code

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

Try out the web demo

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


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)

Uploaded Source

Built Distribution

kithon-0.6.0.post1-py3-none-any.whl (36.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page