{"id":23642446,"url":"https://github.com/sogaiu/janet-punyishcode","last_synced_at":"2026-01-26T00:07:34.378Z","repository":{"id":208829994,"uuid":"722540729","full_name":"sogaiu/janet-punyishcode","owner":"sogaiu","description":"Punycode decoding / encoding in Janet","archived":false,"fork":false,"pushed_at":"2025-04-28T08:08:09.000Z","size":122,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-19T14:04:43.485Z","etag":null,"topics":["idna","janet","punycode","unicode"],"latest_commit_sha":null,"homepage":"","language":"Janet","has_issues":true,"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/sogaiu.png","metadata":{"files":{"readme":"README.md","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,"zenodo":null}},"created_at":"2023-11-23T11:19:34.000Z","updated_at":"2025-04-28T08:08:18.000Z","dependencies_parsed_at":"2025-04-27T12:34:41.722Z","dependency_job_id":"945f7749-e2cb-4ce2-af5a-4e7e3003b34c","html_url":"https://github.com/sogaiu/janet-punyishcode","commit_stats":null,"previous_names":["sogaiu/janet-punyishcode"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sogaiu/janet-punyishcode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sogaiu%2Fjanet-punyishcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sogaiu%2Fjanet-punyishcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sogaiu%2Fjanet-punyishcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sogaiu%2Fjanet-punyishcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sogaiu","download_url":"https://codeload.github.com/sogaiu/janet-punyishcode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sogaiu%2Fjanet-punyishcode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28761916,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T23:06:19.311Z","status":"ssl_error","status_checked_at":"2026-01-25T23:03:50.555Z","response_time":113,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["idna","janet","punycode","unicode"],"created_at":"2024-12-28T10:51:02.674Z","updated_at":"2026-01-26T00:07:34.353Z","avatar_url":"https://github.com/sogaiu.png","language":"Janet","funding_links":[],"categories":[],"sub_categories":[],"readme":"# punyishcode\n\n[Punycode](https://en.wikipedia.org/wiki/Punycode) decoding / encoding in Janet.\n\n# Usage\n\n```janet\n(import punyishcode :as p)\n\n(p/decode \"de-jg4avhby1noc0d\")\n# =\u003e\n@\"パフィーdeルンバ\"\n\n(p/encode \"München-Ost\")\n# =\u003e\n@\"Mnchen-Ost-9db\"\n```\n\nNote: In the example above, the return value for `(p/decode ...)` may\nshow up as:\n\n```\n@\"\\xE3\\x83\\x91\\xE3\\x83\\x95\\xE3\\x82\\xA3\\xE3\\x83\\xBCde\\xE3\\x83\\xAB\\xE3\\x83\\xB3\\xE3\\x83\\x90\"\n```\n\nBy doing `(print _)` after evaluating a `p/decode` form, one is more\nlikely to see the result in a readable fashion.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsogaiu%2Fjanet-punyishcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsogaiu%2Fjanet-punyishcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsogaiu%2Fjanet-punyishcode/lists"}