Metadata-Version: 2.0
Name: pyfomod
Version: 0.1
Summary: Parse, create and modify FOMOD installers.
Home-page: https://github.com/GandaG/pyfomod
Author: Daniel Nunes
Author-email: daniel.henri.nunes@gmail.com
License: Apache 2.0
Keywords: fomod,installer,parser
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: lxml

=======
pyFOMOD
=======
.. image:: https://travis-ci.org/GandaG/pyfomod.svg?branch=master
    :target: https://travis-ci.org/GandaG/pyfomod
.. image:: https://ci.appveyor.com/api/projects/status/mwd4vt4gqi76aegt/branch/master?svg=true
	:target: https://ci.appveyor.com/project/GandaG/pyfomod/branch/master
.. image:: https://coveralls.io/repos/github/GandaG/pyfomod/badge.svg?branch=master
	:target: https://coveralls.io/github/GandaG/pyfomod?branch=master


*Parse, create and modify FOMOD installers.*

Installation
------------

To install *pyFOMOD*, use pip::

    pip install pyfomod

Simple as that! You now have *pyFOMOD* available in your environment.


Issues
------

For issues with the FOMOD format rather than *pyFOMOD* itself, feel free to email us at fomod@googlegroups.com.
For anything else the `issue tracker <https://github.com/GandaG/pyfomod/issues>`_ is always available!

For more information check out *pyFOMOD*'s documentation at `pyfomod.rtfd.io <https://pyfomod.rtfd.io>`_


