Metadata-Version: 2.1
Name: bitbucket-approver
Version: 1.0
Summary: This is the approver client for bitbucket approver
Home-page: https://github.com/
Author: Feng Chen
Author-email: santo.chan123@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: python-socketio (<5.0,>4.6.0)
Requires-Dist: toml
Requires-Dist: requests (>2.25.0)
Requires-Dist: requests[socks]

Bitbucket Approver

This is the Python implementation of bitbucket approver client.
The server is [here](https://github.com/beviz/bitbucket-auto-approve)

# Usage

## Installation

```bash
pip install bitucket_approver
```

## Config file

You need a `config.toml` file for configuration like below:

```toml
token = "YOUR TOKEN"
server = "Approver Server"
proxy = "socks5://localhost:1080"
```

## Start client

```bash

bitbucket_approver ~/config.toml

```




