.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/reference/index.rst
docs/reference/litmos_api.rst
src/__init__.py
src/litmos/__init__.py
src/litmos/api.py
src/litmos/course.py
src/litmos/course_module.py
src/litmos/litmos.py
src/litmos/team.py
src/litmos/team_hierarchy.py
src/litmos/user.py
src/litmos_api.egg-info/PKG-INFO
src/litmos_api.egg-info/SOURCES.txt
src/litmos_api.egg-info/dependency_links.txt
src/litmos_api.egg-info/not-zip-safe
src/litmos_api.egg-info/requires.txt
src/litmos_api.egg-info/top_level.txt
tests/__init__.py
tests/test_course.py
tests/test_integration.py
tests/test_litmos.py
tests/test_litmos_api.py
tests/test_litmos_type.py
tests/test_team.py
tests/test_team_hierarchy.py
tests/test_user.py
tests/fixtures/add-sub-team.yml
tests/fixtures/add-users.yml
tests/fixtures/create-new-user.yml
tests/fixtures/create-user-already-exists.yml
tests/fixtures/deactivate-user.yml
tests/fixtures/delete-user.yml
tests/fixtures/end-to-end-integration-test.yml
tests/fixtures/find-and-update-user.yml
tests/fixtures/find-user.yml
tests/fixtures/get-sub-teams.yml
tests/fixtures/get-team-users.yml
tests/fixtures/mark-module-complete.yml
tests/fixtures/module_complete.yml
tests/fixtures/promote-and-demote-user.yml
tests/fixtures/remove-teams-from-user.yml
tests/fixtures/remove-user.yml
tests/fixtures/search-users-not-found.yml
tests/fixtures/search-users.yml
tests/fixtures/teams-all-paginated.yml
tests/fixtures/teams-create.yml
tests/fixtures/users-all-paginated.yml
tests/fixtures/users-create.yml