Camelot 11.12.30
A python GUI framework on top of Sqlalchemy, Elixir and PyQt, inspired by the Django admin interface. Start building desktop applications at warp speed, simply by adding some additional information to you model definition.
A python GUI framework on top of Sqlalchemy and PyQt, inspired by the Django admin interface. Start building desktop applications at warp speed, simply by adding some additional information to you model definition:
class Movie(Entity):
title = Field(Unicode(60), required=True)
short_description = Field(Unicode(512))
release_date = Field(Date)
genre = Field(Unicode(15))
class Admin(EntityAdmin):
verbose_name = 'Movie'
list_display = ['title', 'short_description', 'release_date', 'genre']
This piece of code is enough to define your database schema and to create a user friendly desktop GUI.
For more information, refer to :
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| Camelot-11.12.30-py2.7.egg (md5) | Python Egg | 2.7 | 2011-12-30 | 4MB | 238 |
| Camelot-11.12.30.tar.gz (md5) | Source | 2011-12-30 | 3MB | 285 | |
- Author: Conceptive Engineering
- Home Page: http://www.python-camelot.com
- Keywords: qt pyqt sqlalchemy elixir desktop gui framework
- License: GPL, Commercial
- Platform: Linux,Windows,OS X
-
Categories
- Development Status :: 5 - Production/Stable
- Environment :: Win32 (MS Windows)
- Environment :: X11 Applications
- Environment :: X11 Applications :: Gnome
- Environment :: X11 Applications :: GTK
- Environment :: X11 Applications :: KDE
- Environment :: X11 Applications :: Qt
- Intended Audience :: Developers
- License :: OSI Approved :: GNU General Public License (GPL)
- License :: Other/Proprietary License
- Operating System :: MacOS :: MacOS X
- Operating System :: Microsoft :: Windows
- Operating System :: POSIX
- Programming Language :: Python
- Topic :: Database :: Front-Ends
- Topic :: Office/Business
- Topic :: Software Development :: Libraries :: Application Frameworks
- Package Index Owner: tw55413
- DOAP record: Camelot-11.12.30.xml
