MANIFEST.in
Makefile
README.md
requirements-swh.txt
requirements-test.txt
requirements.txt
setup.py
version.txt
bin/ghlister
swh/__init__.py
swh.lister.egg-info/PKG-INFO
swh.lister.egg-info/SOURCES.txt
swh.lister.egg-info/dependency_links.txt
swh.lister.egg-info/requires.txt
swh.lister.egg-info/top_level.txt
swh/lister/__init__.py
swh/lister/_version.py
swh/lister/cli.py
swh/lister/utils.py
swh/lister/bitbucket/__init__.py
swh/lister/bitbucket/lister.py
swh/lister/bitbucket/models.py
swh/lister/bitbucket/tasks.py
swh/lister/bitbucket/tests/__init__.py
swh/lister/bitbucket/tests/api_empty_response.json
swh/lister/bitbucket/tests/api_response.json
swh/lister/bitbucket/tests/test_bb_lister.py
swh/lister/core/__init__.py
swh/lister/core/abstractattribute.py
swh/lister/core/db_utils.py
swh/lister/core/indexing_lister.py
swh/lister/core/lister_base.py
swh/lister/core/lister_transports.py
swh/lister/core/models.py
swh/lister/core/page_by_page_lister.py
swh/lister/core/simple_lister.py
swh/lister/core/tasks.py
swh/lister/core/tests/__init__.py
swh/lister/core/tests/test_abstractattribute.py
swh/lister/core/tests/test_lister.py
swh/lister/core/tests/test_model.py
swh/lister/debian/__init__.py
swh/lister/debian/lister.py
swh/lister/debian/tasks.py
swh/lister/debian/utils.py
swh/lister/github/__init__.py
swh/lister/github/lister.py
swh/lister/github/models.py
swh/lister/github/tasks.py
swh/lister/github/tests/__init__.py
swh/lister/github/tests/api_empty_response.json
swh/lister/github/tests/api_response.json
swh/lister/github/tests/test_gh_lister.py
swh/lister/gitlab/__init__.py
swh/lister/gitlab/lister.py
swh/lister/gitlab/models.py
swh/lister/gitlab/tasks.py
swh/lister/gitlab/tests/__init__.py
swh/lister/gitlab/tests/api_empty_response.json
swh/lister/gitlab/tests/api_response.json
swh/lister/gitlab/tests/test_gitlab_lister.py
swh/lister/pypi/__init__.py
swh/lister/pypi/lister.py
swh/lister/pypi/models.py
swh/lister/pypi/tasks.py
swh/lister/tests/__init__.py
swh/lister/tests/test_utils.py