Installation
To install the basic version of geotz without any optional dependencies, you can use pip directly:
pip install geotz
This installation provides all the necessary functionality for most users.
It can be enhanced with the optional pytz package, which provides additional timezone conversion capabilities that might be useful for some users and.
To install geotz along with pytz, use the following command:
pip install geotz[pytz]