tc 0.7.2
Python bindings to the Tokyo Cabinet database library
Summary
Python bindings for the Tokyo Cabinet database.
This code is heavily based on pytc developed by Tasuku SUENAGA.
Authors
- Rasmus Andersson <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
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| tc-0.7.2.tar.gz (md5, pgp) | Source | 2009-03-02 | 44KB | 1477 | |
- Author: Rasmus Andersson
- Home Page: http://github.com/rsms/tc
-
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.
- Platform: ALL
-
Categories
- Development Status :: 4 - Beta
- Intended Audience :: Developers
- Intended Audience :: Information Technology
- License :: OSI Approved :: BSD License
- Natural Language :: English
- Operating System :: MacOS :: MacOS X
- Operating System :: POSIX
- Operating System :: Unix
- Programming Language :: C
- Programming Language :: Python
- Programming Language :: Python :: 2
- Programming Language :: Python :: 2.3
- Programming Language :: Python :: 2.4
- Programming Language :: Python :: 2.5
- Programming Language :: Python :: 2.6
- Programming Language :: Python :: 3
- Programming Language :: Python :: 3.0
- Topic :: Database
- Topic :: Software Development
- Topic :: System :: Clustering
- Package Index Owner: rsms
- DOAP record: tc-0.7.2.xml
