.gitignore
COPYING
MANIFEST.in
README.md
requirements-test.txt
requirements.txt
setup.py
tox.ini
.github/CODEOWNERS
bofh/__init__.py
bofh/__main__.py
bofh/cli.py
bofh/config.py
bofh/formatting.py
bofh/https.py
bofh/internal_commands.py
bofh/parser.py
bofh/proto.py
bofh/readlineui.py
bofh/version.py
bofh.egg-info/PKG-INFO
bofh.egg-info/SOURCES.txt
bofh.egg-info/dependency_links.txt
bofh.egg-info/entry_points.txt
bofh.egg-info/requires.txt
bofh.egg-info/top_level.txt
data/cacerts.pem
docs/Makefile
docs/README.md
docs/requirements.txt
docs/source/conf.py
docs/source/develop.rst
docs/source/index.rst
docs/source/install.rst
docs/source/intro.rst
docs/source/man/pybofh.rst
docs/source/modules/bofh.config.rst
docs/source/modules/bofh.formatting.rst
docs/source/modules/bofh.parser.rst
docs/source/modules/bofh.proto.rst
docs/source/modules/bofh.readlineui.rst
docs/source/modules/bofh.rst
docs/source/modules/index.rst
examples/change_password.py
scripts/bofh
tests/conftest.py
tests/test_dummy.py
tests/test_formatting.py
tests/test_parser_command.py
tests/test_parser_lexer.py