TurboGears2 is a rapid development, full stack open source MVC web framework.
Its aim is to simplify and speed up the development of modern web applications written in the Python programming language.
The Turbogears2 version is a reinvention of the framework based on modern python technologies
... [More] like SQLAlchemy, Pylons and many other to provide the best possible experience you can expect from a full stack web framework. [Less]
AutoCode is a flexible tool to autogenerate a model from an existing database.
This is a slightly different approach to SqlSoup, that lets you use tables without explicitly defining them.
Readme excerpt (included in package):
Current Maintainer:
Simon Pamies (spamsch)
E-Mail:
... [More] s.pamies at banality dot de
Authors:
Paul Johnson (original author)
Christophe de Vienne (cdevienne)
E-Mail: cdevienne at gmail dot com
Svilen Dobrev (sdobrev)
E-Mail: svilen_dobrev at users point sourceforge dot net
Credits:
Werner F. Bruhin
Tips and code for 0.5 release
Jason Kirtland
Refactoring and bugfixes for 0.5.1
License:
MIT
see license.txt
Documentation:
Call autocode.py --help for a list of available self explaining options.
Example:
autocode.py -o model.py -u postgres://postgres:user@password/MyDatabase -s myschema -t Person*,Download
ToDo:
+ Add support for automagically creating relations
+ Generate ActiveMapper / Elixir [Less]
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy