Contents

atlassian-python-api 4.0.7

0

Python Atlassian REST API Wrapper

Python Atlassian REST API Wrapper

Stars: 1609, Watchers: 1609, Forks: 710, Open Issues: 206

The atlassian-api/atlassian-python-api repo was created 11 years ago and the last code push was 2 months ago.
The project is very popular with an impressive 1609 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-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 206 open issues on GitHub

  • List page tree / hierarchy for a Confluence space
  • fix: add python_requires='>=3.9' to prevent install on Python 3.8
  • Update example to show getting issues with pagination
  • jira reindex foreground and reindex_status functions fail
  • Jira: add get_custom_field_options method, get_autocomplete_data method, and get_autocomplete_suggestion method.
  • test: ensure page exists before attaching files
  • examples/bitbucket/bitbucket_cloud_oo.py 401 error
  • HTTP 401 on download_attachments_from_page() but not get_attachments_from_content()
  • Confluence - export space functionality

See more issues on GitHub

Related Packages & Articles

httpie 3.2.4

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.129.0

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

ariadne 0.28.0

Ariadne is a Python library for implementing GraphQL servers.