Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install camelot

How to install Camelot

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install camelot
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
12.06.29
13.04.13-gpl-pyqtNever BuiltWhy not?
12.06.29 Available View build log
11.12.30 Available View build log
11.11.16 Available View build log
11.11.14 Available View build log
11.09.10 Available View build log
11.05.13 Available View build log
10.11.27 Available View build log
10.07.02 Available View build log
Windows (64-bit)
11.12.30
13.04.13-gpl-pyqtNever BuiltWhy not?
11.12.30 Available View build log
11.11.16 Available View build log
11.11.14 Available View build log
11.09.10 Available View build log
11.05.13 Available View build log
10.11.27 Available View build log
10.07.02 Available View build log
Mac OS X (10.5+)
12.06.29
13.04.13-gpl-pyqtNever BuiltWhy not?
12.06.29 Available View build log
11.12.30 Available View build log
11.11.16 Available View build log
11.11.14 Available View build log
11.09.10 Available View build log
11.05.13 Available View build log
10.11.27 Available View build log
10.07.02 Available View build log
Linux (32-bit)
12.06.29
13.04.13-gpl-pyqtNever BuiltWhy not?
12.06.29 Available View build log
11.12.30 Available View build log
11.11.16 Available View build log
11.11.14 Available View build log
11.09.10 Available View build log
11.05.13 Available View build log
10.11.27 Available View build log
10.07.02 Available View build log
Linux (64-bit)
13.04.13-gpl-pyqt Available View build log
12.06.29 Available View build log
11.12.30 Available View build log
11.11.16 Available View build log
11.11.14 Available View build log
11.09.10 Available View build log
11.05.13 Available View build log
10.11.27 Available View build log
10.07.02 Available View build log
 
License
GPL, Commercial
Lastest release
version 13.04.13-gpl-pyqt on May 7th, 2013

Camelot provides components for building business applications on top of Python, SQLAlchemy and Qt. It is inspired by the Django admin interface. A simple piece of code as this:

class Task( Entity ):
    short_description = Column( Unicode( 60 ), nullable = False )
    due_date = Column( Date() )
    long_description = Column( RichText() )

    class Admin( EntityAdmin ):
        list_display = ['short_description', 'due_date']

Is enough to define your database schema, define the mapping between the database and objects, and to create a user friendly desktop GUI.

Building applications with Camelot has these advantages :

  • Use high quality editors together with the Qt Model-View framework
  • Editors are bound to the model without writing binding code
  • User friendliness and performance out of the box
  • Tons of built in functions such as data import and export, printing, backup and restore
  • Documentation on creating the various parts of an application like wizards and reports

For more information, refer to :

Subscribe to package updates

Last updated May 7th, 2013

Download Stats

Last month:4

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.