Metadata-Version: 2.1
Name: guerilla-parser
Version: 0.8.2
Summary: This python module provide an easy way to parse Guerilla files and navigate into parsed nodes and plugs.
Home-page: https://github.com/Narann/guerilla_parser
Author: Dorian Fevrier
Author-email: fevrier.dorian@yahoo.fr
License: MIT
Keywords: guerilla,parser,gproject
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Requires-Python: >=2.7
Description-Content-Type: text/markdown

# Python Guerilla file parser

[![Build Status](https://travis-ci.org/Narann/guerilla_parser.svg?branch=master)](https://travis-ci.org/Narann/guerilla_parser)
[![Documentation Status](https://readthedocs.org/projects/guerilla-parser/badge/?version=latest)](http://guerilla-parser.readthedocs.io/en/latest/?badge=latest)

This python module provide an easy way to parse Guerilla files and navigate into parsed nodes and plugs.

It support Python 2.7 and 3.4 to 3.8.

Full documentation is available [here](http://guerilla-parser.readthedocs.io). It includes reference, a changelog and many examples.


