| Projects on Google Code | Results 1 - 10 of 11 |
=What is it?=
SPDataPickle is a library use to serialize and deserialize C structures to and from XML/JSON/ProtoBuf
=Quick Example=
You write a .xml file like this:
{{{
<metainfo prefix="XYZ" filename="account">
<struct name="Person">
<field name="id" type="int32" /> ...
Python-based data storage system, which uses a command syntx known as Pragmatic/Semantic.Syntax, which directs the storage backend to store data in a manner relative to its purpose. Unlike SQL-based databases, ChomsPy is structureless, and can accept data almost blindly - relying on the receiving m...
*jsonpickle has moved to a github repository, http://github.com/jsonpickle/jsonpickle.*
The documentation is available at http://jsonpickle.github.com
This googlecode site is no longer updated and retained for historical purposes only.
Faster than XML-RPC, can spawn multiple objects on server side for one client connection, keeps objects attributes.
`pdict` is a simple module that provides a `dict`-like type called `PersistentDict` which will persist the dictionary to a database of your choice.
Whenever an items is requested, added, changed, or removed, the data is read from/written to a database. The values in the dict can be an object of ...
functools.partial allows for the currying of arguments. However, being implemented in C, functools.partial objects are not pickleable. This package implements a wrapper class for the partial objects, such that enables pickling of the objects.
----
= Pickled Object Database ("pod") =
----
*Please note -- development of this project is currently paused. Based on some initial feedback, some large changes to the pod architecture are planned and I am working on a 0.6.0 release which fixes these problems.*
*pod* is a Object Relational...
Python,
pickle,
cPickle,
sqlite3,
SQL,
object,
database,
management,
system,
ODBMS,
relational,
mapper,
ORM
If for some reason you have a number of abandoned pickle files (e.g. a doomed web app originally stored user info this way), this script can help you recover your data without spending the 10 minutes it would take to write the script yourself.
Given a Python pickle file (text or binary), this scr...
pickle.js is a !JavaScript implementation of the Python pickle format. It supports pickles containing a cross-language subset of the primitive types.
==== Key differences between pickle.js and pickle.py: ====
* text pickles only
* some types are lossily converted (e.g. int)
* some types are...
A place for miky/zonbi to test C against Ruby!
The Fight Page = [http://code.google.com/p/c-rubypickle/wiki/TheFight The Fight]
The Chat = [http://code.google.com/p/c-rubypickle/wiki/Chat Chat]