Skip to content

jalgraves/bitbucket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BitBucket

Interact with BitBucket API


Install

Pypi

pip3 install -U jal_bitbucket

From Source

git clone git@github.com:jalgraves/bitbucket.git
cd bitbucket
python3 setup.py sdist bdist_wheel
pip3 install .

Export Credentials

export BITBUCKET_USER='<bitbucket_username>
export BITBUCKET_API_KEY='<bitbucket_api_key>

Usage

from jal_bitbucket import BitBucket

About

Interact with BitBucket API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published