AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
pytest.ini
setup.cfg
setup.py
tox.ini
ci/bootstrap.py
ci/requirements.txt
ci/templates/.github/workflows/github-actions.yml
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/reference/idealgeo.rst
docs/reference/index.rst
src/idealgeo/__init__.py
src/idealgeo/__main__.py
src/idealgeo/cli.py
src/idealgeo/client.py
src/idealgeo.egg-info/PKG-INFO
src/idealgeo.egg-info/SOURCES.txt
src/idealgeo.egg-info/dependency_links.txt
src/idealgeo.egg-info/entry_points.txt
src/idealgeo.egg-info/not-zip-safe
src/idealgeo.egg-info/requires.txt
src/idealgeo.egg-info/top_level.txt
src/idealgeo/geometries/__init__.py
src/idealgeo/geometries/buffer.py
src/idealgeo/geometries/custom.py
src/idealgeo/geometries/location.py
src/idealgeo/geometries/region.py
src/idealgeo/insights/__init__.py
tests/test_client.py
tests/test_idealgeo.py
tests/test_insights.py
tests/test_locations.py