aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authoreustas <eustas.ru@gmail.com>2016-02-23 16:06:31 +0100
committereustas <eustas.ru@gmail.com>2016-02-23 16:06:31 +0100
commit7111c339ece25afefaba863a1ac4502965d5badc (patch)
tree1f0187399fe04868f6ec9f60a84b790ccb44ce40 /python
parent5cdfb5cf507389a185cd9ddb5471a75ff093bcf7 (diff)
downloadbrotli-7111c339ece25afefaba863a1ac4502965d5badc.zip
brotli-7111c339ece25afefaba863a1ac4502965d5badc.tar.gz
brotli-7111c339ece25afefaba863a1ac4502965d5badc.tar.bz2
Create README.md
Diffstat (limited to 'python')
-rw-r--r--python/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/README.md b/python/README.md
new file mode 100644
index 0000000..7c3381d
--- /dev/null
+++ b/python/README.md
@@ -0,0 +1,5 @@
+This directory contains Python brotli wrapper modile and roundtrip tests.
+
+To build module execute `python setup.py build_ext` from root project directory.
+
+To test module run `python setup.py test`.