v-finance/camelot
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Files
Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
########## Camelot ########## 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 : - `Home page <http://www.python-camelot.com>`_. - `Screenshots <http://www.python-camelot.com>`_. - `Documentation <http://www.python-camelot.com/docs.html>`_.
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published