Metadata-Version: 2.1
Name: httpd-pyparser
Version: 0.3
Summary: HTTP daemons config files parser for Python 3
Home-page: https://github.com/digitalwave/httpd_pyparser
Author: Ervin Hegedus
Author-email: airween@digitalwave.hu
Maintainer: Ervin Hegedus
Maintainer-email: airween@digitalwave.hu
License: AGPLv3
Classifier: Topic :: Text Processing
Requires-Python: >=3
License-File: LICENSE
License-File: COPYING
License-File: AUTHORS
Requires-Dist: ply (>=3.0)


httpd_pyparser is a parser collection library, which uses PLY (Python Lex and Yacc). It
tokenizes the given text, and applies the language rules. If it's done, then
builds an own structure: a list of dictionary items.

The items contains the configuration directives from the original files, and
the number of lines where it founded. Also the items contains other datas about
the configuration line and structure.

Therefore, you can make many transformations on the structured data, and can
write back the modified config.
