{"id":15062327,"url":"https://github.com/worthmine/data-pokemon-go","last_synced_at":"2025-07-10T20:12:00.384Z","repository":{"id":56835983,"uuid":"110785650","full_name":"worthmine/Data-Pokemon-Go","owner":"worthmine","description":"Utilities for Pokemon Go","archived":false,"fork":false,"pushed_at":"2020-02-23T04:48:36.000Z","size":313,"stargazers_count":3,"open_issues_count":3,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-30T03:37:23.040Z","etag":null,"topics":["perl","pokemon-go"],"latest_commit_sha":null,"homepage":"https://metacpan.org/release/Data-Pokemon-Go","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/worthmine.png","metadata":{"files":{"readme":"README.md","changelog":"Changes","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":"2017-11-15T05:00:01.000Z","updated_at":"2024-04-13T15:39:45.000Z","dependencies_parsed_at":"2022-09-07T07:10:39.780Z","dependency_job_id":null,"html_url":"https://github.com/worthmine/Data-Pokemon-Go","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/worthmine/Data-Pokemon-Go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/worthmine%2FData-Pokemon-Go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/worthmine%2FData-Pokemon-Go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/worthmine%2FData-Pokemon-Go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/worthmine%2FData-Pokemon-Go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/worthmine","download_url":"https://codeload.github.com/worthmine/Data-Pokemon-Go/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/worthmine%2FData-Pokemon-Go/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264648521,"owners_count":23643669,"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":["perl","pokemon-go"],"created_at":"2024-09-24T23:34:30.604Z","updated_at":"2025-07-10T20:12:00.368Z","avatar_url":"https://github.com/worthmine.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.com/worthmine/Data-Pokemon-Go.svg?branch=master)](https://travis-ci.com/worthmine/Data-Pokemon-Go) [![MetaCPAN Release](https://badge.fury.io/pl/Data-Pokemon-Go.svg)](https://metacpan.org/release/Data-Pokemon-Go)\n# NAME\n\nData::Pokemon::Go - Data for every Pokemon in Pokemon Go\n\n# SYNOPSIS\n\n    use utf8;\n    use Data::Pokemon::Go::Pokemon;\n    my $pg = Data::Pokemon::Go::Pokemon-\u003enew( name =\u003e 'カイリュー' );\n    print $pg-\u003eeffective();    # こおり ドラゴン いわ フェアリー\n    print $pg-\u003einvalid();      # くさ みず むし じめん ほのお かくとう\n    print $pg-\u003eadvantage();    # はがね でんき いわ\n    print $pg-\u003edisadvantage(); # むし かくとう ドラゴン くさ\n    print $pg-\u003erecommended();  # こおり いわ フェアリー\n\n    use Data::Pokemon::Go::IV;\n    my $iv = Data::Pokemon::Go::IV-\u003enew();\n    print $iv-\u003e_calculate_CP( name =\u003e $pg-\u003ename(), LV =\u003e 20, ST =\u003e 15, AT =\u003e 15, DF =\u003e 15 );\n    # 2167\n\n# DESCRIPTION\n\nData::Pokemon::Go is the helper module for who has less knowledge about Pokemons\n\n# TODO\n\n- supporting Multi-language is not completely\n- YAML for after Unova Region are not available\n- Japanese documents are not available [qiitaで日本語解説を少しだけ](https://qiita.com/worthmine/items/4a51fd74f31b4a97cf3c)\n\nI can't support all of the above with just only me alone.\nSo, please [PR](https://github.com/worthmine/Data-Pokemon-Go/pulls)!\n\n# LICENSE\n\nCopyright (C) Yuki Yoshida.\n\nThis library is free software; you can redistribute it and/or modify\nit under the same terms as Perl itself.\n\n# AUTHOR\n\nYuki Yoshida \u003cworthmine@gmail.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworthmine%2Fdata-pokemon-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fworthmine%2Fdata-pokemon-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworthmine%2Fdata-pokemon-go/lists"}