Headless Chandler
Much of the initialization code for Chandler has been split out into a utility module that can be used by other scripts; the first such script is tools/headless.py, which can be run via "RunPython tools/headless.py". It takes all the same command line arguments that Chandler does, such as --create. Once you have run headless.py, the repository will be set up, parcels will be loaded and you will be dropped into an interactive python session. If you want twisted, the webserver, and wakeupcallers to run, type go( ) . There is help available by typing readme( ) .