.pre-commit-config.yaml
.stestr.conf
.travis.yml
AUTHORS
CONTRIBUTING.rst
ChangeLog
LICENSE
Makefile
README.rst
dev-requirements.txt
pyproject.toml
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox.ini
assets/bot-icon.png
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
tests/__init__.py
tests/test_trellozilla.py
tests/core/__init__.py
tests/core/test_bugzilla.py
tests/core/test_config.py
tests/core/test_trello.py
tests/jobs/__init__.py
tests/jobs/test_generate_trello_oauth_token.py
trellozilla/__init__.py
trellozilla/__main__.py
trellozilla.egg-info/PKG-INFO
trellozilla.egg-info/SOURCES.txt
trellozilla.egg-info/dependency_links.txt
trellozilla.egg-info/entry_points.txt
trellozilla.egg-info/not-zip-safe
trellozilla.egg-info/pbr.json
trellozilla.egg-info/requires.txt
trellozilla.egg-info/top_level.txt
trellozilla/core/__init__.py
trellozilla/core/bugzilla.py
trellozilla/core/config.py
trellozilla/core/trello.py
trellozilla/jobs/__init__.py
trellozilla/jobs/generate_trello_oauth_token.py