countries-dictionary 9.0.0.dev3__tar.gz → 9.0.1__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.
- {countries_dictionary-9.0.0.dev3 → countries_dictionary-9.0.1}/PKG-INFO +2 -2
- {countries_dictionary-9.0.0.dev3 → countries_dictionary-9.0.1}/pyproject.toml +2 -2
- {countries_dictionary-9.0.0.dev3 → countries_dictionary-9.0.1}/src/countries_dictionary/countries.py +211 -211
- {countries_dictionary-9.0.0.dev3 → countries_dictionary-9.0.1}/src/countries_dictionary/unrecognised_states/unrecognised.py +3 -3
- {countries_dictionary-9.0.0.dev3 → countries_dictionary-9.0.1}/src/countries_dictionary.egg-info/PKG-INFO +2 -2
- {countries_dictionary-9.0.0.dev3 → countries_dictionary-9.0.1}/LICENCE +0 -0
- {countries_dictionary-9.0.0.dev3 → countries_dictionary-9.0.1}/README.md +0 -0
- {countries_dictionary-9.0.0.dev3 → countries_dictionary-9.0.1}/setup.cfg +0 -0
- {countries_dictionary-9.0.0.dev3 → countries_dictionary-9.0.1}/src/countries_dictionary/__init__.py +0 -0
- {countries_dictionary-9.0.0.dev3 → countries_dictionary-9.0.1}/src/countries_dictionary/russia.py +0 -0
- {countries_dictionary-9.0.0.dev3 → countries_dictionary-9.0.1}/src/countries_dictionary/themed/__init__.py +0 -0
- {countries_dictionary-9.0.0.dev3 → countries_dictionary-9.0.1}/src/countries_dictionary/themed/communist_states.py +0 -0
- {countries_dictionary-9.0.0.dev3 → countries_dictionary-9.0.1}/src/countries_dictionary/themed/european_union.py +0 -0
- {countries_dictionary-9.0.0.dev3 → countries_dictionary-9.0.1}/src/countries_dictionary/tools/iso_finder.py +0 -0
- {countries_dictionary-9.0.0.dev3 → countries_dictionary-9.0.1}/src/countries_dictionary/tools/quick_functions.py +0 -0
- {countries_dictionary-9.0.0.dev3 → countries_dictionary-9.0.1}/src/countries_dictionary/united_states.py +0 -0
- {countries_dictionary-9.0.0.dev3 → countries_dictionary-9.0.1}/src/countries_dictionary/unrecognised_states/__init__.py +0 -0
- {countries_dictionary-9.0.0.dev3 → countries_dictionary-9.0.1}/src/countries_dictionary/unrecognised_states/transnistria.py +0 -0
- {countries_dictionary-9.0.0.dev3 → countries_dictionary-9.0.1}/src/countries_dictionary/vietnam.py +0 -0
- {countries_dictionary-9.0.0.dev3 → countries_dictionary-9.0.1}/src/countries_dictionary.egg-info/SOURCES.txt +0 -0
- {countries_dictionary-9.0.0.dev3 → countries_dictionary-9.0.1}/src/countries_dictionary.egg-info/dependency_links.txt +0 -0
- {countries_dictionary-9.0.0.dev3 → countries_dictionary-9.0.1}/src/countries_dictionary.egg-info/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: countries_dictionary
|
|
3
|
-
Version: 9.0.
|
|
4
|
-
Summary: Provides dictionaries contains countries
|
|
3
|
+
Version: 9.0.1
|
|
4
|
+
Summary: Provides dictionaries contains countries, states, etc. and information about them
|
|
5
5
|
Author-email: Ngô Trần Quang Thiện <quangthienngotran@gmail.com>
|
|
6
6
|
License: GNU GENERAL PUBLIC LICENSE
|
|
7
7
|
Version 3, 29 June 2007
|
|
@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "countries_dictionary"
|
|
7
|
-
version = "9.0.
|
|
8
|
-
description = "Provides dictionaries contains countries
|
|
7
|
+
version = "9.0.1"
|
|
8
|
+
description = "Provides dictionaries contains countries, states, etc. and information about them"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.7"
|
|
11
11
|
|