Metadata-Version: 2.1
Name: SRParser
Version: 0.0.1
Summary: Parse and easily work with Snort rules.
Home-page: https://www.github.com/jrbrawner/SnortParser
Author: Joshua Brawner
Author-email: jrbbrawner@gmail.com
License: Apache Software License
Keywords: snort rule parser
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE

## Intro
Snort rule tokenizer and parser written using PLY. This is my first tokenizer, parser and I may make improvements as time goes on. I plan to test it more but it seems to be roughly working and I will release it so it can be tested more. If you have any suggestions, or improvements feel free to open an issue. Inspiration drawn from plyara.

