.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
README.md
README.rst
publish.sh
requirements.txt
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/_static/.gitignore
src/dgcnn/__init__.py
src/dgcnn/attention.py
src/dgcnn/components.py
src/dgcnn/layers.py
src/dgcnn/utils.py
src/dgcnn.egg-info/PKG-INFO
src/dgcnn.egg-info/SOURCES.txt
src/dgcnn.egg-info/dependency_links.txt
src/dgcnn.egg-info/not-zip-safe
src/dgcnn.egg-info/requires.txt
src/dgcnn.egg-info/top_level.txt
tests/conftest.py
tests/test_skeleton.py