| Server IP : 217.160.0.244 / Your IP : 216.73.216.36 Web Server : Apache System : Linux infong-eu155 4.4.400-icpu-108 #2 SMP Wed Feb 11 11:51:01 UTC 2026 x86_64 User : u100174116 ( 6746176) PHP Version : 8.5.10 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /lib/python3/dist-packages/breezy-3.3.11.egg-info/ |
Upload File : |
Metadata-Version: 2.2 Name: breezy Version: 3.3.11 Summary: Friendly distributed version control system Maintainer-email: Breezy Developers <team@breezy-vcs.org> License: GNU GPL v2 Project-URL: Homepage, https://www.breezy-vcs.org/ Project-URL: Download, https://launchpad.net/brz/+download Project-URL: Repository, https://github.com/breezy-team/breezy Classifier: Development Status :: 6 - Mature Classifier: Environment :: Console Classifier: Intended Audience :: Developers Classifier: Intended Audience :: System Administrators Classifier: License :: OSI Approved :: GNU General Public License (GPL) Classifier: Operating System :: OS Independent Classifier: Operating System :: POSIX Classifier: Programming Language :: Python Classifier: Programming Language :: Rust Classifier: Programming Language :: C Classifier: Topic :: Software Development :: Version Control Requires-Python: >=3.9 Description-Content-Type: text/x-rst License-File: COPYING.txt Requires-Dist: configobj Requires-Dist: fastbencode Requires-Dist: patiencediff Requires-Dist: merge3 Requires-Dist: dulwich>=0.21.6 Requires-Dist: urllib3>=1.24.1 Requires-Dist: pyyaml Provides-Extra: fastimport Requires-Dist: fastimport>=0.9.8; extra == "fastimport" Provides-Extra: git Requires-Dist: dulwich>=0.21.6; extra == "git" Provides-Extra: launchpad Requires-Dist: launchpadlib>=1.6.3; extra == "launchpad" Provides-Extra: workspace Requires-Dist: pyasyncore; python_version >= "3.12" and extra == "workspace" Requires-Dist: pyinotify; extra == "workspace" Provides-Extra: doc Requires-Dist: docutils; extra == "doc" Requires-Dist: setuptools; extra == "doc" Requires-Dist: sphinx; extra == "doc" Requires-Dist: sphinx_epytext; extra == "doc" Provides-Extra: pgp Requires-Dist: gpg; extra == "pgp" Provides-Extra: github Requires-Dist: github; extra == "github" Provides-Extra: paramiko Requires-Dist: paramiko; extra == "paramiko" Provides-Extra: subunit Requires-Dist: python-subunit; extra == "subunit" Provides-Extra: dev Requires-Dist: cython>=0.29; extra == "dev" Requires-Dist: flake8; extra == "dev" Requires-Dist: python-subunit; extra == "dev" Requires-Dist: ruff; extra == "dev" Requires-Dist: testscenarios; extra == "dev" Requires-Dist: testtools; extra == "dev" Provides-Extra: testing Requires-Dist: dulwich>=0.21.6; extra == "testing" Requires-Dist: python-subunit; extra == "testing" Requires-Dist: testscenarios; extra == "testing" Requires-Dist: testtools; extra == "testing" Breezy (``brz``) is a decentralized revision control system, designed to be easy for developers and end users alike. By default, Breezy provides support for both the `Bazaar <https://www.bazaar-vcs.org>`_ and `Git <https://www.git-scm.com/>`_ file formats. You can install from source by following the instructions in the INSTALL file. At the moment of writing there are no binary packages available. To learn how to use Breezy, see the official documentation in the `doc` directory or refer to the Bazaar documentation at <https://www.breezy-vcs.org/doc/en/>. Breezy is Free Software, and is released under the GNU General Public License, version 2 or later. Breezy is a friendly fork of the Bazaar (``bzr``) project, hosted on http://bazaar.canonical.com/. It is backwards compatibility with Bazaar's disk format and protocols. One of the key differences with Bazaar is that Breezy runs on Python 3, rather than on Python 2. Breezy highlights ================= Breezy directly supports both central version control (like cvs/svn) and distributed version control (like git/hg). Developers can organize their workspace in whichever way they want on a per project basis including: * checkouts (like svn) * feature branches (like hg) * shared working tree (like git). It also directly supports and encourages a large number of development best practices like refactoring and pre-commit regression testing. Users can choose between our command line tool and our cross-platform GUI application. For further details, see our website. Feedback ======== If you encounter any problems with Breezy, need help understanding it, or would like to offer suggestions or feedback, please get in touch with us: * Ask a question through our web support interface, at https://answers.launchpad.net/brz/ * Report bugs at https://bugs.launchpad.net/brz/+filebug * Write to the mailing list at bazaar@lists.canonical.com You can join the list at <https://lists.ubuntu.com/mailman/listinfo/bazaar>. You don't need to subscribe to post, but your first post will be held briefly for manual moderation. Please mention that you are using Breezy rather than Bazaar. * Talk to us in irc://irc.oftc.net/breezy or `#breezy:matrix.org <https://matrix.to/#/#breezy:matrix.org>`_. Our mission is to make a version control tool that developers LOVE to use and that casual contributors feel confident with. Please let us know how we're going. The Breezy Team