<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>cmemcache_hash</name>
<shortdesc>cmemcache-style CRC32 hashing for python-memcached.</shortdesc>
<description>``cmemcache_hash`` enables ``python-memcached`` to use the very same hashing
algorithm that the ``cmemcache`` module uses.

This is useful when you're mixing ``cmemcache`` and ``python-memcached`` or
other libraries that use the ``cmemcache``-style hashing algorithm, like
PostgreSQL's ``pgmemcache`` module.

Setup
-----

Simply install the module and import it, and it is enabled::

    import cmemcache_hash

If you feel like deactivating, use::

    cmemcache_hash.deactivate()

Or reactivating it::

    cmemcache_hash.activate()

License
-------

The BSD three-clause license. See attached `LICENSE` file.

IRC
---

``#sendapatch`` on ``chat.freenode.net``.</description>
<homepage rdf:resource="http://lericson.blogg.se/code/category/cmemcache_hash.html" />
<maintainer><foaf:Person><foaf:name>Ludvig Ericson</foaf:name>
<foaf:mbox_sha1sum>55b8226eed1b115b18838b638c7e777cd859e93d</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.1.1</revision></Version></release>
</Project></rdf:RDF>