Getting started =============== Installation ------------ .. code-block:: console pip install timezonefinder for improved speed also install the optional dependency ``numba`` via its extra (also check the :ref:`performance chapter `): .. code-block:: console pip install timezonefinder[numba] in case you are using ``pytz``, also require it via its extra to avoid incompatibilities (e.g. due to updated timezone names): .. code-block:: console pip install timezonefinder[pytz] For installation within a Conda environment see instructions at `conda-forge feedstock `__ Dependencies ------------ please confer to the ``pyproject.toml`` Basic Usage ----------- All available features of this package are explained :ref:`HERE `. Examples for common use cases can be found :ref:`HERE `.