You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to python-stdnet
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/).