معرفی شرکت ها


Camelot-13.04.13-gpl-pyqt


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A python GUI framework on top of Sqlalchemy and Qt, inspired by the Django admin interface. Start building desktop applications at warp speed, simply by adding some additional information to you model definition.
ویژگی مقدار
سیستم عامل -
نام فایل Camelot-13.04.13-gpl-pyqt
نام Camelot
نسخه کتابخانه 13.04.13-gpl-pyqt
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Conceptive Engineering
ایمیل نویسنده project-camelot@conceptive.be
آدرس صفحه اصلی http://www.python-camelot.com
آدرس اینترنتی https://pypi.org/project/Camelot/
مجوز GPL, Commercial
########## 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>`_.


نحوه نصب


نصب پکیج whl Camelot-13.04.13-gpl-pyqt:

    pip install Camelot-13.04.13-gpl-pyqt.whl


نصب پکیج tar.gz Camelot-13.04.13-gpl-pyqt:

    pip install Camelot-13.04.13-gpl-pyqt.tar.gz