camelot_admin

camelot_admin is a tool to assist in the creation and development of Camelot projects. Use this application without any options to start a GUI to create a new Camelot project.

startproject

Starts a new project, use startproject project_name.

apidoc

Extract API documentation from source code, to be used with sphinx.

license_update

Change the license header of a project, use license_update project_directory license_file

to_pyside

Takes a folder with PyQt4 source code and translates it to PySide source code. Usage

to_pyside source destination
camelot.bin.camelot_admin.meta()[source]

launch meta camelot, in a separate function to make sure camelot_admin does not depend on PyQt, otherwise it is imposible to run to_pyside without having PyQt installed

Previous topic

bin

Next topic

meta

This Page