Metadata-Version: 2.1
Name: timezones_for_regions
Version: 1.0.0
Summary: Timezone data for regions
Author: Julia Vaniushina
Author-email: vanushinaulia@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

Hello! 
Here is a simple dataset of timezones for all regions of all countries that are included in pycountry library.

RegionTimezones are stored in the following format: 
A dictionary, where you have keys as tuples with (country_code, region_name, region_code)
and values as timezones in str.

{	
	('AF', 'Jowzjān', 'AF-JOW'): 'Asia/Kabul', 
	('AF', 'Zābul', 'AF-ZAB'): 'Asia/Kabul', 
	('AF', 'Kābul', 'AF-KAB'): 'Asia/Kabul',
}
