iso3166KOR


Nameiso3166KOR JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/JaeHyunL/iso3166KOR
SummarySelf-contained ISO 3166-1 country definitions.
upload_time2023-11-13 02:09:38
maintainer
docs_urlNone
authorJaeHyunL
requires_python>=3.6
licenseMIT
keywords iso 3166-1:kor iso country korean
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 한글 국가명 -> iso3166 표준 국가명, 코드 값



참조해서 만듬. https://github.com/deactivated/python-iso3166/tree/master



```
$pip install iso3166KOR
```

```
>>> from iso3166KOR import countries
>>> countries.get('미국')
Country(name='미국', apolitical_name='UNITED STATES', numeric='840', alpha2='US', alpha3='USA')
>>> countries.get('미합중국')
Country(name='미합중국', apolitical_name='United States of America', numeric='840', alpha2='US', alpha3='USA')
```




            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/JaeHyunL/iso3166KOR",
    "name": "iso3166KOR",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "iso 3166-1:KOR,iso country Korean",
    "author": "JaeHyunL",
    "author_email": "swaa23@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/62/2e/63acff2c3994ee24a82dc87016b48c3134a2022ae4df9a7528eba2dd66c2/iso3166KOR-0.0.1.tar.gz",
    "platform": null,
    "description": "# \ud55c\uae00 \uad6d\uac00\uba85 -> iso3166 \ud45c\uc900 \uad6d\uac00\uba85, \ucf54\ub4dc \uac12\n\n\n\n\ucc38\uc870\ud574\uc11c \ub9cc\ub4ec. https://github.com/deactivated/python-iso3166/tree/master\n\n\n\n```\n$pip install iso3166KOR\n```\n\n```\n>>> from iso3166KOR import countries\n>>> countries.get('\ubbf8\uad6d')\nCountry(name='\ubbf8\uad6d', apolitical_name='UNITED STATES', numeric='840', alpha2='US', alpha3='USA')\n>>> countries.get('\ubbf8\ud569\uc911\uad6d')\nCountry(name='\ubbf8\ud569\uc911\uad6d', apolitical_name='United States of America', numeric='840', alpha2='US', alpha3='USA')\n```\n\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Self-contained ISO 3166-1 country definitions.",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/JaeHyunL/iso3166KOR"
    },
    "split_keywords": [
        "iso 3166-1:kor",
        "iso country korean"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "048d7fab033a893a3dbdc25239036488ebaed67117c10901f724bf5582f91d73",
                "md5": "055bb19143b7d7e4a32867e32057dfba",
                "sha256": "84a9679a9bcbc5c7278849b212f1ae96c5ffe93b30e958d7398cbf47cac97280"
            },
            "downloads": -1,
            "filename": "iso3166KOR-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "055bb19143b7d7e4a32867e32057dfba",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 14047,
            "upload_time": "2023-11-13T02:09:36",
            "upload_time_iso_8601": "2023-11-13T02:09:36.600853Z",
            "url": "https://files.pythonhosted.org/packages/04/8d/7fab033a893a3dbdc25239036488ebaed67117c10901f724bf5582f91d73/iso3166KOR-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "622e63acff2c3994ee24a82dc87016b48c3134a2022ae4df9a7528eba2dd66c2",
                "md5": "003d25ec6b496cbebaa56806017c8bb3",
                "sha256": "1536f35e346277a1048bb548a7ae2ac7fe1417ce290a93c1ea209cf51e298f0f"
            },
            "downloads": -1,
            "filename": "iso3166KOR-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "003d25ec6b496cbebaa56806017c8bb3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 14769,
            "upload_time": "2023-11-13T02:09:38",
            "upload_time_iso_8601": "2023-11-13T02:09:38.585011Z",
            "url": "https://files.pythonhosted.org/packages/62/2e/63acff2c3994ee24a82dc87016b48c3134a2022ae4df9a7528eba2dd66c2/iso3166KOR-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-13 02:09:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "JaeHyunL",
    "github_project": "iso3166KOR",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "iso3166kor"
}
        
Elapsed time: 0.38943s