Metadata-Version: 2.1
Name: rosdep
Version: 0.25.1
Summary: rosdep package manager abstraction tool for ROS
Home-page: http://wiki.ros.org/rosdep
Author: Tully Foote, Ken Conley
Author-email: tfoote@osrfoundation.org
Maintainer: ROS Infrastructure Team
License: BSD
Project-URL: Source code, https://github.com/ros-infrastructure/rosdep
Project-URL: Issue tracker, https://github.com/ros-infrastructure/rosdep/issues
Keywords: ROS
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: BSD License
Requires-Python: >=3.6
License-File: LICENSE
Requires-Dist: PyYAML>=3.1
Requires-Dist: importlib_metadata; python_version < "3.8"
Requires-Dist: catkin_pkg>=0.4.0
Requires-Dist: rospkg>=1.4.0
Requires-Dist: rosdistro>=0.7.5
Provides-Extra: test
Requires-Dist: flake8; extra == "test"
Requires-Dist: flake8-builtins; extra == "test"
Requires-Dist: flake8-comprehensions; extra == "test"
Requires-Dist: flake8-quotes; extra == "test"
Requires-Dist: pytest; extra == "test"

Command-line tool for installing system dependencies on a variety of platforms.
