python stdnet 0.5 released

We're happy to announce the release of python-stdnet 0.5.0.
Compatible with python 2.6, 2.7 and the python 3 series.
What is it? =============
stdnet is an object relational mapper for remote data structures. It is designed to work with redis (http://redis.io/) data-store server, but implemented so that other storage systems can be supported in the future.
Create a model, register it to a back-end data structure server and create objects. Simple to use and configure. You can manipulate and filter your data using a rich model API which is similar to django (http://www.djangoproject.com/).
stdnet is a stand-alone application and it includes a modified version of redis-py (https://github.com/andymccurdy/redis-py) for python 3 compatibility.
There are over 160 tests with a coverage of about 60%.
For more information visit http://lsbardel.github.com/python-stdnet/
Resources ========= documentation: http://lsbardel.github.com/python-stdnet/
downloads: http://pypi.python.org/pypi/python-stdnet/
development: https://github.com/lsbardel/python-stdnet
participants (1)
-
Luca Sbardella