zeek/testing/builtin-plugins/Files/py-lib-plugin
Benjamin Bannier f5a76c1aed Reformat Zeek in Spicy style
This largely copies over Spicy's `.clang-format` configuration file. The
one place where we deviate is header include order since Zeek depends on
headers being included in a certain order.
2023-10-30 09:40:55 +01:00
..
plugin Reformat Zeek in Spicy style 2023-10-30 09:40:55 +01:00
scripts
CMakeLists.txt
README
VERSION

PyLib
=====

Embedding Python with a plugin.

    zeek -e 'Python::run_simple_string("import this")'

Mostly to test a link dependency of a builtin plugin.