[X] The "eMule0.46b-Installer.exe" file could not be found or is not available. Please select another file.

Share

More
y_serial: warehouse Py objects w/ SQLite Icon

y_serial: warehouse Py objects w/ SQLite

beta

by rsvpcode


Serialization + persistance : in a few lines of code, compress and annotate Python objects into SQLite; then later retrieve them chronologically by keywords without any SQL. Most useful "standard" module for a database to store schema-less data.

Project Reviews

  • Thumbs up

    this essentially unifies standard modules: sqlite3, zlib, gzip, cPickle -- to compress Python objects (such as a dictionaries, lists, and classes) for persistance in a SQL database -- fast access in a few lines of code (without SQL). Easy to maintain all objects under (project) tables in a *single* compact database file. Helpful examples, functions, and comments within the module.

    posted by Adriano 120 days ago
    If you'd like to rate this review, please log in.
  • Thumbs up

    The module was easy to use once I got familar with the "internal" commentary -- very verbose, but learned some very useful details.

    posted by anonymous 84 days ago
    If you'd like to rate this review, please log in.
  • Thumbs up

    Excellent and elegant -- all those complicated protocols and SQL statements *simplified* to something easy as opening/closing files.

    posted by anonymous 113 days ago
    If you'd like to rate this review, please log in.
  • Thumbs up

    Works great. Will add to tools for bioinformatics. Learned a lot from the docs. Thank you.

    posted by anonymous 113 days ago
    If you'd like to rate this review, please log in.
  • Thumbs up

    Looks very cool but difficult to install except manually place on PYTHONPATH. Please package as an egg and list on pypi.python.org so automated tools like zc.buildout and easy_install can find it. A tiny setup.py is all that is needed. Very good work though.

    posted by Jeff Rush 114 days ago
    If you'd like to rate this review, please log in.

Rate and Review

Would you recommend this project?






<

Related Projects

y_serial: warehouse Py objects w/ SQLite Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review

Thanks for your review!

Get credit for your review by logging in via OpenID. Click your account provider:

No Thanks