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
Release history Release notifications | RSS feed
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
File details
Details for the file atlassian_api_py-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: atlassian_api_py-0.0.1-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ea5ac46c79ba71b35dc948af9fb715f5122ecb38fd02b3cd81800937cff2557 |
|
MD5 | 251ee433f5bb1b2d77f3570d9d7b9b77 |
|
BLAKE2b-256 | fdfccae1e4a1874dc99fcf0ba6dd9f7dbc0e789144a5fe63addd6d5e8e9b4e88 |