[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.


http://yserial.sourceforge.net





Separate each tag with a space.

Features:

  • single standard Python module for serialized data storage.
  • elegant user methods (write Python code; not necessarily SQL).
  • includes compression, plus support for storing file and URL contents.
  • optimized for speed, security, and concurrency.
  • searched objects can be retrieved as a dictionary (data subset).
  • search syntax supports (unix filename) regular expression.
  • useful as persistent generalized queue.
  • embedded documentation includes useful tips and references.
  • very easy to use immediately (import module for all practical projects).
  • README: http://yserial.sourceforge.net
  • [ in beta: Farm of databases for concurrency ]

Release Date:

2009-11-23

Topic:

Operating System:

License:

Intended Audience:

Database Environment:

Programming Language:

Registered:

2009-09-06

Ratings and Reviews

  • Thumbs up:

    14
  • Thumbs down:

    0
100% of 14 users recommend this project
  • 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

    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.

View all reviews

Project Feed

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