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").
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