Peak Hell
At my work, I have been trying to get data out of a C++ library for a project in Python I've been working on. I've been trying to wrap the library in SWIG or PyCXX but none of them have worked well enough to actually get the task done.
So, Today, I realized that I could use pickle from Python to get the data out of the library since I'm going to serializing it anyways. So I went out to try and figure out how to output a pickle program and found there was barely any documentation. All I found was the source code to pickletools.
Now, I am starting an essays section to contain information I'd like to update often and not get lost in a blog either. I'm still working on getting it to a publishable state but it's in the works. The first essay is going to be a consise explaination of what pickle is and how to write it from a language other than Python.
My WSGI Authentication code is still being worked on as well. I'm in a block at the moment to figure out how to do templates in a generic way. I don't want to force people into my favorite templating language to use my Authentication code.
TC Out