{ "info": { "author": "Robert Gieseke", "author_email": "robert.gieseke@pik-potsdam.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "[![PyPI](https://img.shields.io/pypi/v/countrygroups.svg)](https://pypi.org/project/countrygroups/)\n[![npm](https://img.shields.io/npm/v/countrygroups.svg)](https://www.npmjs.com/package/countrygroups)\n\nData Package, Python and JavaScript module with country groups.\n\n## Data Package\n\nThe Data Package contains the lists as CSV or JSON file used to build the\nlanguage modules and can be loaded with the respective\n[language tools](http://frictionlessdata.io/software/).\nSome lists contain additional information like date of joining etc.\n\n## Python Module\n\nThe Python module can be installed from\n[PyPI](https://pypi.org/project/countrygroups/):\n\n```\npip install countrygroups\n```\n\nIt contains lists with three-letter codes:\n\n```py\nfrom countrygroups import EUROPEAN_UNION\n\nprint(EUROPEAN_UNION)\n\n# =>\n# ['AUT', 'BEL', 'BGR', 'CYP', 'CZE', 'DEU', 'DNK', 'ESP', 'EST', 'FIN', 'FRA',\n# 'GBR', 'GRC', 'HRV', 'HUN', 'IRL', 'ITA', 'LTU', 'LUX', 'LVA', 'MLT', 'NLD',\n# 'POL', 'PRT', 'ROU', 'SVK', 'SVN', 'SWE']\n\nprint(EUROPEAN_UNION.names)\n\n# =>\n# ['Austria', 'Belgium', 'Bulgaria', 'Croatia', 'Cyprus', 'Czechia', 'Denmark',\n# 'Estonia', 'Finland', 'France', 'Germany', 'Greece', 'Hungary', 'Ireland',\n# 'Italy', 'Latvia', 'Lithuania', 'Luxembourg', 'Malta', 'Netherlands',\n# 'Poland', 'Portugal', 'Romania', 'Slovakia', 'Slovenia', 'Spain', 'Sweden',\n# 'United Kingdom']\n```\n\n## JavaScript Module\n\nThe JavaScript module can be installed with npm:\n\n```\nnpm install countrygroups\n```\n\nIt contains arrays with three-letter codes:\n\n```js\nvar g7 = require(\"countrygroups\").G7\n\nconsole.log(g7) // => [ 'CAN', 'DEU', 'EUU', 'FRA', 'GBR', 'ITA', 'JPN', 'USA' ]\n```\n\n## Data\n\n### UNFCCC Annex I parties (ANNEX_ONE)\n\n[data/annex-one.csv](data/annex-one.csv)\n\nSources:\n [List of Annex I Parties to the Convention](http://unfccc.int/parties_and_observers/parties/annex_i/items/2774.php)\n\n\n### UNFCCC Annex I parties incl. Kazakhstan (ANNEX_ONE_KAZ)\n\n[data/annex-one-kaz.csv](data/annex-one-kaz.csv)\n\nSources:\n [Greenhouse gas inventory submissions from non-Annex I Parties](https://unfccc.int/process/transparency-and-reporting/greenhouse-gas-data/greenhouse-gas-data-unfccc/greenhouse-gas-inventory-submissions-from-non-annex-i-parties)\n\n\n### Alliance of Small Island States (AOSIS) (AOSIS)\n\n[data/aosis.csv](data/aosis.csv)\n\nSources:\n [AOSIS - Members](http://aosis.org/about/members/)\n\n\n### Regional groups for the IPCC AR5 report (AR5)\n\n[data/ar5.csv](data/ar5.csv)\n\nSources:\n [AR5 Region Definitions](https://tntcat.iiasa.ac.at/AR5DB/dsd?Action=htmlpage&page=about)\n\n\n### Arab Group in the UNFCCC (ARAB_GROUP)\n\n[data/arab-group.csv](data/arab-group.csv)\n\nSources:\n [UNFCCC - Party Groupings](https://unfccc.int/party-groupings)\n\n\n### BRICS (Brazil, Russia, India, China and South Africa) (BRICS)\n\n[data/brics.csv](data/brics.csv)\n\nSources:\n -\n\n### Environmental Integrity Group (EIG)\n\n[data/eig.csv](data/eig.csv)\n\nSources:\n [UNFCCC - Party Groupings](https://unfccc.int/party-groupings)\n\n\n### European Union (EU) (EUROPEAN_UNION)\n\n[data/european-union.csv](data/european-union.csv)\n\nSources:\n [EU member countries in brief](https://europa.eu/european-union/about-eu/countries/member-countries_en)\n\n\n### G20 members (G20)\n\n[data/g20.csv](data/g20.csv)\n\nSources:\n -\n\n### G7 members (G7)\n\n[data/g7.csv](data/g7.csv)\n\nSources:\n -\n\n### G77 members (G77)\n\n[data/g77.csv](data/g77.csv)\n\nSources:\n [The Member States of the Group of 77](http://www.g77.org/doc/members.html)\n\n\n### Countries graduated from Least Developed Countries (LDCs) (GRADUATED_LDCS)\n\n[data/graduated-ldcs.csv](data/graduated-ldcs.csv)\n\nSources:\n [LDCs at a Glance](https://www.un.org/development/desa/dpad/least-developed-country-category/ldcs-at-a-glance.html)\n\n\n### International Maritime Organization (IMO)\n\n[data/imo.csv](data/imo.csv)\n\nSources:\n [UN Treaty Collection - Convention on the International Maritime Organization](https://treaties.un.org/pages/ViewDetails.aspx?src=TREATY&mtdsg_no=XII-1&chapter=12&clang=_en)\n\n\n### Least Developed Countries (LDCs) (LDC)\n\n[data/ldc.csv](data/ldc.csv)\n\nSources:\n [LDCs at a Glance: List of all LDCs in PDF format, (updated June 2017)](https://www.un.org/development/desa/dpad/wp-content/uploads/sites/45/publication/ldc_list.pdf)\n\n\n### Landlocked Developing Countries (LLDCs) (LLDC)\n\n[data/lldc.csv](data/lldc.csv)\n\nSources:\n [UN-OHRLLS: Landlocked Developing Countries](http://unohrlls.org/about-lldcs/country-profiles/)\n\n\n### UNFCCC Non-Annex I parties (NON_ANNEX_ONE)\n\n[data/non-annex-one.csv](data/non-annex-one.csv)\n\nSources:\n [List of Non-Annex I Parties to the Convention](http://unfccc.int/parties_and_observers/parties/non_annex_i/items/2833.php)\n\n\n### Organisation for Economic Co-operation and Development (OECD) (OECD)\n\n[data/oecd.csv](data/oecd.csv)\n\nSources:\n [List of OECD Member countries - Ratification of the Convention on the OECD](http://www.oecd.org/about/membersandpartners/list-oecd-member-countries.htm)\n\n\n### OPEC members (OPEC)\n\n[data/opec.csv](data/opec.csv)\n\nSources:\n [OPEC - Member Countries](http://www.opec.org/opec_web/en/about_us/25.htm)\n\n\n### Small Island Developing States (SIDS) (SIDS)\n\n[data/sids.csv](data/sids.csv)\n\nSources:\n [Small Island Developing States, List of SIDS](https://sustainabledevelopment.un.org/topics/sids/list)\n\n\n### Non-UN Members/Associate Members of Regional Commissions of SIDS (SIDS_NON_UN_OR_REGIONAL_COMMISSIONS_ASSOCIATES)\n\n[data/sids-non-un-or-regional-commissions-associates.csv](data/sids-non-un-or-regional-commissions-associates.csv)\n\nSources:\n [Small Island Developing States, List of SIDS](https://sustainabledevelopment.un.org/topics/sids/list)\n\n\n### Regional groups for the Shared Socioeconomic Pathways (SSPs) (SSP)\n\n[data/ssp.csv](data/ssp.csv)\n\nSources:\n -\n\n### Umbrella group (UMBRELLA)\n\n[data/umbrella.csv](data/umbrella.csv)\n\nSources:\n [UN Climate Change Party Groupings](http://unfccc.int/parties_and_observers/parties/negotiating_groups/items/2714.php)\n\n\n### UN Regional Groups of Member States (UN_REGIONAL_GROUPS)\n\n[data/un-regional-groups.csv](data/un-regional-groups.csv)\n\nSources:\n [United Nations Regional Groups of Member States](http://www.un.org/depts/DGACM/RegionalGroups.shtml)\n\n\n### Members of the UNFCCC (UNFCCC)\n\n[data/unfccc.csv](data/unfccc.csv)\n\nSources:\n [Status of Ratification of the Convention](http://unfccc.int/essential_background/convention/status_of_ratification/items/2631.php)\n\n\n### UN Statistical Division Geographical Regions (UNSTATS_GEOGRAPHICAL_REGIONS)\n\n[data/unstats-geographical-regions.json](data/unstats-geographical-regions.json)\n\nSources:\n [UN Statistics Division - Standard country or area codes for statistical use (M49)](https://unstats.un.org/unsd/methodology/m49/)\n\n\n## Preparation\n\nThe `Makefile` used to generate the CSV files requires Python3 and will\nautomatically install its dependencies into a Virtualenv when run with\n\n```shell\nmake\n```\n\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/openclimatedata/countrygroups", "keywords": "country code,country groups,unfccc,climate change", "license": "CC0", "maintainer": "", "maintainer_email": "", "name": "countrygroups", "package_url": "https://pypi.org/project/countrygroups/", "platform": "any", "project_url": "https://pypi.org/project/countrygroups/", "project_urls": { "Homepage": "https://github.com/openclimatedata/countrygroups" }, "release_url": "https://pypi.org/project/countrygroups/0.9.0/", "requires_dist": [ "shortcountrynames" ], "requires_python": "", "summary": "Country groups as lists of ISO codes, especially those related to the UNFCCC climate policy process", "version": "0.9.0" }, "last_serial": 4870293, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "9e4f949ed019f8046b0b9ed41c50db9c", "sha256": "12a75da4a1578c148ae348bbbfd4073657d1cd1a78c5d48596e052cbeddcb826" }, "downloads": -1, "filename": "countrygroups-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9e4f949ed019f8046b0b9ed41c50db9c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6482, "upload_time": "2017-07-14T13:35:02", "url": "https://files.pythonhosted.org/packages/42/74/8fb5c2cdfa0780b7f9b5b37413d4bd70735fa2b17b9f61bb1e3fa1267863/countrygroups-0.1.0-py2.py3-none-any.whl" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "8521f2f3ff1f175e89cef3e561256c3f", "sha256": "8af58e619ab855fc386dc4e18abdfded4862a5b79ab7370932c935a0ad4a6e7c" }, "downloads": -1, "filename": "countrygroups-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8521f2f3ff1f175e89cef3e561256c3f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6485, "upload_time": "2017-07-14T14:23:27", "url": "https://files.pythonhosted.org/packages/e0/64/1c3c681d492e2ed452fe8e1a910d1f431e556270281490efa5fcb122ab22/countrygroups-0.1.1-py2.py3-none-any.whl" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "cf0e705600fc24f533f507e478777c4f", "sha256": "66a9d47f5a601ad03f000fce6bf267023bee5dd8fb2956d2f8b0341750ea1319" }, "downloads": -1, "filename": "countrygroups-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cf0e705600fc24f533f507e478777c4f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6483, "upload_time": "2017-07-14T14:26:15", "url": "https://files.pythonhosted.org/packages/4c/55/9ccdf185063868cc090b2bcff5b373ec0ce98bb5ea193f9134ca31f15fe6/countrygroups-0.1.2-py2.py3-none-any.whl" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "143f4684702031614d2fcbf7941bc061", "sha256": "253a5759abd4104867d08160cb436093a04b6c73f6d8a48ac3aa93faab585d68" }, "downloads": -1, "filename": "countrygroups-0.2.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "143f4684702031614d2fcbf7941bc061", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6973, "upload_time": "2017-08-10T20:35:01", "url": "https://files.pythonhosted.org/packages/b0/02/35794a2236b0641ed2a249cacc4e6ae38fde7af510e27e03acd8a642c964/countrygroups-0.2.5-py2.py3-none-any.whl" } ], "0.2.6": [ { "comment_text": "", "digests": { "md5": "4d25e5a9985e23358083378a1edc1b7e", "sha256": "7252a14a27b32cd5cb3d255dff86eee1b2a8c98ea02e6427eb5b25c6d105df94" }, "downloads": -1, "filename": "countrygroups-0.2.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4d25e5a9985e23358083378a1edc1b7e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7018, "upload_time": "2017-09-06T16:11:25", "url": "https://files.pythonhosted.org/packages/67/6d/7ff3c6bc3f949fd6f008d2307c2b02a7e6d5472fa3d32287517b5f15b124/countrygroups-0.2.6-py2.py3-none-any.whl" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "d08b54703d304c309378f026b4bbf05e", "sha256": "a7a3ffd5285b5ad1f107719424183e054275ecaca0412227b2fa926edbd59a82" }, "downloads": -1, "filename": "countrygroups-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d08b54703d304c309378f026b4bbf05e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7015, "upload_time": "2017-09-22T14:10:02", "url": "https://files.pythonhosted.org/packages/54/68/0cd5ff82c22a22bc04a0d6bc21cbc760920c4b746c040a7bd2333fa3e702/countrygroups-0.3.0-py2.py3-none-any.whl" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "e3d0c2bd32cbdd583c2f685b389939e2", "sha256": "5559dd55f877030d2f15f40836295b687c610dbdaa6a3087a1b6f6cb6458cb0a" }, "downloads": -1, "filename": "countrygroups-0.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e3d0c2bd32cbdd583c2f685b389939e2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7030, "upload_time": "2017-11-14T15:20:59", "url": "https://files.pythonhosted.org/packages/b5/9a/9b9302ffe98e275098379ee09838d99aec413f49699ef6e3470b7c9cb733/countrygroups-0.4.0-py2.py3-none-any.whl" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "bb399009f6016b0066b71f3ca8f93411", "sha256": "c3cb60906731f8d57ad0db9e1c4d65bce1b466ec67eaf2c353fe36b194240c47" }, "downloads": -1, "filename": "countrygroups-0.5.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bb399009f6016b0066b71f3ca8f93411", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7085, "upload_time": "2018-01-08T09:51:17", "url": "https://files.pythonhosted.org/packages/7e/e7/0ea8d3f7f31b750cc98f591ff165ac875d3447d81b842f74a2681cadd3f0/countrygroups-0.5.0-py2.py3-none-any.whl" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "6979af74967e82c293023e0d053e4378", "sha256": "3ed1aecb729693f8e3b1fe9a37573ff54e49d63c7a1a1d35e944ba3d62de9147" }, "downloads": -1, "filename": "countrygroups-0.6.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6979af74967e82c293023e0d053e4378", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7086, "upload_time": "2018-01-08T12:31:52", "url": "https://files.pythonhosted.org/packages/ff/85/385807c02eda1579fa910da945df020d62dd887c3edec8b76de3f2d7671b/countrygroups-0.6.0-py2.py3-none-any.whl" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "cec283fcab20008a3b349d4b040aea6d", "sha256": "40501d48bdd9448225a0412235c562c76d9c24e428a36d565d8094f2581c645a" }, "downloads": -1, "filename": "countrygroups-0.7.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cec283fcab20008a3b349d4b040aea6d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6295, "upload_time": "2018-04-11T12:40:38", "url": "https://files.pythonhosted.org/packages/34/3a/0afe94943eb309df5e57d835f502289d36044f4aa7277aaad1b0c7e943e6/countrygroups-0.7.0-py2.py3-none-any.whl" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "b9b22ba289800be39bc30641c1b773ab", "sha256": "03bcaa76c42dc4bd7d52c84ad8511223f59b9306f90e503473705523f6e559f2" }, "downloads": -1, "filename": "countrygroups-0.7.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b9b22ba289800be39bc30641c1b773ab", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8145, "upload_time": "2018-04-17T14:07:54", "url": "https://files.pythonhosted.org/packages/5a/91/888f9121f9711c032bc7766794c7accb0ebf6c47eacfedeb8df449321517/countrygroups-0.7.1-py2.py3-none-any.whl" } ], "0.8.2": [ { "comment_text": "", "digests": { "md5": "4a639fd245c94fe39da2d87dc5ee265c", "sha256": "690c895a7c07e5ef3805379d12c7e29b0ad804f0a16f5f66c4c6fe6dd9c8dbb3" }, "downloads": -1, "filename": "countrygroups-0.8.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4a639fd245c94fe39da2d87dc5ee265c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8873, "upload_time": "2018-06-11T13:27:59", "url": "https://files.pythonhosted.org/packages/12/02/75b71e4b313ec4536fd1f8bd0c9f19684cedade4eaf0721689dd81f291ff/countrygroups-0.8.2-py2.py3-none-any.whl" } ], "0.9.0": [ { "comment_text": "", "digests": { "md5": "e7f4089a55f941b70721e94bee38bf94", "sha256": "fe3ad5c5960c4ddb9f2bf8f770c5778707f525483cfda6bedcf4e653b8e9ba97" }, "downloads": -1, "filename": "countrygroups-0.9.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e7f4089a55f941b70721e94bee38bf94", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8875, "upload_time": "2019-02-26T15:51:32", "url": "https://files.pythonhosted.org/packages/28/46/7b9bd6b231508ddb434d6a7c5ccf32887c433c3788feeba9f7a0b2ee5d33/countrygroups-0.9.0-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e7f4089a55f941b70721e94bee38bf94", "sha256": "fe3ad5c5960c4ddb9f2bf8f770c5778707f525483cfda6bedcf4e653b8e9ba97" }, "downloads": -1, "filename": "countrygroups-0.9.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e7f4089a55f941b70721e94bee38bf94", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8875, "upload_time": "2019-02-26T15:51:32", "url": "https://files.pythonhosted.org/packages/28/46/7b9bd6b231508ddb434d6a7c5ccf32887c433c3788feeba9f7a0b2ee5d33/countrygroups-0.9.0-py2.py3-none-any.whl" } ] }