{"id":15873767,"url":"https://github.com/bfontaine/clython","last_synced_at":"2026-04-26T12:32:48.089Z","repository":{"id":62431652,"uuid":"177290377","full_name":"bfontaine/clython","owner":"bfontaine","description":"Call Python from Clojure","archived":false,"fork":false,"pushed_at":"2019-03-23T17:44:11.000Z","size":13,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-06T19:41:54.492Z","etag":null,"topics":["clojure","jython","python"],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bfontaine.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-23T13:10:13.000Z","updated_at":"2020-03-10T11:04:40.000Z","dependencies_parsed_at":"2022-11-01T20:46:54.574Z","dependency_job_id":null,"html_url":"https://github.com/bfontaine/clython","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bfontaine/clython","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfontaine%2Fclython","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfontaine%2Fclython/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfontaine%2Fclython/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfontaine%2Fclython/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bfontaine","download_url":"https://codeload.github.com/bfontaine/clython/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfontaine%2Fclython/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32297895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T09:34:17.070Z","status":"ssl_error","status_checked_at":"2026-04-26T09:34:00.993Z","response_time":129,"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":["clojure","jython","python"],"created_at":"2024-10-06T01:06:20.232Z","updated_at":"2026-04-26T12:32:48.074Z","avatar_url":"https://github.com/bfontaine.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Clython\n\n**Clython** is Clojure wrapper around [Jython][], aka Python on the JVM.\n\nThis is very Alpha, don’t use it in production.\n\n[Jython]: https://www.jython.org/\n\n## Usage\n\n```clojure\n[clython \"0.0.1\"]\n```\n\n```clojure\n(ns my.ns\n  (:require [clython.core :as cly]))\n\n(def re-findall (cly/python-import \"re\" \"findall\"))\n\n(re-findall \"\\\\w+\" \"hello from clojure\")\n; =\u003e (\"hello\" \"from\" \"clojure\")\n\n;; equivalent of `$ python -m SimpleHTTPServer 8000`\n(def http-server (cly/python-import \"SimpleHTTPServer\" \"test\"))\n(http-server)\n; =\u003e Serving HTTP on 0.0.0.0 port 8000 ...\n\n(cly/python-import \"sys\" \"version\")\n; =\u003e \"2.7.1 (default:0df7adb1b397, Jun 30 2017, 19:02:43) \\n[Java HotSpot(TM) 64-Bit Server VM (Oracle Corporation)]\"\n```\n\n## License\n\nCopyright © 2019 Baptiste Fontaine\n\nThis program and the accompanying materials are made available under the terms\nof the Eclipse Public License 2.0 which is available at\nhttp://www.eclipse.org/legal/epl-2.0.\n\nThis Source Code may also be made available under the following Secondary\nLicenses when the conditions for such availability set forth in the Eclipse\nPublic License, v. 2.0 are satisfied: GNU General Public License as published\nby the Free Software Foundation, either version 2 of the License, or (at your\noption) any later version, with the GNU Classpath Exception which is available\nat https://www.gnu.org/software/classpath/license.html.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbfontaine%2Fclython","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbfontaine%2Fclython","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbfontaine%2Fclython/lists"}