CHANGELOG.rst
CODE_OF_CONDUCT.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.md
requirements-dev.txt
setup.cfg
setup.py
docs/Makefile
docs/changelog.rst
docs/code_of_conduct.rst
docs/conf.py
docs/contributing.rst
docs/features.rst
docs/index.rst
docs/make.bat
docs/setup.rst
docs/usage.rst
docs/api/geomancer.backend.cores.rst
docs/api/geomancer.backend.rst
docs/api/geomancer.backend.settings.rst
docs/api/geomancer.spellbook.rst
docs/api/geomancer.spells.rst
geomancer/__init__.py
geomancer.egg-info/PKG-INFO
geomancer.egg-info/SOURCES.txt
geomancer.egg-info/dependency_links.txt
geomancer.egg-info/not-zip-safe
geomancer.egg-info/requires.txt
geomancer.egg-info/top_level.txt
geomancer/backend/__init__.py
geomancer/backend/settings.py
geomancer/backend/cores/__init__.py
geomancer/backend/cores/base.py
geomancer/backend/cores/bq.py
geomancer/backend/cores/sqlite.py
geomancer/spellbook/__init__.py
geomancer/spellbook/spellbook.py
geomancer/spells/__init__.py
geomancer/spells/base.py
geomancer/spells/distance_to_nearest.py
geomancer/spells/length_of.py
geomancer/spells/number_of.py
tests/__init__.py
tests/conftest.py
tests/backend/__init__.py
tests/backend/cores/__init__.py
tests/backend/cores/base_test_dbcore.py
tests/backend/cores/test_bq.py
tests/backend/cores/test_sqlite.py
tests/data/sample_points.csv
tests/data/spellbook.json
tests/spellbook/test_spellbook.py
tests/spells/base_test_spell.py
tests/spells/test_distance_to_nearest.py
tests/spells/test_length_of.py
tests/spells/test_number_of.py