Skip to content
This repository was archived by the owner on Aug 15, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#BitBucket-API
# BitBucket-API

[![Build Status](https://secure.travis-ci.org/Sheeprider/BitBucket-api.png)](http://travis-ci.org/Sheeprider/BitBucket-api)

Expand All @@ -7,7 +7,7 @@ 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
## Features

* Access public user informations
* Access public or private repositories, tags or branches
Expand All @@ -18,16 +18,16 @@ It allows you to access most repositories, services (hooks) and ssh keys related
* Access, create, update or delete an issue
* Access, create, update or delete an issue comment

##Installation
## Installation

To install bitbucket-api, simply:

$ pip install bitbucket-api


##Requirements
## Requirements

Bitbucket-api require [requests](https://github.com/kennethreitz/requests), [sh](https://github.com/amoffat/sh) and [requests-oauthlib](https://github.com/requests/requests-oauthlib)to work, but dependencies should be handled by pip.

##Documentation
## Documentation
Documentation is available on [Read The Docs](https://bitbucket-api.readthedocs.org/en/latest/index.html).