LICENSE
MANIFEST.in
README.rst
setup.py
tox.ini
examples/config.sample
examples/projects.sample
exporter/__init__.py
exporter/__main__.py
exporter/cli.py
exporter/config.py
exporter/exeptions.py
exporter/helpers.py
exporter/logger.py
exporter/logic.py
fit_ctu_gitlab_exporter.egg-info/PKG-INFO
fit_ctu_gitlab_exporter.egg-info/SOURCES.txt
fit_ctu_gitlab_exporter.egg-info/dependency_links.txt
fit_ctu_gitlab_exporter.egg-info/entry_points.txt
fit_ctu_gitlab_exporter.egg-info/not-zip-safe
fit_ctu_gitlab_exporter.egg-info/requires.txt
fit_ctu_gitlab_exporter.egg-info/top_level.txt
tests/helper.py
tests/test_config_file_format.py
tests/test_project_file_format.py
tests/test_task_export_project.py
tests/test_task_fetch_gitlab_project.py
tests/test_task_push_to_github.py
tests/fixtures/.gitkeep
tests/fixtures/config/empty_config.cfg
tests/fixtures/config/missing_github_and_gitlab_section.cfg
tests/fixtures/config/missing_github_section.cfg
tests/fixtures/config/missing_github_token.cfg
tests/fixtures/config/missing_gitlab_section.cfg
tests/fixtures/config/missing_gitlab_token.cfg
tests/fixtures/config/ok_additional_sections.cfg
tests/fixtures/config/ok_example_config.cfg
tests/fixtures/dummy/dummy_config.cfg
tests/fixtures/dummy/dummy_projects.cfg
tests/fixtures/projects/incorrect_ambiguous_github.cfg
tests/fixtures/projects/incorrect_empty.cfg
tests/fixtures/projects/incorrect_empty_lines.cfg
tests/fixtures/projects/incorrect_number_of_words.cfg
tests/fixtures/projects/incorrect_random.cfg
tests/fixtures/projects/incorrect_repo_separator_with_visibility.cfg
tests/fixtures/projects/incorrect_repo_separator_without_visibility.cfg
tests/fixtures/projects/incorrect_repo_visibility_specifier.cfg
tests/fixtures/projects/incorrect_repo_visibility_specifier_simple.cfg
tests/fixtures/projects/ok1_example.cfg
tests/fixtures/projects/ok2.cfg
tests/fixtures/projects/ok3.cfg
tests/fixtures/projects/ok4.cfg
tests/fixtures/projects/ok5.cfg
tests/fixtures/projects/ok6.cfg
tests/fixtures/projects/ok7.cfg