{"id":15689612,"url":"https://github.com/alploskov/kithon","last_synced_at":"2025-04-11T07:50:17.413Z","repository":{"id":39947762,"uuid":"289355953","full_name":"alploskov/kithon","owner":"alploskov","description":"Python to any languages transpiler","archived":false,"fork":false,"pushed_at":"2024-05-04T22:40:38.000Z","size":2722,"stargazers_count":48,"open_issues_count":2,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-25T05:34:08.875Z","etag":null,"topics":["compiler","go","golang","javascript","js","lua","python","transpiler"],"latest_commit_sha":null,"homepage":"https://alploskov.github.io/kithon-site/demo/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alploskov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-21T20:09:12.000Z","updated_at":"2024-10-19T08:33:03.000Z","dependencies_parsed_at":"2024-01-15T10:06:21.060Z","dependency_job_id":"5155c90d-f114-4055-8627-2b0e802912dc","html_url":"https://github.com/alploskov/kithon","commit_stats":{"total_commits":196,"total_committers":4,"mean_commits":49.0,"dds":0.09693877551020413,"last_synced_commit":"f9b58aed4cd5a5d9eaeeb38f0c2bd0e9ecc9e8db"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alploskov%2Fkithon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alploskov%2Fkithon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alploskov%2Fkithon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alploskov%2Fkithon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alploskov","download_url":"https://codeload.github.com/alploskov/kithon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248190500,"owners_count":21062282,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["compiler","go","golang","javascript","js","lua","python","transpiler"],"created_at":"2024-10-03T18:03:32.171Z","updated_at":"2025-04-11T07:50:17.390Z","avatar_url":"https://github.com/alploskov.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/alploskov/kithon/blob/master/LICENSE.txt) \u003ca href=\"https://pypi.org/project/kithon\" target=\"_blank\"\u003e \u003cimg src=\"https://img.shields.io/pypi/v/kithon?color=%2334D058\u0026label=pypi%20package\" alt=\"Package version\"\u003e\u003c/a\u003e ![lines of code](https://tokei.rs/b1/github/alploskov/kithon) [![Downloads](https://static.pepy.tech/badge/kithon)](https://pepy.tech/project/kithon)\n\n**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\n\n**[Try out the web demo](https://alploskov.github.io/kithon-site/demo/)**\n\nQuick start\n------------\nFirst, you install it:\n\n```text\n$ pip install kithon\n```\n\nThen, you translate your code to target language, in this example JavaSctipt\n\n```text\n$ kithon gen --to js hello_world.py\n```\n\nOr translate and run resulting code\n\n```text\n$ kithon run --to go hello_world.py\n```\nIt should be clear what to do. If not, ask us in our [Telegram chat](https://t.me/kithon).\n\nHow to Contribute\n-----------------\n\nFollow these steps:\n\ninstall `python\u003e=3.9`, `poetry`\n\n```\npoetry install -E all --with docs --with test\n```\n\n```\npytest\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falploskov%2Fkithon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falploskov%2Fkithon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falploskov%2Fkithon/lists"}