Metadata-Version: 2.0
Name: pywix
Version: 0.1.6
Summary: Thin wrapper for WiX modelled on pypandoc.
Home-page: https://github.com/xoviat/pywix
Author: Mars Galactic
Author-email: xoviat@noreply.users.github.com
License: MIT
Platform: UNKNOWN
Requires-Dist: pip (>=8.1.0)
Requires-Dist: setuptools
Requires-Dist: wheel (>=0.25.0)

pywix
=====

Thin wrapper for WiX modelled after pypandoc. Usage:

::

    pywix.call_wix_command(['candle', ...])
    pywix.call_wix_command(['light', ...])
    pywix.call_wix_command(['heat', ...])

In the off chace that anyone else uses this library, pull requests are
welcome.

