.gitignore
CHANGELOG.md
LICENSE
README.md
pyproject.toml
.github/workflows/build.yml
.github/workflows/github-publish.yml
.github/workflows/pypi-publish.yml
.github/workflows/test-pypi-publish.yml
.vscode/settings.json
docs/Branch.ipynb
docs/BranchTree.ipynb
docs/Tree.ipynb
swcgeom/__init__.py
swcgeom/_version.py
swcgeom.egg-info/PKG-INFO
swcgeom.egg-info/SOURCES.txt
swcgeom.egg-info/dependency_links.txt
swcgeom.egg-info/requires.txt
swcgeom.egg-info/top_level.txt
swcgeom/core/__init__.py
swcgeom/core/branch.py
swcgeom/core/branch_tree.py
swcgeom/core/tree.py
swcgeom/data/__init__.py
swcgeom/data/downloader.py
swcgeom/data/transforms.py
swcgeom/data/torch/__init__.py
swcgeom/data/torch/branch_dataset.py
swcgeom/data/torch/branch_tree_folder_dataset.py
swcgeom/data/torch/tree_folder_dataset.py
swcgeom/data/torch/transforms/__init__.py
swcgeom/data/torch/transforms/branch_transforms.py
swcgeom/data/torch/transforms/tree_transforms.py
swcgeom/utils/__init__.py
swcgeom/utils/painter.py
swcgeom/utils/transforms.py