{"id":28194306,"url":"https://github.com/humansinput/tclconv","last_synced_at":"2026-01-23T06:44:44.855Z","repository":{"id":128773805,"uuid":"250573756","full_name":"humansinput/tclconv","owner":"humansinput","description":"Create Python/Ruby bindings from Tcl code pretty easily!","archived":false,"fork":false,"pushed_at":"2019-09-27T18:17:04.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-16T13:11:51.827Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/humansinput.png","metadata":{"files":{"readme":"README.asciidoc","changelog":null,"contributing":null,"funding":null,"license":null,"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-03-27T15:39:30.000Z","updated_at":"2020-04-03T20:25:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"ca49a967-a99a-4310-b6d5-11a684f6e801","html_url":"https://github.com/humansinput/tclconv","commit_stats":null,"previous_names":["humansinput/tclconv"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/humansinput/tclconv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humansinput%2Ftclconv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humansinput%2Ftclconv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humansinput%2Ftclconv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humansinput%2Ftclconv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/humansinput","download_url":"https://codeload.github.com/humansinput/tclconv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humansinput%2Ftclconv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28682260,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T05:48:07.525Z","status":"ssl_error","status_checked_at":"2026-01-23T05:48:07.129Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2025-05-16T13:11:52.130Z","updated_at":"2026-01-23T06:44:44.842Z","avatar_url":"https://github.com/humansinput.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"== TclConv\nAutomatically creates Python/Ruby bindings to Tcl code.\n\n=== Example\nSuppose you have ``hello.tcl``:\n\n[source,tcl]\n----\nproc greet {name} {\n\treturn \"Hello there, $name!\"\n}\n----\n\nWhen you run:\n\n[source,bash]\n----\ntclsh tclconv.tcl python hello.tcl \u003e hello_bindings.py\n----\n\nYou will get compatible Python bindings for ``hello.tcl``. There will be a function called ``greet`` which will take one argument and will return a string.\n\nThe resulting functions can be used just like any normal Python functions:\n\n[source,python]\n----\nprint(greet('Tim'))\n----\n\n_Don't forget to include hello_bindings.py first_\n\nOutput:\n[source]\n----\nHello there, Tim!\n----\n\nSame goes for Ruby:\n\n[source,bash]\n----\ntclsh tclconv.tcl ruby hello.tcl \u003e hello_bindings.rb\ncat \u003e\u003ehellothere.rb\u003c\u003cEOF\nrequire_relative 'hello_bindings'\n\nputs greet('Tim')\nEOF\nruby hellothere.rb\n----\n\nOutput:\n\n[source]\n----\nHello there, Tim!\n----\n\n=== Limitations\n- Default values (optional arguments) ARE NOT SUPPORTED\n- Currently all functions return strings\n- Tcl dicts are not supported\n- The source implementation in Tcl must be shipped with the bindings, ``tclsh`` must also be present on the user's computer\n\n=== License\nAs always, MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhumansinput%2Ftclconv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhumansinput%2Ftclconv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhumansinput%2Ftclconv/lists"}