CHANGELOG.md
LICENSE
MANIFEST.in
Makefile
README.md
requirements.txt
requirements_dev.txt
setup.cfg
setup.py
binder/README.md
binder/environment.yml
binder/postBuild
docs/notebooks/README.md
docs/notebooks/building_numbers.ipynb
docs/notebooks/country_names.ipynb
docs/notebooks/demo.ipynb
docs/notebooks/interactive_map_layer_introduction.ipynb
docs/notebooks/spaces_class_example.ipynb
docs/notebooks/talk_pyml_geopython_2020.ipynb
docs/notebooks/visual_clipping.ipynb
docs/notebooks/xyz_pro_features_examples.ipynb
docs/notebooks/xyzspaces_configurations.ipynb
images/building_numbers.gif
images/example_map.png
images/xyz.png
scripts/README.md
scripts/build_docs.sh
scripts/check_xyz_platform.py
scripts/walk_spaces.py
tests/config/__init__.py
tests/config/test_config.py
tests/curl/__init__.py
tests/curl/test_curl.py
tests/hub/__init__.py
tests/hub/conftest.py
tests/hub/test_aliases.py
tests/hub/test_api.py
tests/hub/test_datasets.py
tests/hub/test_exceptions.py
tests/hub/test_logconf.py
tests/hub/test_misc.py
tests/hub/test_proxy.py
tests/hub/test_search.py
tests/iml/__init__.py
tests/iml/conftest.py
tests/iml/test_api.py
tests/iml/test_credentials.py
tests/iml/test_exceptions.py
tests/iml/test_iml.py
tests/iml/test_layer.py
tests/iml/test_lookup_api.py
tests/project/__init__.py
tests/project/conftest.py
tests/project/test_projects.py
tests/space/__init__.py
tests/space/conftest.py
tests/space/test_space_objects.py
tests/token/__init__.py
tests/token/conftest.py
tests/token/test_auth.py
tests/token/test_basic.py
tests/tools/__init__.py
tests/tools/test_tools.py
tests/utils/__init__.py
tests/utils/test_utils.py
xyzspaces/__init__.py
xyzspaces/__version__.py
xyzspaces/apis.py
xyzspaces/auth.py
xyzspaces/curl.py
xyzspaces/exceptions.py
xyzspaces/logconf.py
xyzspaces/spaces.py
xyzspaces/tools.py
xyzspaces/utils.py
xyzspaces.egg-info/PKG-INFO
xyzspaces.egg-info/SOURCES.txt
xyzspaces.egg-info/dependency_links.txt
xyzspaces.egg-info/requires.txt
xyzspaces.egg-info/top_level.txt
xyzspaces/config/__init__.py
xyzspaces/config/default.py
xyzspaces/config/logconfig.json
xyzspaces/datasets/LICENSE
xyzspaces/datasets/__init__.py
xyzspaces/datasets/chicago_parks.geo.json
xyzspaces/datasets/countries.geo.json
xyzspaces/iml/__init__.py
xyzspaces/iml/auth.py
xyzspaces/iml/catalog.py
xyzspaces/iml/credentials.py
xyzspaces/iml/exceptions.py
xyzspaces/iml/layer.py