Contents

atlassian-python-api 3.41.11

0

Python Atlassian REST API Wrapper

Python Atlassian REST API Wrapper

Stars: 1249, Watchers: 1249, Forks: 627, Open Issues: 230

The atlassian-api/atlassian-python-api repo was created 9 years ago and the last code push was 1 weeks ago.
The project is very popular with an impressive 1249 github stars!

How to Install atlassian-python-api

You can install atlassian-python-api using pip

pip install atlassian-python-api

or add it to a project with poetry

poetry add atlassian-python-api

Package Details

Author
Matt Harasymczuk
License
Apache License 2.0
Homepage
https://github.com/atlassian-api/atlassian-python-api
PyPi:
https://pypi.org/project/atlassian-python-api/
GitHub Repo:
https://github.com/atlassian-api/atlassian-python-api

Classifiers

  • Internet
  • Internet/WWW/HTTP
  • Internet/WWW/HTTP/Dynamic Content
  • Software Development/Libraries/Application Frameworks
  • Software Development/Libraries/Python Modules
  • Utilities
No  atlassian-python-api  pypi packages just yet.

Errors

A list of common atlassian-python-api errors.

Code Examples

Here are some atlassian-python-api code examples and snippets.

GitHub Issues

The atlassian-python-api package has 230 open issues on GitHub

  • Installing this package makes tests importable
  • Bitbucket Cloud: provide custom raise_for_status
  • Bitbucket Cloud: Add support for commit/commits endpoint
  • Bitbucket Cloud: allow to access repositories directly
  • issue with raise_for_status()
  • JIRA 400 error on jira.edit_issue()
  • Login via Personal Access Token into confluence
  • pip install fails on Python 3.9 for version 3.17.0 (and also 3.15.0) on Debian 11
  • [3.17.0] the software tests are installed
  • [WIP] Add exponential backoff and retry functionality to rest_client
  • [BitBucket] Cloud and get_branches()
  • [WIP] Insight
  • Grant repository permissions on bitbucket cloud
  • confluence integrate with cas, the login is failed, how to verify
  • Fix branches/tags for cloud usage

See more issues on GitHub

Related Packages & Articles

httpie 3.2.2

The httpie Python package is a user-friendly command-line HTTP client for the API era. It aims to simplify the interaction with web services from the command line, making it an excellent tool for testing, debugging, and interacting with APIs and HTTP servers. httpie provides a range of features, including expressive syntax, colorized output, built-in JSON support, and the ability to handle forms and file uploads. This package is a key tool in the realm of Web Development and API Testing.

fastapi 0.110.1

FastAPI framework, high performance, easy to learn, fast to code, ready for production

ariadne 0.23.0

Ariadne is a Python library for implementing GraphQL servers.