Metadata-Version: 2.4
Name: checkup-bitbucket
Version: 0.2.0
Summary: Bitbucket metrics for checkup
Requires-Python: >=3.12
Requires-Dist: checkup
Description-Content-Type: text/markdown

# checkup-bitbucket

Bitbucket metrics plugin for [checkup](https://pypi.org/project/checkup/).

## Installation

```bash
pip install checkup-bitbucket
```

## Requirements

- Python >= 3.12
- [checkup](https://pypi.org/project/checkup/)

## Usage

```python
from checkup import CheckHub
from checkup_bitbucket import BitbucketProvider

results = (
    CheckHub()
    .with_metrics([])
    .with_providers([
        BitbucketProvider(),
    ])
    .measure()
)
```

## Provider

### BitbucketProvider

Extracts metadata from a Bitbucket environment.
