jira-commands

View on PyPIReverse Dependencies (0)

0.22.1 jira_commands-0.22.1-py3-none-any.whl

Wheel Details

Project: jira-commands
Version: 0.22.1
Filename: jira_commands-0.22.1-py3-none-any.whl
Download: [link]
Size: 32139
MD5: 5c840a027648b5ab270b6fef4485c0b8
SHA256: 8db1eb32de34783c72ebdcc13c8893609dae3472c8b4fa5ab598817732161e16
Uploaded: 2024-05-02 21:01:39 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: jira-commands
Version: 0.22.1
Summary: Command line utilities for interacting with JIRA
Author: Joe Block
Author-Email: jpb[at]unixorn.net
Home-Page: https://github.com/unixorn/jira-commands
Project-Url: Bug Tracker, https://github.com/unixorn/jira-commands/issues
Project-Url: Repository, https://github.com/unixorn/jira-commands
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10,<4.0.0
Requires-Dist: PyYAML (<7.0,>=6.0)
Requires-Dist: cryptography (<43.0.0,>=38.0.3)
Requires-Dist: jira (<4.0.0,>=3.1.1)
Requires-Dist: thelogrus (<0.8.0,>=0.7.0)
Description-Content-Type: text/markdown
[Description omitted; length: 7332 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.9.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
jira_commands/__init__.py sha256=aH9zzVDyZr7oa48dKDqrzkLASTkODce3oAwGNjPlbBg 117
jira_commands/cli/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
jira_commands/cli/common.py sha256=fKBwOgTgPwUn3cHqNJrW5I6ot9FvbBS7t1mkrL7jwaY 5377
jira_commands/cli/crudops.py sha256=AHuwo5x4fjPeobGoLwBY5ulobdkNOlz9VA_poVxuTw4 13783
jira_commands/cli/jc.py sha256=bYC59U-s56cPzJGWukuBOip-FaMQ7oElKFUbyD0OLNU 1544
jira_commands/cli/jql.py sha256=bAvZ2PzJxNlcd8Z-oF_VbyVLzRHj9jXvBlNjEmnWYos 1199
jira_commands/cli/labels.py sha256=RDN30NgzsfvbSz9aW4S1dg3-MBrpom9vDxu--J9Zq2U 4144
jira_commands/cli/list.py sha256=hVm7ZKCcCUevbYftKNB9cDdD5mS_1q0Cf1XbIFg7Zdo 1204
jira_commands/cli/map_extractor.py sha256=N0qDeod3h3KRM4BTO2rjyPLlQ2TT54WcRQFBbYY4shg 3222
jira_commands/cli/subtasks.py sha256=Itq_pi4-53Q-B3jfM35zWd3PtTz-ZZJy5yg00BvGj7M 3596
jira_commands/cli/vivisect.py sha256=aJTNZZ7pGUZWOq-o_htJxb-v64KzZAMH_S2GmLK5nac 6461
jira_commands/jira.py sha256=Ai29dy2bmGt4_Ueiw7f4g1Z7H2DV3MeMZoHjW7bTPoU 47031
jira_commands/utils.py sha256=8V72cWiGRdIfhJtENrE7YmZszaIPa7VrO6turBrGOAY 323
jira_commands-0.22.1.dist-info/LICENSE sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ 11357
jira_commands-0.22.1.dist-info/METADATA sha256=nvbS1OAtCTc5NgRJwNe6ZQKbajkBvMt-nOnXqNNAEYM 8126
jira_commands-0.22.1.dist-info/WHEEL sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg 88
jira_commands-0.22.1.dist-info/entry_points.txt sha256=Dsd917Lagvb5Fk7qb2sp1DFAuxZSaPEtwl9CiW54alw 3280
jira_commands-0.22.1.dist-info/RECORD

entry_points.txt

jc = jira_commands.cli.jc:jc_driver
jc-add-label = jira_commands.cli.labels:add_label
jc-assign-subtasks = jira_commands.cli.subtasks:assign_subtasks
jc-assign-ticket = jira_commands.cli.crudops:assign_ticket
jc-assign-ticket-subtasks = jira_commands.cli.subtasks:assign_subtasks
jc-close-subtasks = jira_commands.cli.subtasks:close_subtasks
jc-close-ticket = jira_commands.cli.crudops:close_ticket
jc-close-ticket-subtasks = jira_commands.cli.subtasks:close_subtasks
jc-comment-on-subtasks = jira_commands.cli.subtasks:comment_on_subtasks
jc-comment-on-ticket = jira_commands.cli.crudops:comment_on_ticket
jc-comment-on-ticket-subtasks = jira_commands.cli.subtasks:comment_on_subtasks
jc-create-ticket = jira_commands.cli.crudops:create_ticket
jc-custom-field-allowed-values = jira_commands.cli.vivisect:list_allowed_field_values
jc-dump-all-custom-field-allowed-values = jira_commands.cli.vivisect:dump_all_customfield_allowed_values
jc-dump-all-customfield-allowed-values = jira_commands.cli.vivisect:dump_all_customfield_allowed_values
jc-examine-ticket = jira_commands.cli.vivisect:vivisect
jc-extract-custom-field-mappings = jira_commands.cli.map_extractor:create_mapping_file
jc-extract-customfield-mappings = jira_commands.cli.map_extractor:create_mapping_file
jc-extract-values-for-custom-field = jira_commands.cli.vivisect:extract_allowed_values
jc-get-labels = jira_commands.cli.labels:get_labels
jc-get-link-types = jira_commands.cli.crudops:get_link_types
jc-get-priorities = jira_commands.cli.crudops:get_priorities
jc-get-priority-ids = jira_commands.cli.crudops:get_priorities
jc-jql-query = jira_commands.cli.jql:run_jql
jc-label-add = jira_commands.cli.labels:add_label
jc-label-get = jira_commands.cli.labels:get_labels
jc-label-remove = jira_commands.cli.labels:remove_label
jc-link-tickets = jira_commands.cli.crudops:link_tickets
jc-list-labels = jira_commands.cli.labels:get_labels
jc-list-project-tickets = jira_commands.cli.list:listTickets
jc-list-ticket-subtasks = jira_commands.cli.subtasks:list_subtasks
jc-list-ticket-transitions = jira_commands.cli.crudops:get_transitions
jc-remove-label = jira_commands.cli.labels:remove_label
jc-run-jql-query = jira_commands.cli.jql:run_jql
jc-ticket-assign = jira_commands.cli.crudops:assign_ticket
jc-ticket-close = jira_commands.cli.crudops:close_ticket
jc-ticket-comment = jira_commands.cli.crudops:comment_on_ticket
jc-ticket-create = jira_commands.cli.crudops:create_ticket
jc-ticket-dump-metadata = jira_commands.cli.vivisect:dump_metadata
jc-ticket-examine = jira_commands.cli.vivisect:vivisect
jc-ticket-link = jira_commands.cli.crudops:link_tickets
jc-ticket-list-subtasks = jira_commands.cli.subtasks:list_subtasks
jc-ticket-metadata = jira_commands.cli.vivisect:dump_metadata
jc-ticket-subtasks = jira_commands.cli.subtasks:list_subtasks
jc-ticket-transition-list = jira_commands.cli.crudops:get_transitions
jc-ticket-transition-set = jira_commands.cli.crudops:transition_to
jc-ticket-vivisect = jira_commands.cli.vivisect:vivisect
jc-transition-subtasks = jira_commands.cli.subtasks:transition_subtasks
jc-transition-ticket-subtasks = jira_commands.cli.subtasks:transition_subtasks
jc-transition-ticket-to = jira_commands.cli.crudops:transition_to
jc-values-for-custom-field = jira_commands.cli.vivisect:extract_allowed_values
jc-vivisect-ticket = jira_commands.cli.vivisect:vivisect