Installation

Requirements

  • Python 3.12 or later

  • A Jira Cloud instance with an API token

Install from PyPI

Using uv:

uv add pyjiraV3

Using pip:

pip install pyjiraV3

Install from Source

git clone https://github.com/faulander/pyjira.git
cd pyjira
uv sync

Dependencies

pyJiraV3 has minimal runtime dependencies:

Package

Version

Purpose

httpx

>= 0.28

HTTP client with sync and async support

pydantic

>= 2.0

Data validation and typed models

Verify Installation

import pyjira
print(pyjira.__version__)