Release v0.3.2 (What’s new?).

Documentation Status https://github.com/MacHu-GWU/pyatlassian-project/actions/workflows/main.yml/badge.svg https://codecov.io/gh/MacHu-GWU/pyatlassian-project/branch/main/graph/badge.svg https://img.shields.io/pypi/v/pyatlassian.svg https://img.shields.io/pypi/l/pyatlassian.svg https://img.shields.io/pypi/pyversions/pyatlassian.svg https://img.shields.io/badge/Release_History!--None.svg?style=social https://img.shields.io/badge/STAR_Me_on_GitHub!--None.svg?style=social
https://img.shields.io/badge/Link-Document-blue.svg https://img.shields.io/badge/Link-API-blue.svg https://img.shields.io/badge/Link-Install-blue.svg https://img.shields.io/badge/Link-GitHub-blue.svg https://img.shields.io/badge/Link-Submit_Issue-blue.svg https://img.shields.io/badge/Link-Request_Feature-blue.svg https://img.shields.io/badge/Link-Download-blue.svg

Welcome to pyatlassian Documentation

https://pyatlassian.readthedocs.io/en/latest/_static/pyatlassian-logo.png

pyatlassian provides a clean, intuitive, and fully-typed Python interface for interacting with Atlassian’s cloud services like Confluence and Jira. While other Python clients exist for Atlassian’s APIs, many are based on outdated APS specifications. PyAtlassian is built from the ground up to work seamlessly with the latest REST API versions.

Key Features

  • Modern Python Support: Built for modern Python with full type hints

  • Cloud-First Design: Optimized for Atlassian cloud services

  • REST API Focused: Direct interface with the latest Atlassian REST APIs

  • Products Supported:
    • Confluence Cloud

    • JIRA Cloud

    • More products coming soon…

Development Philosophy

While the initial vision for pyatlassian included automatic code generation from OpenAPI specifications, we chose a pragmatic approach focused on delivering immediate value. Here’s why:

  • Focus on Immediate Needs: Rather than waiting for a complete OpenAPI-based solution, we’re manually implementing the most critical API endpoints to provide a working solution sooner.

  • Quality Over Automation: Hand-crafted implementations allow us to provide a more Pythonic and intuitive interface, optimized for real-world usage patterns.

  • Parallel Development: While this project delivers immediate value through manual implementation, we maintain a separate project focused on OpenAPI-based generation for future scalability.

Install

pyatlassian is released on PyPI, so all you need is to:

$ pip install pyatlassian

To upgrade to latest version:

$ pip install --upgrade pyatlassian

Table of Content

About the Author

(\ (\
( -.-)o
o_(")(")

Sanhe Hu is a seasoned software engineer with a deep passion for Python development since 2010. As an author and maintainer of 20+ open-source projects, I bring a wealth of experience to the table. As a Senior Solution Architect and Subject Matter Expert in Amazon Web Services, Cloud Engineering, DevOps, Big Data, and Machine Learning, I thrive on helping clients with platform design, enterprise architecture, and strategic roadmaps.

Talk is cheap, show me the code:

API Document