Metadata-Version: 2.1
Name: colcon-ros
Version: 0.4.0
Summary: Extension for colcon to support ROS packages.
Home-page: https://colcon.readthedocs.io
Author: Dirk Thomas
Author-email: web@dirk-thomas.net
Maintainer: Dirk Thomas
Maintainer-email: web@dirk-thomas.net
License: Apache License, Version 2.0
Project-URL: Changelog, https://github.com/colcon/colcon-ros/milestones?direction=desc&sort=due_date&state=closed
Project-URL: GitHub, https://github.com/colcon/colcon-ros/
Keywords: colcon
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.6
License-File: LICENSE
Requires-Dist: catkin-pkg (>=0.4.14)
Requires-Dist: colcon-cmake (>=0.2.6)
Requires-Dist: colcon-core (>=0.7.0)
Requires-Dist: colcon-pkg-config
Requires-Dist: colcon-python-setup-py (>=0.2.4)
Requires-Dist: colcon-recursive-crawl
Provides-Extra: test
Requires-Dist: flake8 (>=3.6.0) ; extra == 'test'
Requires-Dist: flake8-blind-except ; extra == 'test'
Requires-Dist: flake8-builtins ; extra == 'test'
Requires-Dist: flake8-class-newline ; extra == 'test'
Requires-Dist: flake8-comprehensions ; extra == 'test'
Requires-Dist: flake8-deprecated ; extra == 'test'
Requires-Dist: flake8-docstrings ; extra == 'test'
Requires-Dist: flake8-import-order ; extra == 'test'
Requires-Dist: flake8-quotes ; extra == 'test'
Requires-Dist: pep8-naming ; extra == 'test'
Requires-Dist: pylint ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: scspell3k (>=2.2) ; extra == 'test'

colcon-ros
==========

An extension for `colcon-core <https://github.com/colcon/colcon-core>`_ to support `ROS packages <http://www.ros.org>`_.


