From a5aec7ee45c07235c00c6339aed93a67cdb0667f Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Thu, 4 Jun 2020 16:08:43 +0000 Subject: [PATCH] Added the README --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ce4d0d1 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# python-zstandard + +This project provides Python bindings for interfacing with the Zstandard compression library. A C extension and CFFI interface are provided. \ No newline at end of file