Metadata-Version: 2.1
Name: shipyard-jira
Version: 0.1.2
Summary: A local client for connecting and working with Jira
Author: JR
Author-email: johnathan.rodriguez@shipyardapp.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: requests (>=2.30.0,<3.0.0)
Description-Content-Type: text/markdown

# Shipyard Jira
Shipyard Jira is a Python library that provides a convenient interface for interacting with the Jira issue tracking system. It simplifies the process of managing Jira issues, allowing users to create, update, and query issues programmatically.

## Installation
```bash
pip install shipyard-jira
```
## Create an API token
Create an API token from your Atlassian account:

**STEP 1.** Log in to https://id.atlassian.com/manage-profile/security/api-tokens.

**STEP 2.** Click Create API token.

**STEP 3.** From the dialog that appears, enter a memorable and concise Label for your token and click Create.

**STEP 4.** Click Copy to clipboard, then paste the token to your script, or elsewhere to save:
 
**_NOTE:_** 

* For security reasons it isn't possible to view the token after closing the creation dialog; if necessary, create a new token.
* You should store the token securely, just as for any password.
