Metadata-Version: 2.4
Name: jps-jira-workspace-utils
Version: 1.0.1
Summary: Utility for creating Jira workspaces and seeding README files.
Author-email: Jaideep Sundaram <jai-python3@gmail.com>
License: MIT License
Keywords: jira,workspace,automation,cli
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: test
Requires-Dist: pytest>=8.0.0; extra == "test"
Provides-Extra: dev
Requires-Dist: flake8>=7.0.0; extra == "dev"
Requires-Dist: black>=24.0.0; extra == "dev"
Requires-Dist: build>=1.2.1; extra == "dev"
Requires-Dist: twine>=5.0.0; extra == "dev"
Requires-Dist: pre-commit>=3.7.0; extra == "dev"
Dynamic: license-file

# jps-jira-workspace-utils

A lightweight command-line utility for creating Jira ticket workspaces and seeding README.md files.

## Installation
```bash
pip install jps-jira-workspace-utils
```

## Usage
```bash
create-jira-workspace --ticket BISD-1050
```

If no ticket is provided, you will be prompted to enter one interactively.

## Example
```bash
$ create-jira-workspace --ticket BISD-1050
~/jira/BISD-1050
~/jira/BISD-1050/README.md
```

## License
MIT License © 2025 Jaideep Sundaram
