Skip to main content

Atlassian REST API Python Wrapper.

Project description

Atlassian Python APIs

This library is a wrapper of Atlassian Rest APIs using Python, such as Jira(In progress), BitBucket(TODO), etc.

Purpose

  • In order to be better and more convenient to use.
  • The pursuit of simple, lightweight, easy to use.

QuickStart

from jira import JIRA

jira = Jira(url='https://jira.atlassian.com', username='username', password='password')
status = jira.get_status('TEST-001')
print(status)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

atlassian_api_py-0.0.1-py3-none-any.whl (5.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page