Camelot

Software Screenshot:
Camelot
Software Details:
Version: 13.04.13
Upload Date: 20 Feb 15
Distribution Type: Freeware
Downloads: 12

Rating: nan/5 (Total Votes: 0)

Camelot is 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.

What is new in this release:

  • This version mainly brings the implementation of the new style actions, using iterators to communicate between the model and the GUI.
  • Other changes are the delayed creation of widgets on tabs to improve performance for screens with many fields, the move to migrate 7.1., a new splash screen, Italian translations, and PySide compatibility.

What is new in version 11.05.13:

  • The navigation pane is more intuitive.
  • Application actions show up in the home screen.
  • The workspace maximizes when double clicking on the tab bar.
  • Postgres is supported for backing up and restoring.
  • DocxApplicationAction and PixmapFormAction were added.
  • EntityAdmin supports objects mapped with plain SQLAlchemy.
  • Tab behavior of some editors was fixed.
  • Support was added for editing columns in the frozen part of a table view.
  • FileEditor supports removing files after copying them.
  • A progress dialog is shown when records are deleted.
  • A DateTime Editor was added.
  • Most editors now support background_color, editable, and tooltip as dynamic attributes.

Requirements:

  • Python

Similar Software

LEONARDI
LEONARDI

2 Jun 15

SiteFusion
SiteFusion

11 May 15

SANE
SANE

19 Jun 17

[incr Widgets]
[incr Widgets]

20 Feb 15

Comments to Camelot

Comments not found
Add Comment
Turn on images!