Metadata-Version: 2.1
Name: wstool
Version: 0.1.18
Summary: workspace multi-SCM commands
Home-page: http://wiki.ros.org/wstool
Author: Tully Foote
Author-email: tfoote@osrfoundation.org
License: BSD
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
Requires-Dist: vcstools (>=0.1.42)
Requires-Dist: pyyaml
Provides-Extra: test
Requires-Dist: nose ; extra == 'test'
Requires-Dist: mock ; extra == 'test'
Requires-Dist: pep8 ; extra == 'test'
Requires-Dist: tox ; extra == 'test'
Requires-Dist: tox-pyenv ; extra == 'test'
Requires-Dist: coverage (~=4.5) ; extra == 'test'
Requires-Dist: coveralls ; extra == 'test'

wstool
==========

.. image:: https://travis-ci.org/vcstools/wstool.svg?branch=master
    :target: https://travis-ci.org/vcstools/wstool

.. image:: https://coveralls.io/repos/github/wstool/wstool/badge.svg?branch=master
    :target: https://coveralls.io/github/wstool/wstool?branch=master

.. image:: https://img.shields.io/pypi/v/wstool.svg
    :target: https://pypi.python.org/pypi/wstool

.. image:: https://img.shields.io/pypi/pyversions/wstool.svg
    :target: https://pypi.python.org/pypi/wstool

.. image:: https://img.shields.io/pypi/status/wstool.svg
    :target: https://pypi.python.org/pypi/wstool

.. image:: https://img.shields.io/pypi/l/wstool.svg
    :target: https://pypi.python.org/pypi/wstool

.. image:: https://img.shields.io/pypi/dd/wstool.svg
    :target: https://pypi.python.org/pypi/wstool

.. image:: https://img.shields.io/pypi/dw/wstool.svg
    :target: https://pypi.python.org/pypi/wstool

.. image:: https://img.shields.io/pypi/dm/wstool.svg
    :target: https://pypi.python.org/pypi/wstool

Command-line tools for maintaining a workspace of projects from multiple version-control systems.

Also see http://wiki.ros.org/wstool.

Installing
----------

Using the pypi package::

  $ pip install -U wstool


