{"id":19331112,"url":"https://github.com/zergon321/translit-mod","last_synced_at":"2025-06-17T00:33:44.787Z","repository":{"id":57566264,"uuid":"339715258","full_name":"zergon321/translit-mod","owner":"zergon321","description":null,"archived":false,"fork":false,"pushed_at":"2021-02-17T12:25:47.000Z","size":46,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T07:13:54.281Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zergon321.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":"SECURITY.md","support":null}},"created_at":"2021-02-17T12:22:10.000Z","updated_at":"2021-02-17T12:25:54.000Z","dependencies_parsed_at":"2022-08-27T19:01:34.465Z","dependency_job_id":null,"html_url":"https://github.com/zergon321/translit-mod","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zergon321/translit-mod","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zergon321%2Ftranslit-mod","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zergon321%2Ftranslit-mod/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zergon321%2Ftranslit-mod/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zergon321%2Ftranslit-mod/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zergon321","download_url":"https://codeload.github.com/zergon321/translit-mod/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zergon321%2Ftranslit-mod/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260268562,"owners_count":22983599,"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":[],"created_at":"2024-11-10T02:39:06.420Z","updated_at":"2025-06-17T00:33:44.724Z","avatar_url":"https://github.com/zergon321.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003ca href=\"#readme\"\u003e\u003cimg src=\"https://gh.kaos.st/go-translit.svg\"/\u003e\u003c/a\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://pkg.re/essentialkaos/translit.v2?docs\"\u003e\u003cimg src=\"https://gh.kaos.st/godoc.svg\" alt=\"PkgGoDev\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/essentialkaos/translit/actions\"\u003e\u003cimg src=\"https://github.com/essentialkaos/translit/workflows/CI/badge.svg\" alt=\"GitHub Actions Status\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/essentialkaos/translit/actions?query=workflow%3ACodeQL\"\u003e\u003cimg src=\"https://github.com/essentialkaos/translit/workflows/CodeQL/badge.svg\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://goreportcard.com/report/github.com/essentialkaos/translit\"\u003e\u003cimg src=\"https://goreportcard.com/badge/github.com/essentialkaos/translit\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://codebeat.co/projects/github-com-essentialkaos-translit-master\"\u003e\u003cimg alt=\"codebeat badge\" src=\"https://codebeat.co/badges/15851ebb-6715-44b9-be66-0d13dee8b1ee\" /\u003e\u003c/a\u003e\n  \u003ca href='https://coveralls.io/github/essentialkaos/translit?branch=master'\u003e\u003cimg src='https://coveralls.io/repos/github/essentialkaos/translit/badge.svg?branch=master' alt='Coverage Status' /\u003e\u003c/a\u003e\n  \u003ca href=\"#license\"\u003e\u003cimg src=\"https://gh.kaos.st/apache2.svg\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e • \u003ca href=\"#build-status\"\u003eBuild Status\u003c/a\u003e • \u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\u003c/p\u003e\n\n\u003cbr/\u003e\n\n`translit` is a Go package for Russian text transliteration.\n\nSupported output formats:\n\n* Scientific\n* ISO 9:1995/A ГОСТ 7.79-2000/A\n* ISO 9:1995/B ГОСТ 7.79-2000/Б\n* BGN/PCGN\n* ALA-LC\n* BS 2979:1958\n* ICAO\n\n### Installation\n\nMake sure you have a working Go 1.14+ workspace (_[instructions](https://golang.org/doc/install)_), then:\n\n```\ngo get pkg.re/essentialkaos/translit.v2\n```\n\nFor update to latest stable release, do:\n\n```\ngo get -u pkg.re/essentialkaos/translit.v2\n```\n\n### Build Status\n\n| Branch | Status |\n|------------|--------|\n| `master` | [![CI](https://github.com/essentialkaos/translit/workflows/CI/badge.svg?branch=master)](https://github.com/essentialkaos/translit/actions) |\n| `develop` | [![CI](https://github.com/essentialkaos/translit/workflows/CI/badge.svg?branch=develop)](https://github.com/essentialkaos/translit/actions) |\n\n### License\n\n[Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)\n\n\u003cp align=\"center\"\u003e\u003ca href=\"https://essentialkaos.com\"\u003e\u003cimg src=\"https://gh.kaos.st/ekgh.svg\"/\u003e\u003c/a\u003e\u003c/p\u003e\n\n### Note by zergon321\n\nThis fork is compatible with **Go** modules and the broken module dependency `pkg.re/check.v1` is now replaced with `gopkg.in/check.v1`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzergon321%2Ftranslit-mod","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzergon321%2Ftranslit-mod","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzergon321%2Ftranslit-mod/lists"}