Metadata-Version: 2.1
Name: swh.loader.bzr
Version: 1.4.2
Summary: Software Heritage Bazaar/Breezy loader
Author-email: Software Heritage developers <swh-devel@inria.fr>
Project-URL: Homepage, https://gitlab.softwareheritage.org/swh/devel/swh-loader-bzr
Project-URL: Bug Reports, https://gitlab.softwareheritage.org/swh/devel/swh-loader-bzr/-/issues
Project-URL: Funding, https://www.softwareheritage.org/donate
Project-URL: Documentation, https://docs.softwareheritage.org/devel/swh-loader-bzr/
Project-URL: Source, https://gitlab.softwareheritage.org/swh/devel/swh-loader-bzr.git
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: breezy!=3.3.6,!=3.3.7,!=3.3.8,>=3.3.1
Requires-Dist: swh.model>=6.13.0
Requires-Dist: swh.storage>=0.41.1
Requires-Dist: swh.scheduler>=0.23.0
Requires-Dist: swh.loader.core>=5.7.3
Provides-Extra: testing
Requires-Dist: breezy!=3.3.6,!=3.3.7,!=3.3.8,>=3.3.1; extra == "testing"
Requires-Dist: swh.model>=6.13.0; extra == "testing"
Requires-Dist: swh.storage>=0.41.1; extra == "testing"
Requires-Dist: swh.scheduler>=0.23.0; extra == "testing"
Requires-Dist: swh.loader.core>=5.7.3; extra == "testing"
Requires-Dist: dulwich; extra == "testing"
Requires-Dist: pytest>=8.1; extra == "testing"
Requires-Dist: pytest-mock; extra == "testing"
Requires-Dist: swh.core[testing]; extra == "testing"
Requires-Dist: swh.loader.core[testing]; extra == "testing"
Requires-Dist: swh.scheduler[testing]; extra == "testing"
Requires-Dist: swh.storage[testing]; extra == "testing"
Requires-Dist: testtools; extra == "testing"

Software Heritage - Bazaar/Breezy loader
========================================

Loader for `Bazaar <http://bazaar.canonical.com/en/>`_ and `Breezy
<https://www.breezy-vcs.org/>`_ repositories. Breezy is a friendly fork of Bazaar that
supports the Bazaar file format and network protocol.
