python-stdnet

A networked standard template library and ORM for Python
Download

python-stdnet Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Luca Sbardella
  • Publisher web site:
  • http://github.com/lsbardel/

python-stdnet Tags


python-stdnet Description

A networked standard template library and ORM for Python python-stdnet is a networked standard template library for Python. It includes a lightweight ORM.Backends:local memorymemcachedredisInstalling and RunningTo install:python setup.py installpip install python-stdneteasy_install python-stdnetObject-relational mappingThe module "orm" is a lightweight ORM with the any of the backends.For example: from stdnet import orm class Group(orm.StdModel): name = orm.AtomField(unique=True) class User(orm.StdModel): username = orm.AtomField(unique=True) password = orm.AtomField() group = orm.ForeignKey(Group) Requirements: · Python


python-stdnet Related Software