Skip to content

affinitic/BitBucket-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 and sh to work, but dependencies should be handled by pip.

About

Python library to interact with BitBucket REST API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%