Metadata-Version: 2.4
Name: brancla
Version: 1.0.2
Summary: Safe local Git dead branch sweeper synced with GitHub and GitLab.
Author: Brancla
License: MIT
Project-URL: Homepage, https://github.com/callmidavid/brancla
Project-URL: Repository, https://github.com/callmidavid/brancla
Project-URL: Issues, https://github.com/callmidavid/brancla/issues
Keywords: git,branches,cli,cleanup,github,gitlab
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Version Control :: Git
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Brancla CLI

Install with pip:

```bash
pip install brancla
```

Then run Brancla in any git repository:

```bash
brancla scan
brancla clean --dry-run
brancla clean
```

The Python package downloads the prebuilt Brancla binary for your OS from GitHub Releases on first run. Go is not required.
