Skip to content

turian/pytc-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Some example code for pytc, the Python TokyoCabinet API.

    by Joseph Turian

example.py  - Basic pytc usage.
hashdb.py   - More advanced pytc:
                * JSONHDB is a wrapper around pytc.HDB, that automatically
                converts python objects to and from JSON string values.
                * hashdb.create() creates an HDB, and demonstrates
                HDB.tune for enabling bzip2 compression (no compression
                is enabled by default).

About

Example code for pytc (Python TokyoCabinet API)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages