summaryrefslogtreecommitdiffstats
path: root/python/python2-yara/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python2-yara/README')
-rw-r--r--python/python2-yara/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/python/python2-yara/README b/python/python2-yara/README
new file mode 100644
index 0000000000..4ca9b14e48
--- /dev/null
+++ b/python/python2-yara/README
@@ -0,0 +1,10 @@
+python2-yara is a python2 library for YARA.
+
+YARA is a tool aimed at (but not limited to) helping malware researchers
+to identify and classify malware samples.
+
+With this library you can use YARA from your Python programs. It covers
+all YARA's features, from compiling, saving and loading rules to
+scanning files, strings and processes.
+
+python3-yara is available for use with python3.