Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Raptus/raptus.torii.ipython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Torii allows access to a running zope server over a unix-domain-socket. Torii makes it also possible to run scripts from the command line on the server. In addition it provides a python-prompt. That means full access to the Zope and ZODB at runtime.

An implementation of ipython. Code-completion, readline and colored python prompt.

Use it with buildout:

[torii]
recipe = raptus.recipe.torii
socket-path = ${buildout:directory}/var/torii.sock
threaded = True
extends =
    raptus.torii.ipython

more information at raptus.torii

Copyright and credits

raptus.torii is copyright 2010 by raptus , and is licensed under the GPL. See LICENSE.txt for details.

About

extends raptus.torii with ipython

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages