AUTHORS.md
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
src/compas_assembly/__init__.py
src/compas_assembly/install.py
src/compas_assembly.egg-info/PKG-INFO
src/compas_assembly.egg-info/SOURCES.txt
src/compas_assembly.egg-info/dependency_links.txt
src/compas_assembly.egg-info/not-zip-safe
src/compas_assembly.egg-info/requires.txt
src/compas_assembly.egg-info/top_level.txt
src/compas_assembly/algorithms/__init__.py
src/compas_assembly/algorithms/hull.py
src/compas_assembly/algorithms/hull_numpy.py
src/compas_assembly/algorithms/interfaces.py
src/compas_assembly/algorithms/interfaces_numpy.py
src/compas_assembly/algorithms/nnbrs.py
src/compas_assembly/artists/__init__.py
src/compas_assembly/artists/assemblyartist.py
src/compas_assembly/datastructures/__init__.py
src/compas_assembly/datastructures/assembly.py
src/compas_assembly/datastructures/block.py
src/compas_assembly/datastructures/interface.py
src/compas_assembly/geometry/__init__.py
src/compas_assembly/geometry/_geometry.py
src/compas_assembly/geometry/arch.py
src/compas_assembly/geometry/dome.py
src/compas_assembly/geometry/wall.py
src/compas_assembly/rhino/__init__.py
src/compas_assembly/rhino/assemblyartist.py