Changeset 83

Show
Ignore:
Timestamp:
08/08/03 22:35:33 (5 years ago)
Author:
bradfitz
Message:

Adding Python support from Evan.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/CONTRIBUTORS

    r70 r83  
    1111  -- memory allocator design 
    1212 
    13 Evan Martine <evan@danga.com> 
     13Evan Martin <martine@danga.com> 
    1414  -- automake/autoconf support 
     15  -- Python client 
    1516 
    1617Ryan <hotrodder@rocketmail.com> 
  • trunk/website/apis.bml

    r77 r83  
    2020 
    2121<p>An object-oriented PHP module modelled after the Perl one is also 
    22 included in the distribution.</p> 
     22included in the distribution.  It includes freeze/thaw support for serializing 
     23objects (like Perl's Storable).</p> 
    2324 
    2425<ul> 
     
    3334respectively.</p> 
    3435 
     36<?h1 Python API h1?> 
     37 
     38<p>An object-oriented Python module modelled after the Perl one is also 
     39included in the distribution.  It includes Pickle/cPickle support (like Perl's Storable).</p> 
     40 
     41<ul> 
     42<li><a href="dist/python-memcached-1.1.tar.gz">python-memcached-1.1.tar.gz</a>, Python license. 
     43[<a href="http://cvs.danga.com/browse.cgi/wcmtools/memcached/api/python/ChangeLog?rev=HEAD&amp;content-type=text/plain">ChangeLog</a>] 
     44</ul> 
     45 
     46<p>The Python API, while in use and tested, has not experienced the same 
     47level of severe beating as the Perl module in heavy production. 
     48Please let us know your experiences with it, good or bad, so we can 
     49either remove this disclaimer, or fix any problems you find, 
     50respectively.</p> 
     51 
     52 
    3553<?h1 Java API h1?> <p>Volunteers?  (I imagine it storing ints, 
    3654Strings, and Objects implementing the Serializable interface, just 
    3755like the Perl API does using Storable)</p> 
     56 
    3857 
    3958<?h1 Protocol h1?> <p>To write a new client, check out the <a