Hey everyone,
As time progresses, so does my Redis object mapper.
The "rom" package is a Redis object mapper for Python. It sports an
interface similar to Django's ORM, SQLAlchemy + Elixir, or Appengine's
datastore.
The changelog for recent releases can be seen below my signature.
You can find
In my releasing of Pyparsing 1.5.7/2.0.0 last November, I started to split
supported Python versions: 2.x to the Pyparsing 1.5.x track, and 3.x to the
Pyparsing 2.x track. Unfortunately, this caused a fair bit of pain for many
current users of Python 2.6 and 2.7 (especially those using libs depe
Hi,
I've just released bbfreeze 1.1.2. The code is available from pypi
https://pypi.python.org/pypi/bbfreeze/
or from github
https://github.com/schmir/bbfreeze
bbfreeze creates stand-alone executables from python scripts. It's
similar in purpose to the well known py2exe for windows, py2ap