.pre-commit-config.yaml
AUTHORS
ChangeLog
readme.md
requirements.txt
setup.cfg
setup.py
.github/workflows/lint.yml
.github/workflows/test.yml
docs/Makefile
docs/api_documentation.rst
docs/appendix.rst
docs/commands.rst
docs/conf.py
docs/evaluation_location.csv
docs/functions.rst
docs/how_to.rst
docs/index.rst
docs/make.bat
docs/query.rst
docs/query_lifecycle.rst
docs/quickstart.rst
docs/requirements.txt
docs/run.py
docs/source/jira_select.commands.rst
docs/source/jira_select.formatters.rst
docs/source/jira_select.functions.rst
docs/source/jira_select.rst
docs/source/modules.rst
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/shell.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/estimate_to_days.py
jira_select/functions/field_by_name.py
jira_select/functions/sprint_details.py
jira_select/functions/sprint_name.py
tests/__init__.py
tests/base.py
tests/test_query.py
tests/test_utils.py