New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

vcs

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vcs

vcs ~~~ Various version Control System (vcs) management abstraction layer for Python. :created_on: Apr 8, 2010 :copyright: (c) 2010-2011 by Marcin Kuzminski, Lukasz Balcerzak.

pipPyPI
Version
0.4.0
Maintainers
2

=== VCS

.. image:: https://secure.travis-ci.org/codeinn/vcs.png?branch=master :target: http://travis-ci.org/codeinn/vcs

various version control system management abstraction layer for python.

Introduction

vcs is abstraction layer over various version control systems. It is designed as feature-rich Python_ library with clean API.

vcs uses Semantic Versioning <http://semver.org/>_

Features

  • Common API for SCM backends
  • Fetching repositories data lazily
  • Simple caching mechanism so we don't hit repo too often
  • Simple commit api
  • Smart and powerfull in memory changesets
  • Working directory support

Documentation

Online documentation for development version is available at http://packages.python.org/vcs/.

You may also build documentation for yourself - go into docs/ and run::

make html

.. _python: http://www.python.org/ .. _Sphinx: http://sphinx.pocoo.org/ .. _mercurial: http://mercurial.selenic.com/ .. _git: http://git-scm.com/

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts