Metadata-Version: 2.1
Name: scangen
Version: 0.2a2
Summary: Template-based scanner generator
Home-page: https://github.com/lggruspe/scangen
Author: Levi Gruspe
Author-email: mail.levig@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/markdown
Requires-Dist: jinja2

scangen
=======

scangen is a scanner generator that uses Jinja2 templates.

Prerequisites
-------------

scangen requires [libcrnd](https://github.com/lggruspe/rnd).

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

`pip install scangen`.

Usage
-----

Go to `examples`, run `make` and see the output files in `examples/build`.
On Linux, you might have to do add `/usr/local/lib` to `LD_LIBRARY_PATH` before running `scangen`.

License
-------

MIT.


