Source: python-timezonefinder
Section: python
Priority: optional
Maintainer: Adam Cecile <acecile@le-vert.net>
Build-Depends: debhelper (>= 9), dh-python, python3-all, python3-setuptools,
 python3-importlib-resources,
 python3-pytest,
 python3-numpy,
 python3-numba | python3 (<< 3.5),
Standards-Version: 3.9.8
Homepage: https://github.com/MrMinimal64/timezonefinder
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4

Package: python3-timezonefinder
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Recommends: python3-numba
Description: Finding the timezone of any point on earth offline (Python 3)
 This is a fast and lightweight python project for looking up the
 corresponding timezone for a given lat/lng on earth entirely offline.
 .
 This package installs the library for Python 3.
