Metadata-Version: 2.4
Name: rosdep2
Version: 0.26.0.1a5
Summary: rosdep - enhanced with lovely quality of life improvements
Home-page: http://wiki.ros.org/rosdep
Author: Tully Foote, Ken Conley
Author-email: Tully Foote <tfoote@osrfoundation.org>
Maintainer: ROS Infrastructure Team
License-Expression: BSD-2-Clause
Project-URL: Homepage, https://github.com/krisl/rosdep
Classifier: Programming Language :: Python
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PyYAML>=3.1
Requires-Dist: importlib-metadata; python_version < "3.8"
Requires-Dist: catkin-pkg
Requires-Dist: rospkg>=1.4.0
Requires-Dist: rosdistro>=0.7.5
Requires-Dist: packaging
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"
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: maintainer

rosdep
------
[![Build status](https://github.com/ros-infrastructure/rosdep/actions/workflows/ci.yaml/badge.svg?branch=master&event=push)](https://github.com/ros-infrastructure/rosdep/actions/workflows/ci.yaml?query=branch%3Amaster+event%3Apush)
[![codecov](https://codecov.io/gh/ros-infrastructure/rosdep/branch/master/graph/badge.svg)](https://codecov.io/gh/ros-infrastructure/rosdep)

rosdep is a command-line tool for installing system dependencies. For *end-users*, rosdep helps you install system dependencies for software that you are building from source. For *developers*, rosdep simplifies the problem of installing system dependencies on different platforms. Instead of having to figure out which debian package on Ubuntu Oneiric contains Boost, you can just specify a dependency on 'boost'.

Includes support for pip alternatives like uv, and extra command line options to make integration with automated build systems more convenient

[rosdep Users/Developers Guide](http://docs.ros.org/independent/api/rosdep/html/)
