.coveragerc
.gitignore
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
README.rst
environment.yml
pyproject.toml
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
src/whereisip/__init__.py
src/whereisip/getgeolocation.py
src/whereisip/utils.py
src/whereisip.egg-info/PKG-INFO
src/whereisip.egg-info/SOURCES.txt
src/whereisip.egg-info/dependency_links.txt
src/whereisip.egg-info/entry_points.txt
src/whereisip.egg-info/not-zip-safe
src/whereisip.egg-info/requires.txt
src/whereisip.egg-info/top_level.txt
tests/conftest.py
tests/test_getgeolocation.py
tests/test_main.py
tests/test_utils.py