Metadata-Version: 2.1
Name: rosinstall
Version: 0.7.8
Summary: The installer for ROS
Home-page: http://wiki.ros.org/rosinstall
Author: Tully Foote
Author-email: tfoote@osrfoundation.org
License: BSD
Download-URL: http://download.ros.org/downloads/rosinstall/
Description: rosinstall
        ==========
        
        .. image:: https://travis-ci.org/vcstools/rosinstall.svg?branch=master
            :target: https://travis-ci.org/vcstools/rosinstall
        
        .. image:: https://img.shields.io/pypi/v/rosinstall.svg
            :target: https://pypi.python.org/pypi/rosinstall
        
        .. image:: https://img.shields.io/pypi/pyversions/rosinstall.svg
            :target: https://pypi.python.org/pypi/rosinstall
        
        .. image:: https://img.shields.io/pypi/status/rosinstall.svg
            :target: https://pypi.python.org/pypi/rosinstall
        
        .. image:: https://img.shields.io/pypi/l/rosinstall.svg
            :target: https://pypi.python.org/pypi/rosinstall
        
        .. image:: https://img.shields.io/pypi/dd/rosinstall.svg
            :target: https://pypi.python.org/pypi/rosinstall
        
        .. image:: https://img.shields.io/pypi/dw/rosinstall.svg
            :target: https://pypi.python.org/pypi/rosinstall
        
        .. image:: https://img.shields.io/pypi/dm/rosinstall.svg
            :target: https://pypi.python.org/pypi/rosinstall
        
        Command-line tools for maintaining a workspace of projects from multiple version-control systems, tailored for the ROS (Robot operating system) community.
        
        See http://docs.ros.org/independent/api/rosinstall/html
        
        Installing
        ----------
        
        Install the latest release on Ubuntu using apt-get::
        
          $ sudo apt-get install python-rosinstall
        
        On other Systems, use the pypi package::
        
          $ pip install rosinstall
        
        For Bash/Zsh completion::
        
          $ pip install rosinstall-shellcompletion
        
        To test in a development environment
        
Keywords: ROS
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 7 - Inactive
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Software Development :: Version Control
Provides-Extra: test
