summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSean Reifschneider <jafo@tummy.com>2013-04-16 10:36:49 -0600
committerSean Reifschneider <jafo@tummy.com>2013-04-16 10:36:49 -0600
commita90ac817fe9baa9821d24f84ce4b9951ef464c7c (patch)
treef6f915513a90d839f8b528acdd6e4ee06320da8e /README.md
parent0cac7aeccb271b5fb0c6144d2947fa011b032002 (diff)
downloadpython-memcached-a90ac817fe9baa9821d24f84ce4b9951ef464c7c.tar.gz
Updating ChangingLog.
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..2f29ab7
--- /dev/null
+++ b/README.md
@@ -0,0 +1,16 @@
+This software is a 100% Python interface to the memcached memory cache
+daemon. It is the client side software which allows storing values in one
+or more, possibly remote, memcached servers. Search google for memcached
+for more information.
+
+This package was originally written by Evan Martin of Danga.
+Please do not contact Evan about maintenance.
+Sean Reifschneider of tummy.com, ltd. has taken over maintenance of it.
+
+Please report issues and submit code changes to the github repository at:
+
+ https://github.com/linsomniac/python-memcached
+
+For changes prior to 2013-03-26, see the old Launchpad repository at:
+
+ Historic issues: https://launchpad.net/python-memcached