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 cirrus: Add smoke testing for builtin plugins 2023-03-08 22:32:29 +01:00
CMakeLists.txt Bump cmake submodule for 3.15 requirement 2023-10-09 16:23:12 +02:00
README cirrus: Add smoke testing for builtin plugins 2023-03-08 22:32:29 +01:00
VERSION cirrus: Add smoke testing for builtin plugins 2023-03-08 22:32:29 +01:00

PyLib
=====

Embedding Python with a plugin.

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

Mostly to test a link dependency of a builtin plugin.