Metadata-Version: 2.4
Name: py-jira-client
Version: 0.1.7
Summary: Python client library for JIRA API
Author-email: Rushil Patel <rpatel@codegen.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/codegen-sh/py-jira
Project-URL: Repository, https://github.com/codegen-sh/py-jira
Project-URL: Issues, https://github.com/codegen-sh/py-jira/issues
Keywords: jira,api,client,atlassian
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: urllib3>=1.25.3
Requires-Dist: pydantic>=2.0.0
Requires-Dist: python-dateutil>=2.8.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
Requires-Dist: twine>=4.0.0; extra == "dev"

# py-jira

A Python client library for JIRA API that provides easy-to-use interfaces for interacting with Atlassian JIRA instances.

## Installation

```bash
uv add py-jira-client
```


## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request.
