aboutsummaryrefslogtreecommitdiff
path: root/python/yara-python/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/yara-python/README')
-rw-r--r--python/yara-python/README8
1 files changed, 0 insertions, 8 deletions
diff --git a/python/yara-python/README b/python/yara-python/README
deleted file mode 100644
index 0ad2c9bc0d..0000000000
--- a/python/yara-python/README
+++ /dev/null
@@ -1,8 +0,0 @@
-yara-python is a python 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.