Metadata-Version: 2.1
Name: bibu
Version: 0.0.1
Summary: A Bitbucket command line client written in Python3
Home-page: https://github.com/pylipp/bibu
Author: Philipp Metzner
Author-email: beth.aleph@yahoo.de
License: GPLv3
Platform: UNKNOWN
Provides-Extra: dev
Requires-Dist: twine ; extra == 'dev'
Requires-Dist: wheel ; extra == 'dev'
Requires-Dist: setuptools ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'

# `bibu`

A Bitbucket command line client written in Python3.

## Ideas

### bibu configuration

- use git config to store e.g. username

### Pipelines

- trigger
- status

### Pull requests

- add
- list
- review

## Dependencies

- `requests`
- `gitpython`

## TODO

[ ] check how to authenticate with Bitbucket (maybe [4.4](https://developer.atlassian.com/bitbucket/api/2/reference/meta/authentication), also [this](https://community.atlassian.com/t5/Answers-Developer-Questions/Bitbucket-REST-API-POST-using-token-instead-of-basic-auth/qaq-p/474823) or [this](https://developer.atlassian.com/cloud/bitbucket/oauth-2/))


