{"id":16163781,"url":"https://github.com/sug0/showgone","last_synced_at":"2025-04-07T04:44:46.448Z","repository":{"id":98038994,"uuid":"155706969","full_name":"sug0/showgone","owner":"sug0","description":"A Smogon Pokémon format parser written in Go","archived":false,"fork":false,"pushed_at":"2018-11-01T11:58:36.000Z","size":3,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-13T08:54:14.571Z","etag":null,"topics":["format","go","golang","golang-library","parser","pokemon","showdown","smogon"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/sug0.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}},"created_at":"2018-11-01T11:46:32.000Z","updated_at":"2020-06-29T14:24:05.000Z","dependencies_parsed_at":"2024-03-23T02:01:13.118Z","dependency_job_id":null,"html_url":"https://github.com/sug0/showgone","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sug0%2Fshowgone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sug0%2Fshowgone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sug0%2Fshowgone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sug0%2Fshowgone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sug0","download_url":"https://codeload.github.com/sug0/showgone/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247595374,"owners_count":20963942,"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":["format","go","golang","golang-library","parser","pokemon","showdown","smogon"],"created_at":"2024-10-10T02:44:27.123Z","updated_at":"2025-04-07T04:44:46.417Z","avatar_url":"https://github.com/sug0.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# showgone\n\n    Tapu Lele @ Fightinium Z\n    Ability: Psychic Surge\n    EVs: 252 SpA / 4 SpD / 252 Spe\n    Timid Nature\n    - Psychic\n    - Moonblast\n    - Taunt\n    - Focus Blast\n\nA parser for [Smogon](https://www.smogon.com/)'s pokémon format,\nwritten in golang.\n\n# Example\n\n```go\npackage main\n\nimport (\n    \"os\"\n    \"fmt\"\n    \"bufio\"\n\n    \"github.com/sugoiuguu/showgone\"\n)\n\nfunc main() {\n    r := bufio.NewReader(os.Stdin)\n    for {\n        poke, err := showgone.Parse(r)\n        if err != nil {\n            return\n        }\n        fmt.Println(poke.Species, \"lvl\", poke.Level, \"@\", poke.Item)\n    }\n}\n```\n\nMore documentation available at [godoc](https://godoc.org/github.com/sugoiuguu/showgone).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsug0%2Fshowgone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsug0%2Fshowgone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsug0%2Fshowgone/lists"}