Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

DBSprocketsThe goal of DBSprockets is to give the developer the power to simply generate web content from available database definitions. Because DBSprockets relies heavily on Toscawidgets, it is framework-independent. It is easy to implement forms on TG, TG2, Pylons, Zope, and Grok using ... [More] DBSprockets' primitives. DBSprockets is mainly supporting SQLAlchemy, so any application you have that uses SQLAlchemy will be well supported. Support for other ORMs will be available in the future. Every component of DBSprockets is extensible so that the developer can override a form or a set of forms to his or her liking. One of the important implementations using DBSprockets is DBMechanic, which acts as a control board for your database crud. Current Version0.2.2, 0.5dev Dependent ongenshi>=0.5 sqlalchemy >=0.5 toscawidgets >=0.9.2 Supported FrameworksTurbogears 1.0 Turbogears 2.0 Grok InstallationIf you don't already have easy_install setup download ez_setup here. And execute it. With easy_install: easy_install dbsprockets more details. DeclarativesDeclaratives are the easiest way to get going with DBSprockets. FormBaseTake a look a the simplest example, a login form: from dbsprockets.declaratives import FormBase from myProject.myModel import User class LoginForm(FormBase): __model__ = User __limit_fields__ = 'username', 'password' login_form = LoginForm()In your template, you would render the form like this: ${login_form()}Here is what the form looks like: More information about the model that created this form. TableBaseAnd here is an example showing what it looks like to display a list of users: from dbsprockets.declaratives import TableBase from dbsprockets.primitives import get_table_value from myProject import User class UserTable(TableBase): __model__ = User user_table = UserTable() value = get_table_value(User) user_table(value=value)Which when rendered through a web framework looks something like this: Notice that the town name (Arvada) has been automatically added. Extensible APIThe power of DBSprockets is that every part of it is extensible so customizing forms, widget templates and other portions of your database view is made easier. Simply override the fields you want to change by name or type with what you want. Want a whole set of sprockets that have the same modification? No problem, create a Sprockets cache with your new defaults. more on DBSprocketsAPI DBMechanic Started as a replacement for Catwalk that works with Sqlalchemy. DBMechanic is a stand-alone TG2 controller for database viewing. UsageDBMechanic is easy to use! Here is an example of how to use it in TG 1.0: from myproject.model import metadata from dbsprockets.dbmechanic.frameworks.tg import DBMechanic from dbsprockets.saprovider import SAProvider dbmechanic = DBMechanic(SAProvider(metadata), '/dbmechanic')more on DBMechanic [Less]

0
 
  0 reviews  |  2 users  |  6,710 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

Webvo is a web-based PVR system. It provides easy recording of television shows without the hassle of VCRs. Utilizing a web browser interface, Webvo allows the user to connect to a recording server and manage the scheduling and recording of television programs from any computer connected to the ... [More] network. Webvo began as a Software Engineering project at Seattle Pacific University in Fall of 2006. The team members were Molly Jo Bault, Tim Disney, and Daryl Siu. Webvo TodayWe are adding many more new features to our original project. We've also gained a new team member David Hopkins. He has been working to speed up Webvo's backend. [Less]

0
 
  0 reviews  |  1 user  |  27,055 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

Programas creados durante las clases de Fundamentos de Programación del IES Los Enlaces (Zaragoza) Documentación inicialDocumentacionInicial Ejercicios turtleEjercicios para turtle Subversion - TortoiseTortoise es un cliente subversion para windows que se integra en el explorador del ... [More] sistema. Descarga de http://tortoisesvn.net/downloads el instalador y el complemento de lenguaje apropiado para tu sistema operativo Documentacion AdicionalJavascript IntroJavascript JavascriptEventos JavascriptDom IntroMochikit Cherrypy CherryPy Otros Encriptar Contraseñas MultiplesVersiones [Less]

0
 
  0 reviews  |  0 users  |  4,589 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 
Compare

AJAX web application for adminstrating Your Linux system. It's written in Python (using Django) and JavaScript (using MochiKit). Currently 4 modules are started, and partialy completed:    1. File Browser    2. Service Management ... [More]    3. User Management    4. Logview It's intended to be a Python replacement for Webmin. You need Django 0.95 for this application to work, and it must be started by the root user. (For now, there is no authentication). [Less]

0
 
  0 reviews  |  0 users  |  6,945 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

・Ajax on Django ・Django with Twisted このウェブチャットは Python Developers Camp 2006 Summer で以下の三名のチームで作成しました。 Weboo! Returns. - hide ueBLOG - uemura Twisted Mind - ryo(voluntas) ... [More] 今後1ヶ月程度まったりと更新していく予定です。 動作に必要なツール Python (2.4.3) Django (0.96-pre) PySqlite (2.3.2) Twisted (2.4.0) sqlite (3.3.7) dojo (0.3.1) mochikit (1.3.1) readme.web /static/js/以下に http://download.dojotoolkit.org/release-0.3.1/dojo-0.3.1-ajax.zip http://www.mochikit.com/dist/MochiKit-1.3.1.zip をそのまま解凍しておいて、 settings.pyのMEDIA_ROOTをstaticまでのフルパスを設定してください。 +static  +js   +MochiKit-1.3.1   +dojo-0.3.1-ajax というフォルダ構成であればOKです。 hideさんによる「twisted + dojo」ブランチが開始されました。 comet型ということで、期待大です:-) ウノウラボ Unoh Labs: DoJoで簡単にクロスドメインAjaxを実現 http://labs.unoh.net/2006/10/dojoioscriptsrcioajax.html [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

A suite of JavaScript libraries built on top of the MochiKit library.

0
 
  0 reviews  |  0 users  |  15,553 lines of code  |  0 current contributors  |  Analyzed about 10 hours ago
 
 

svndiffview: Es una aplicacion muy pequeña pero muy util. Que es svndiffview? aplicacion para ver todas las revisiones de Svn, y ver los cambios de una revision vs la revision anterior. Aspectos Tecnicos: - Desarrollado en python, con pySvn. - se usa Django, para que esta aplicacion ... [More] sea web. - se usa mochikit como framework Javascript. Notas: Esta es una version inicial, hay muchas mejoras que se pueden hacer todavia. [Less]

0
 
  0 reviews  |  0 users  |  9,168 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

RapidContext is a platform for creating rich dynamic web applications. It consists of both a client and a server part, providing a simple, safe and stable way to build applications that can connect to a wide range of back-end services.

0
 
  0 reviews  |  0 users  |  44,719 lines of code  |  0 current contributors  |  Analyzed about 1 year ago
 
 

m4r

Compare

ruby on rails mochikit helper plugin

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.