Metadata-Version: 2.4
Name: vcstools
Version: 0.1.42
Summary: VCS/SCM source control library for svn, git, hg, and bzr
Home-page: http://wiki.ros.org/vcstools
Author: Tully Foote, Thibault Kruse, Ken Conley
Author-email: tfoote@osrfoundation.org
License: BSD
Keywords: scm,vcs,git,svn,hg,bzr
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Development Status :: 7 - Inactive
Classifier: Topic :: Software Development :: Version Control
License-File: LICENSE
Requires-Dist: pyyaml
Requires-Dist: python-dateutil
Provides-Extra: test
Requires-Dist: nose; extra == "test"
Requires-Dist: coverage; extra == "test"
Requires-Dist: coveralls; 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: radon~=1.4.0; python_version > "3" and extra == "test"
Requires-Dist: coala; python_version > "3" and extra == "test"
Requires-Dist: coala-bears; python_version > "3" and extra == "test"
Requires-Dist: mypy; python_version > "3" and extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

Archived
========
This repository has been archived due to a lack of maintainance and no longer being used in the ROS project.
For similar functionality see http://wiki.ros.org/vcstool.

vcstools
========

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

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

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

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

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

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

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

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

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

The vcstools module provides a Python API for interacting with different version control systems (VCS/SCMs)
It is used in tools like `wstool <https://wiki.ros.org/wstool>`_ and `rosinstall <https://docs.ros.org/independent/api/rosinstall/html/>`_, which are frequently used in ROS.

This should not be confused with ``vcstool`` (no trailing ``s``), which provides the ``vcs`` command line tool and is otherwise unrelated to this repository, see: https://github.com/dirk-thomas/vcstool

See http://www.ros.org/doc/independent/api/vcstools/html/

Installing
----------

See `documentation <http://docs.ros.org/independent/api/vcstools/html/>`_
