.coveragerc
.gitignore
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
bin/build_package.sh
bin/publish_package.sh
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
notes/ideas.adoc
src/IntelTwin.egg-info/PKG-INFO
src/IntelTwin.egg-info/SOURCES.txt
src/IntelTwin.egg-info/dependency_links.txt
src/IntelTwin.egg-info/entry_points.txt
src/IntelTwin.egg-info/not-zip-safe
src/IntelTwin.egg-info/requires.txt
src/IntelTwin.egg-info/top_level.txt
src/inteltwin/__init__.py
src/inteltwin/api/__init__.py
src/inteltwin/api/skeleton.py
src/inteltwin/cli/__init__.py
src/inteltwin/sdk/__init__.py
src/tmp/atlassian_jira.py
src/tmp/blg_database.py
src/tmp/blg_env.py
src/tmp/google_docs.py
src/tmp/google_drive.py
src/tmp/google_gmail.py
src/tmp/google_people.py
src/tmp/google_quickstart.py
src/tmp/google_reseller.py
src/tmp/google_sheets.py
src/tmp/test_blg_database.py
src/tmp/test_google.py
src/tmp/test_jira.py
tests/conftest.py
tests/test_skeleton.py