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.
Project description
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 :
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file Camelot-09.12.06.tar.gz.
File metadata
- Download URL: Camelot-09.12.06.tar.gz
- Upload date:
- Size: 144.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bad897aeff135d9510db4b0526594a4c518313ae19849118005782c77a93d306
|
|
| MD5 |
6e7e823dcc3e5edb6270388d1f5887fe
|
|
| BLAKE2b-256 |
c5332fdc16eff4b1578c92a7ed4d1d19e6981d3ce9c2b81552d1f678ac73390c
|
File details
Details for the file Camelot-09.12.06-py2.6.egg.
File metadata
- Download URL: Camelot-09.12.06-py2.6.egg
- Upload date:
- Size: 554.1 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c8033aa285496d6c9439b3895f4daf1676724dce439509e96e1623d5def0568
|
|
| MD5 |
e25946b547b427b4b3a189bf68a9820f
|
|
| BLAKE2b-256 |
0ceb16f236bdf24c0a74c1531fa225799ca71e143c7ddf6dbfdb0977f589ea54
|