Metadata-Version: 1.0
Name: tc
Version: 0.7.2
Summary: Python bindings to the Tokyo Cabinet database library
Home-page: http://github.com/rsms/tc
Author: Rasmus Andersson
Author-email: rasmus@notion.se
License: Copyright (c) 2007-2009, Tasuku SUENAGA
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this
  list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice,
  this list of conditions and the following disclaimer in the documentation
  and/or other materials provided with the distribution.

* Neither the name of the <ORGANIZATION> nor the names of its contributors may
  be used to endorse or promote products derived from this software without
  specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Description: 
        Tokyo Cabinet Python bindings
        +++++++++++++++++++++++++++++
        
        .. contents ::
        
        Summary
        =======
        
        Python bindings for the `Tokyo Cabinet <http://tokyocabinet.sourceforge.net/index.html>`_ database.
        
        This code is heavily based on `pytc <http://pypi.python.org/pypi/pytc>`_ developed by Tasuku SUENAGA.
        
        
        Authors
        =======
        
        * `Rasmus Andersson <http://hunch.se/>`_ <rasmus at notion se>
        * Tasuku SUENAGA <gunyarakun sourceforge net>
        
        Changes
        =======
        
        0.7.2
        -----
        
        * Fixed missing storage for tc.Error
        
        0.7.1
        -----
        
        * Branched from pytc into tc by Rasmus Andersson
        * Total refactoring including layout
        * Added Python 2.6 and 3.0 compatibility
        * Added documentation
        
        0.7.0
        -----
        
        * Added Python 2.4 compatibility. Thanks to Vernon Tang.
        * Allow negitive values on optimize and tune methods of pytc.BDB and pytc.HDB. Thanks to Vernon Tang.
        * removed unnecessarily links(libz and libm). Thanks to Vernon Tang.
        
        0.6.0
        -----
        
        * supports BZIP options for HDB/BDB
        
        
        0.5.0
        -----
        
        * added addint/adddouble for HDB/BDB
        * raise KeyError instead of TCENOREC. Thanks to Hatem Nassrat.
        
        
        0.4.0
        -----
        
        * removed compile errors on Tokyo Cabinet 1.3.19.
        
        
        0.3.0
        -----
        
        * modified setup.py for darwin
        * added TCBDB.range and TCBDB.rangefwm
        
        0.2.0
        -----
        
        * added iterkeys/itervalues/iteritems for HDB/BDB
        * bug fixed when spcified db[:] (thanks a2c)
        * refactoring
        
        0.1.0
        -----
        
        * first version
        * hdb interface (thanks much for Shin ADACHI)
        * bdb interface
        
        Download
        ========
        
Platform: ALL
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Topic :: Database
Classifier: Topic :: Software Development
Classifier: Topic :: System :: Clustering
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.3
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
