.gitignore
.readthedocs.yml
.releaserc.json
.travis.yml
LICENSE
README.md
deploy.sh
dev-requirements.txt
docker-compose.yml
requirements.txt
setup.py
docs/Makefile
docs/client_api_ref.rst
docs/conf.py
docs/contents.rst
docs/index.rst
docs/installation.md
docs/make.bat
docs/quickstart.md
docs/requirements.txt
speckle/Cache.py
speckle/SpeckleClient.py
speckle/__init__.py
speckle.egg-info/PKG-INFO
speckle.egg-info/SOURCES.txt
speckle.egg-info/dependency_links.txt
speckle.egg-info/requires.txt
speckle.egg-info/top_level.txt
speckle/base/__init__.py
speckle/base/client.py
speckle/base/resource.py
speckle/resources/__init__.py
speckle/resources/accounts.py
speckle/resources/api_clients.py
speckle/resources/comments.py
speckle/resources/objects.py
speckle/resources/projects.py
speckle/resources/streams.py
speckle/schemas/Arc.py
speckle/schemas/Brep.py
speckle/schemas/Interval.py
speckle/schemas/Line.py
speckle/schemas/Mesh.py
speckle/schemas/Null.py
speckle/schemas/Plane.py
speckle/schemas/Point.py
speckle/schemas/Polycurve.py
speckle/schemas/Polyline.py
speckle/schemas/Vector.py
speckle/schemas/__init__.py
tests/conftest.py
tests/resources/test_accounts.py
tests/resources/test_api_clients.py
tests/resources/test_cache.py
tests/resources/test_comments.py
tests/resources/test_objects.py
tests/resources/test_projects.py
tests/resources/test_streams.py