.gitignore
.gitlab-ci.yml
.readthedocs.yaml
CHANGELOG.md
LICENSE
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
teachers-gitlab.sh
.github/dependabot.yml
.github/workflows/get-release-notes.sh
.github/workflows/pytest.yml
.github/workflows/release.yml
doc/.gitignore
doc/Makefile
doc/conf.py
doc/development.rst
doc/first-steps.rst
doc/index.rst
doc/install.rst
doc/requirements-doc.txt
doc/commands/index.rst
doc/how-to/index.rst
doc/how-to/list-of-students.rst
doc/how-to/structure.rst
doc/how-to/token.rst
src/teachers_gitlab/__init__.py
src/teachers_gitlab/main.py
src/teachers_gitlab/utils.py
src/teachers_gitlab.egg-info/PKG-INFO
src/teachers_gitlab.egg-info/SOURCES.txt
src/teachers_gitlab.egg-info/dependency_links.txt
src/teachers_gitlab.egg-info/entry_points.txt
src/teachers_gitlab.egg-info/requires.txt
src/teachers_gitlab.egg-info/top_level.txt
tests/conftest.py
tests/mocks_bits.py
tests/mocks_entries.py
tests/mocks_gitlab_api.py
tests/test_creategroup.py
tests/test_createtag.py
tests/test_fork.py
tests/test_protecttag.py
tests/test_rmmember.py
tests/test_settings.py
tests/test_unprotect.py