From 5ac15ad285a08ffb5782bc5831755e4f04679392 Mon Sep 17 00:00:00 2001
From: Wesley Shields <wxs@atarininja.org>
Date: Wed, 27 Nov 2013 15:59:34 -0500
Subject: [PATCH] Add README. Still barebones.

---
 python/README.md | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 python/README.md

diff --git a/python/README.md b/python/README.md
new file mode 100644
index 0000000..9ce54ad
--- /dev/null
+++ b/python/README.md
@@ -0,0 +1,18 @@
+pepy
+====
+pepy (pronounced p-pie) is a python binding to the pe-parse parser.
+
+Building
+========
+If you can build pe-parse and have a working python environment (headers and
+libraries) you can build pepy.
+
+1. Build pepy:
+  * python setup.py build
+2. Install pepy:
+  * python setup.py install
+
+Authors
+=======
+pe-parse was designed and implemented by Andrew Ruef (andrew@trailofbits.com)
+pepy was written by Wesley Shields (wxs@atarininja.org)