{"id":17655219,"url":"https://github.com/valerauko/sirius","last_synced_at":"2025-07-11T09:35:55.451Z","repository":{"id":62433818,"uuid":"274967083","full_name":"valerauko/sirius","owner":"valerauko","description":"Tiny library to find the name of Unicode characters","archived":false,"fork":false,"pushed_at":"2020-07-01T08:41:29.000Z","size":293,"stargazers_count":12,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-10T14:47:07.884Z","etag":null,"topics":["clojure","emoji","hacktoberfest","unicode"],"latest_commit_sha":null,"homepage":"","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/valerauko.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2020-06-25T16:42:06.000Z","updated_at":"2022-07-06T09:17:16.000Z","dependencies_parsed_at":"2022-11-01T21:02:00.463Z","dependency_job_id":null,"html_url":"https://github.com/valerauko/sirius","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/valerauko/sirius","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valerauko%2Fsirius","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valerauko%2Fsirius/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valerauko%2Fsirius/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valerauko%2Fsirius/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/valerauko","download_url":"https://codeload.github.com/valerauko/sirius/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valerauko%2Fsirius/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264632508,"owners_count":23641209,"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":["clojure","emoji","hacktoberfest","unicode"],"created_at":"2024-10-23T12:42:30.402Z","updated_at":"2025-07-11T09:35:55.398Z","avatar_url":"https://github.com/valerauko.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sirius\n\n[Why so serious?](https://www.youtube.com/watch?v=F_5dP_83O7o) 🤪 Emoji are all over the place, but they [can be a burden for accessibility](https://www.ashleysheridan.co.uk/blog/Emoji+and+Accessibility#making_accessible_to_assistive_tech). Look at that tiny yellow face and figure out if it's crying in joy or horror...\n\nThings would be easier if all the emoji had nice `aria-label` attributes that showed up on hover, right? While Sirius won't generate HTML for you, it will give you the Unicode name of any character you give it.\n\n## Installation\n\n[![Clojars Project](https://img.shields.io/clojars/v/net.valerauko/sirius.svg)](https://clojars.org/net.valerauko/sirius)\n\n```\n[net.valerauko/sirius \"1.1.0\"]\n```\n\n```\nnet.valerauko/sirius {:mvn/version \"1.1.0\"}\n```\n\n## Usage\n\nAsk it about a single character you have at hand. It can be a Character like `\\a`, a single-character string (`\"a\"`), even numeric or byte representations of letters.\n\n```\n=\u003e (name-of \"♎\")\n\"LIBRA\"\n\n=\u003e (name-of \\☕)\n\"HOT BEVERAGE\"\n```\n\nAs you can see, the names are the raw, all-caps name from the [Unicode database](http://www.unicode.org/Public/UNIDATA/UnicodeData.txt). If you need it in any other shape (and you probably will), please convert it yourself.\n\n## License\n\nCopyright © 2020 @valerauko\n\nThis program and the accompanying materials are made available under the\nterms of 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 by\nthe 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\nAlso see the [license of the Unicode \"DATA FILES\"](https://www.unicode.org/license.html).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalerauko%2Fsirius","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvalerauko%2Fsirius","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalerauko%2Fsirius/lists"}