.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
pyproject.toml
.github/workflows/test_and_deploy.yml
bg_atlasapi/__init__.py
bg_atlasapi/bg_atlas.py
bg_atlasapi/cli.py
bg_atlasapi/config.py
bg_atlasapi/core.py
bg_atlasapi/descriptors.py
bg_atlasapi/list_atlases.py
bg_atlasapi/structure_class.py
bg_atlasapi/structure_tree_util.py
bg_atlasapi/update_atlases.py
bg_atlasapi/utils.py
bg_atlasapi.egg-info/PKG-INFO
bg_atlasapi.egg-info/SOURCES.txt
bg_atlasapi.egg-info/dependency_links.txt
bg_atlasapi.egg-info/entry_points.txt
bg_atlasapi.egg-info/requires.txt
bg_atlasapi.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_bg_atlas.py
tests/test_cli.py
tests/test_config_file.py
tests/test_core_atlas.py
tests/test_list_atlases.py
tests/test_structure_dict.py
tests/test_update_atlas.py
tests/test_utils.py