The Wayback Machine - https://web.archive.org/web/20201221102656/https://github.com/DevTable/BitBucket-api
Skip to content
master
Go to file
Code
This branch is 1 commit ahead of Sheeprider:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

#BitBucket-API

Build Status

BitBucket-api is an ISC Licensed library, written in Python.

Bitbucket has a REST API publicly available, this package provide methods to interact with it. It allows you to access most repositories, services (hooks) and ssh keys related functionalities.

##Features

  • Access public user informations
  • Access public or private repositories, tags or branches
  • Create, update or delete one of your repository
  • Access, create, update or delete a service (hook)
  • Access, create or delete an SSH key
  • Download a repository as an archive
  • Access, create, update or delete an issue
  • Access, create, update or delete an issue comment

##Installation

To install bitbucket-api, simply:

$ pip install bitbucket-api

##Requirements

Bitbucket-api require requests, sh and requests-oauthlibto work, but dependencies should be handled by pip.

##Documentation Documentation is available on Read The Docs.

About

Python library to interact with BitBucket REST API

Resources

License

Packages

No packages published
You can’t perform that action at this time.