Metadata-Version: 2.0
Name: vsgen
Version: 0.2.2
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/?version=latest
    :alt: Documentation Status
    :scale: 100%
    :target: http://vsgen.readthedocs.org/en/latest/

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

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

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

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



Changelog
=========

1.0.0-dev_ (Unreleased)
-----------------------
- TBD

0.2.2_ (2016-05-29) 
-------------------
Bug Fixes:

- Fixed mishandling of mkdir command; Fixes #4.

0.2.1_ (2016-03-09) 
-------------------
Bug Fixes:

- Updated main's argument handling; Fixes #1.
- Added missing import; Fixes #2.
- Fixed misnamed PTVSInterpreter class variable; Fixes #3.

0.2.0, 2016-03-08
------------------
- Initial Release.

.. _0.2.2: https://github.com/dbarsam/python-vsgen/compare/0.2.1...0.2.2
.. _0.2.1: https://github.com/dbarsam/python-vsgen/compare/0.2.0...0.2.1
.. _1.0.0-dev: https://github.com/dbarsam/python-vsgen/0.2.1...HEAD


