Skip to content

tellsiddh/timezonemapper

Repository files navigation

TimeZoneMapper

TimeZoneMapper is a simple Python library to map descriptive time zone names (like "Indian Standard Time") to their respective time zone identifiers (like "Asia/Kolkata").

Installation

pip install timezonemapper

Usage
python
Copy code
from timezonemapper import TimeZoneMapper

# Get the time zone object for Indian Standard Time
ist = TimeZoneMapper.get_timezone("Indian Standard Time")

# License
This project is licensed under the MIT License.

perl
Copy code

### 6. Package and Install the Library Locally

To install the package locally for testing, navigate to the directory containing `setup.py` and run:

```bash
python setup.py install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages