countries-dictionary 3.1.0__tar.gz → 3.1.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of countries-dictionary might be problematic. Click here for more details.
- {countries_dictionary-3.1.0 → countries_dictionary-3.1.3}/PKG-INFO +2 -2
- {countries_dictionary-3.1.0 → countries_dictionary-3.1.3}/countries_dictionary.egg-info/PKG-INFO +2 -2
- {countries_dictionary-3.1.0 → countries_dictionary-3.1.3}/pyproject.toml +2 -2
- {countries_dictionary-3.1.0 → countries_dictionary-3.1.3}/LICENCE +0 -0
- {countries_dictionary-3.1.0 → countries_dictionary-3.1.3}/README.md +0 -0
- {countries_dictionary-3.1.0 → countries_dictionary-3.1.3}/countries_dictionary/__init__.py +0 -0
- {countries_dictionary-3.1.0 → countries_dictionary-3.1.3}/countries_dictionary/iso_finder.py +0 -0
- {countries_dictionary-3.1.0 → countries_dictionary-3.1.3}/countries_dictionary/quick_functions.py +0 -0
- {countries_dictionary-3.1.0 → countries_dictionary-3.1.3}/countries_dictionary/russia.py +0 -0
- {countries_dictionary-3.1.0 → countries_dictionary-3.1.3}/countries_dictionary/united_states.py +0 -0
- {countries_dictionary-3.1.0 → countries_dictionary-3.1.3}/countries_dictionary/vietnam.py +0 -0
- {countries_dictionary-3.1.0 → countries_dictionary-3.1.3}/countries_dictionary.egg-info/SOURCES.txt +0 -0
- {countries_dictionary-3.1.0 → countries_dictionary-3.1.3}/countries_dictionary.egg-info/dependency_links.txt +0 -0
- {countries_dictionary-3.1.0 → countries_dictionary-3.1.3}/countries_dictionary.egg-info/top_level.txt +0 -0
- {countries_dictionary-3.1.0 → countries_dictionary-3.1.3}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: countries_dictionary
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.3
|
|
4
4
|
Summary: Provides a dictionary contains all members and observer states of the United Nations and information about them
|
|
5
5
|
Author-email: Ngô Trần Quang Thiện <quangthienngotran@gmail.com>
|
|
6
6
|
License: GNU GENERAL PUBLIC LICENSE
|
|
@@ -679,7 +679,7 @@ License: GNU GENERAL PUBLIC LICENSE
|
|
|
679
679
|
<https://www.gnu.org/licenses/why-not-lgpl.html>.
|
|
680
680
|
Project-URL: Homepage, https://github.com/ThienFakeVN/countries_dictionary/
|
|
681
681
|
Project-URL: Repository, https://github.com/ThienFakeVN/countries_dictionary/
|
|
682
|
-
Keywords: countries,dictionary,united nations,states,russia,vietnam
|
|
682
|
+
Keywords: countries,dictionary,united nations,states,russia,united states,vietnam,iso
|
|
683
683
|
Requires-Python: >=3.7
|
|
684
684
|
Description-Content-Type: text/markdown
|
|
685
685
|
License-File: LICENCE
|
{countries_dictionary-3.1.0 → countries_dictionary-3.1.3}/countries_dictionary.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: countries_dictionary
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.3
|
|
4
4
|
Summary: Provides a dictionary contains all members and observer states of the United Nations and information about them
|
|
5
5
|
Author-email: Ngô Trần Quang Thiện <quangthienngotran@gmail.com>
|
|
6
6
|
License: GNU GENERAL PUBLIC LICENSE
|
|
@@ -679,7 +679,7 @@ License: GNU GENERAL PUBLIC LICENSE
|
|
|
679
679
|
<https://www.gnu.org/licenses/why-not-lgpl.html>.
|
|
680
680
|
Project-URL: Homepage, https://github.com/ThienFakeVN/countries_dictionary/
|
|
681
681
|
Project-URL: Repository, https://github.com/ThienFakeVN/countries_dictionary/
|
|
682
|
-
Keywords: countries,dictionary,united nations,states,russia,vietnam
|
|
682
|
+
Keywords: countries,dictionary,united nations,states,russia,united states,vietnam,iso
|
|
683
683
|
Requires-Python: >=3.7
|
|
684
684
|
Description-Content-Type: text/markdown
|
|
685
685
|
License-File: LICENCE
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "countries_dictionary"
|
|
7
|
-
version = "3.1.
|
|
7
|
+
version = "3.1.3"
|
|
8
8
|
description = "Provides a dictionary contains all members and observer states of the United Nations and information about them"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.7"
|
|
@@ -15,7 +15,7 @@ authors = [
|
|
|
15
15
|
|
|
16
16
|
license = { file = "LICENCE" }
|
|
17
17
|
|
|
18
|
-
keywords = ["countries", "dictionary", "united nations", "states", "russia", "vietnam"]
|
|
18
|
+
keywords = ["countries", "dictionary", "united nations", "states", "russia", "united states", "vietnam", "iso"]
|
|
19
19
|
|
|
20
20
|
[project.urls]
|
|
21
21
|
"Homepage" = "https://github.com/ThienFakeVN/countries_dictionary/"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{countries_dictionary-3.1.0 → countries_dictionary-3.1.3}/countries_dictionary/iso_finder.py
RENAMED
|
File without changes
|
{countries_dictionary-3.1.0 → countries_dictionary-3.1.3}/countries_dictionary/quick_functions.py
RENAMED
|
File without changes
|
|
File without changes
|
{countries_dictionary-3.1.0 → countries_dictionary-3.1.3}/countries_dictionary/united_states.py
RENAMED
|
File without changes
|
|
File without changes
|
{countries_dictionary-3.1.0 → countries_dictionary-3.1.3}/countries_dictionary.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|