Metadata-Version: 2.1
Name: bloom
Version: 0.14.3
Summary: Bloom is a release automation tool.
Home-page: http://www.ros.org/wiki/bloom
Author: Tully Foote, William Woodall
Author-email: tfoote@openrobotics.org, william@openrobotics.org
Maintainer: William Woodall
Maintainer-email: william@openrobotics.org
License: BSD
Keywords: ROS
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: BSD License
License-File: LICENSE.txt
Requires-Dist: catkin-pkg (>=0.4.3)
Requires-Dist: empy
Requires-Dist: packaging
Requires-Dist: python-dateutil
Requires-Dist: PyYAML
Requires-Dist: rosdep (>=0.15.0)
Requires-Dist: rosdistro (>=0.8.0)
Requires-Dist: vcstools (>=0.1.22)
Requires-Dist: importlib-metadata (>=3.6) ; python_version < "3.10"
Requires-Dist: importlib-resources (>=5) ; python_version < "3.10"
Provides-Extra: test
Requires-Dist: pep8 ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'

Bloom provides tools for releasing software on top of a git repository and leverages tools and patterns from git-buildpackage. Additionally, bloom leverages meta and build information from catkin (https://github.com/ros/catkin) to automate release branching and the generation of platform specific source packages, like debian's src-debs.

