.gitattributes
.gitignore
.lgtm.yml
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
NOTICE.md
README.md
mkdocs.yml
pyproject.toml
setup.py
.github/CODE_OF_CONDUCT.md
.github/CONTRIBUTING.md
.github/DEVELOPER_CERTIFICATE.md
.github/PULL_REQUEST_TEMPLATE.md
.github/SECURITY.md
.github/prettier.json
.github/renovate.json
.github/ISSUE_TEMPLATE/bug-report.md
.github/ISSUE_TEMPLATE/feature-request.md
botstrap/__init__.py
botstrap/__main__.py
botstrap/colors.py
botstrap/flow.py
botstrap/options.py
botstrap/strings.py
botstrap.egg-info/PKG-INFO
botstrap.egg-info/SOURCES.txt
botstrap.egg-info/dependency_links.txt
botstrap.egg-info/requires.txt
botstrap.egg-info/top_level.txt
botstrap/internal/__init__.py
botstrap/internal/argstrap.py
botstrap/internal/clisession.py
botstrap/internal/metadata.py
botstrap/internal/secrets.py
botstrap/internal/tokens.py
docs/index.md
docs/readme.md
docs/requirements.in
docs/requirements.txt
docs/api/botstrap.md
docs/api/cli-colors.md
docs/api/cli-strings.md
docs/api/color.md
docs/api/index.md
docs/api/option.md
docs/images/logo-192.png
docs/images/logo-48.png
docs/images/readme.md
docs/images/robot-happy-black.png
docs/images/robot-happy-white.png
docs/images/robot-happy.svg
docs/internal/argstrap.md
docs/internal/cli-session.md
docs/internal/index.md
docs/internal/metadata.md
docs/internal/secret.md
docs/internal/token.md
docs/javascripts/global.js
docs/javascripts/local.js
docs/javascripts/pylight.js
docs/stylesheets/argstrap.css
docs/stylesheets/botstrap.css
docs/stylesheets/cli-strings.css
docs/stylesheets/color.css
docs/stylesheets/global.css
docs/stylesheets/material.css
docs/stylesheets/option.css
examples/README.md
examples/librarybot.py
examples/examplebot/__init__.py
examples/examplebot/__main__.py
examples/examplebot/extras.py