.pre-commit-config.yaml
AUTHORS
ChangeLog
readme.md
requirements.txt
setup.cfg
setup.py
.github/workflows/lint.yml
.github/workflows/test.yml
jira_select/__init__.py
jira_select/cmdline.py
jira_select/constants.py
jira_select/exceptions.py
jira_select/plugin.py
jira_select/query.py
jira_select/types.py
jira_select/utils.py
jira_select.egg-info/PKG-INFO
jira_select.egg-info/SOURCES.txt
jira_select.egg-info/dependency_links.txt
jira_select.egg-info/entry_points.txt
jira_select.egg-info/not-zip-safe
jira_select.egg-info/pbr.json
jira_select.egg-info/requires.txt
jira_select.egg-info/top_level.txt
jira_select/commands/__init__.py
jira_select/commands/build_query.py
jira_select/commands/configure.py
jira_select/commands/functions.py
jira_select/commands/run.py
jira_select/commands/schema.py
jira_select/commands/store_password.py
jira_select/formatters/__init__.py
jira_select/formatters/csv.py
jira_select/functions/__init__.py
jira_select/functions/field_by_name.py
jira_select/functions/sprint_name.py
tests/test_query.py