vsgen

A Microsoft Visual Studio solution and project generator pyackage.


Keywords
visual, studio, project, generation
License
MIT
Install
pip install vsgen==0.3.3

Documentation

vsgen

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

A Python package that automatically generates solutions and projects from python script.

Installation

Use pip:

pip install vsgen

Usage

There are two ways to use vsgen:

  1. Manipulate the vsgen 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.