vsgen-ptvs

An extension for the VSGen solution and project generator that defines projects and solutions for Python Tools for Visual Studio.


Keywords
visual, studio, project, generation
License
MIT
Install
pip install vsgen-ptvs==0.1.4

Documentation

vsgen-ptvs

build status Documentation Status Dependencies PyPI Version PyPI License Python 2 Compatible Python 3 Compatible

A Python package that extends vsgen with solutions and project defintions for Python Tools for Visual Studio.

Installation

Use pip:

pip install vsgen-ptvs

Usage

This package defines the vsgen ptvs type but follows the standard vsgen usage:

  1. Manipulate the vsgen-ptvs provided classes directly with Python script and then generate the files using vsgen's commands.
  2. Use the command line and supply a configuration file that contains the solution and project defintions and let vsgen automaticaly generate the files.

Documentation

Documentation is available at readthedocs.org.

Support

Use the issue tracker to file any suggestions, bugs or other issues.