LICENSE
README.md
pyproject.toml
graphplug/__init__.py
graphplug/_auth.py
graphplug/_errors.py
graphplug/_http.py
graphplug/_log.py
graphplug/_operations.py
graphplug/_request.py
graphplug/_scopes.py
graphplug/py.typed
graphplug.egg-info/PKG-INFO
graphplug.egg-info/SOURCES.txt
graphplug.egg-info/dependency_links.txt
graphplug.egg-info/requires.txt
graphplug.egg-info/top_level.txt
graphplug/_resources/__init__.py
graphplug/_resources/base.py
graphplug/_resources/calendar.py
graphplug/_resources/files.py
graphplug/_resources/mail.py
graphplug/_resources/teams.py
graphplug/_resources/users.py
tests/test_errors_and_logging.py
tests/test_files_teams_users.py
tests/test_for_user.py
tests/test_operations.py
tests/test_redirect_and_construction.py
tests/test_requests.py
tests/test_resources.py
tests/test_signin.py
tests/test_transport.py