Metadata-Version: 2.1
Name: logstash-pipeline-parser
Version: 0.0.1
Summary: Parsing expression grammar and Abstract syntax tree for Logstash pipeline syntax.
Author-email: Tomas Koutek <66636b6f6666@gmail.com>
License: MIT
Project-URL: Documentation, https://github.com/TomasKoutek/logstash-pipeline-parser
Project-URL: Source, https://github.com/TomasKoutek/logstash-pipeline-parser
Project-URL: Tracker, https://github.com/TomasKoutek/logstash-pipeline-parser/issues
Keywords: logstash,config,pipeline,peg,ast,parser
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3.11
Requires-Python: <3.12.0,>=3.11.0
License-File: LICENSE
Requires-Dist: pyparsing<=4.0.0,>=3.1.1
Provides-Extra: ruff
Requires-Dist: ruff==0.1.5; extra == "ruff"
