Module to translate city names to time zone names
Project description
tzcity
A module to find the Olson database time zone names of some of the most populous cities in the world without an internet connection.
Only a few cities associated with each time zone are recognized to minimize the size of data bundled with the package.
Installation
You need Python>=3.6 to use tzcity.
It can be installed from PyPI with pip using
pip install tzcity
Usage
tzcity.tzcity(city: str) -> str
Accepts a city name and returns the time zone name associated with that city.
Raises UnknownTZCityException if unable to recognize city.
>>> tzcity.tzcity('abu dhabi')
'Asia/Dubai'
>>> tzcity.tzcity('bandar seri begawan')
'Asia/Brunei'
>>> tzcity.tzcity('myanmar') # a country with only one time zone
'Asia/Yangon'
tzcity.capitalize(name: str) -> str
Capitalize the city or time zone name provided as argument.
Raises UnknownTZCityException if unable to recognize name.
>>> tzcity.capitalize('andorra la vella')
'Andorra la Vella'
>>> tzcity.capitalize("new york")
'New York'
>>> tzcity.capitalize("dumont d'urville")
"Dumont d'Urville"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tzcity-0.0.3.tar.gz.
File metadata
- Download URL: tzcity-0.0.3.tar.gz
- Upload date:
- Size: 11.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.24.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a085e6724a1edd7859e7780a6f3f65967c50e6badec06fd99956e3f06b5d168
|
|
| MD5 |
3671d588167501740680e8ca5f279c25
|
|
| BLAKE2b-256 |
e6bc8ddef8d41749285c89957ef73b88d208a470bd3a5cb81a42eb0d7043dd8e
|
File details
Details for the file tzcity-0.0.3-py3-none-any.whl.
File metadata
- Download URL: tzcity-0.0.3-py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.24.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
318d1703c045d4b1a736bc97ae207b37bb8bc391327b712c936b3fc2fe261019
|
|
| MD5 |
c7de42c60aa786331b8c80b9c446611d
|
|
| BLAKE2b-256 |
b0da262a8ba49552af936228c6086bb32770cd1f884932d483e1f68ad58f7cb0
|