The Breezy team is responsible for maintaining the Breezy project and associated Python and Rust modules.
- breezy - The Breezy project itself. The two interesting branches are:
Various plugins for Breezy:
- breezy-hg - Mercurial integration for Breezy
- breezy-svn - Subversion integration for Breezy
- breezy-builder - Recipe builder
- qbrz - QT frontend for Breezy
- loggerhead - Web frontend for Breezy
Various Python convenience packages:
- merge3 - Three-way merge
- patiencediff - Implementation of Bram Cohen's patiencediff algorithm
- fastbencode - Fast implementation of bdecode/bencode
- setuptools-gettext - setuptools extension for compiling .po files
Various rust convenience crates:
- merge3-rs - Three-way merge
- patiencediff-rs - Implementation of Bram Cohen's patiencediff algorithm
- patchkit-rs - Utilities for working with patch files