MANIFEST.in
readme.rst
requirements.txt
setup.cfg
setup.py
jirafs/__init__.py
jirafs/cmdline.py
jirafs/constants.py
jirafs/exceptions.py
jirafs/jirafieldmanager.py
jirafs/jiralinkmanager.py
jirafs/migrations.py
jirafs/plugin.py
jirafs/readers.py
jirafs/ticketfolder.py
jirafs/utils.py
jirafs.egg-info/PKG-INFO
jirafs.egg-info/SOURCES.txt
jirafs.egg-info/dependency_links.txt
jirafs.egg-info/entry_points.txt
jirafs.egg-info/requires.txt
jirafs.egg-info/top_level.txt
jirafs/commands/__init__.py
jirafs/commands/assign.py
jirafs/commands/build.py
jirafs/commands/clone.py
jirafs/commands/commit.py
jirafs/commands/config.py
jirafs/commands/create.py
jirafs/commands/debug.py
jirafs/commands/diff.py
jirafs/commands/fetch.py
jirafs/commands/field.py
jirafs/commands/git.py
jirafs/commands/log.py
jirafs/commands/macropatch.py
jirafs/commands/match.py
jirafs/commands/merge.py
jirafs/commands/open.py
jirafs/commands/plugins.py
jirafs/commands/pull.py
jirafs/commands/push.py
jirafs/commands/search_users.py
jirafs/commands/setfield.py
jirafs/commands/status.py
jirafs/commands/submit.py
jirafs/commands/subtask.py
jirafs/commands/transition.py
tests/__init__.py
tests/base.py
tests/environment.py
tests/test_command_result.py
tests/test_jirafieldmanager.py
tests/test_plugins.py
tests/test_ticketfolder.py
tests/test_utils.py
tests/assets/basic.issue.json
tests/assets/basic.status.json
tests/assets/test_fetch/fetched.json
tests/assets/test_status_local_changes/alpha.svg
tests/commands/__init__.py
tests/commands/base.py
tests/commands/test_push.py
tests/features/clone.feature
tests/features/field.feature
tests/integration/__init__.py
tests/integration/base.py
tests/integration/test_clone_issue.py
tests/steps/__init__.py
tests/steps/basic.py