Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > UI (User Interfaces)

    Camelot 13.04.13

    Download button

    No screenshots available
    Downloads: 1,030  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Conceptive Engineering | More programs
    GPL / FREE
    July 3rd, 2012, 19:52 GMT [view history]
    ROOT / Programming / UI (User Interfaces)

     Read user reviews (0)  Refer to a friend  Subscribe

    Camelot description

    A Python GUI framework

    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.


    Product's homepage

    Requirements:

    · Python

    What's New in This Release: [ read full changelog ]

    · 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.

      


    TAGS:

    Python GUI | GUI framework | admin interface | Python | GUI | framework

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM