Metadata-Version: 2.0
Name: vsgen
Version: 0.2.0
Summary: A Microsoft Visual Studio solution and project generator pyackage.
Home-page: https://github.com/dbarsam/python-vsgen
Author: dbarsam
Author-email: dbarsam@gmail.com
License: MIT
Keywords: visual studio project generation
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development 
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Office/Business :: Groupware
Requires-Dist: configparser

=====
vsgen
=====
|build-status| |docs| |pypi-version| |pypi-license| |python-2| |python-3|

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`:

#. Manipulate the `vsgen` classes directly with Python script and then generate the files using `vsgen`'s commands.

#. 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 <http://vsgen.readthedocs.org/en/latest/>`_.

Support
=======
Use the `issue tracker <https://github.com/dbarsam/python-vsgen/issues>`_ to file any suggestions, bugs or other issues.

.. |build-status| image:: https://ci.appveyor.com/api/projects/status/7lb4a723xcgh0hr6/branch/master?svg=true
    :alt: build status
    :scale: 100%
    :target: https://ci.appveyor.com/project/dbarsam/python-vsgen

.. |docs| image:: https://readthedocs.org/projects/vsgen/badge/
    :alt: Documentation Status
    :scale: 100%
    :target: http://vsgen.readthedocs.org/en/latest/

.. |pypi-version| image:: http://img.shields.io/pypi/v/vsgen.svg?v=1
    :alt: PyPI Version
    :scale: 100%
    :target: https://pypi.python.org/pypi/vsgen

.. |pypi-license| image:: http://img.shields.io/pypi/l/vsgen.svg?v=1
    :alt: PyPI License
    :scale: 100%
    :target: https://pypi.python.org/pypi/vsgen

.. |python-2| image:: http://img.shields.io/badge/python-2-blue.svg?v=1
    :alt: Python 2 Compatible
    :scale: 100%

.. |python-3| image:: http://img.shields.io/badge/python-3-blue.svg?v=1
    :alt: Python 3 Compatible
    :scale: 100%



Changelog
=========

Unreleased
----------

- Initial Python package structure.


