Plone Shell
- Warning
- This product has not had a release in over 1 year and may no longer be maintained.
Provides an interactive Python shell for examinig your ZODB/Zope/Plone, with introspection, auto-completion and tooltips. A very useful tool for learning, praticing, and debugging.
Project Description
Note: check out Clouseau for a more advanced and powerful tool that has zero dependencies.
PloneShell makes it easy for you to get an interactive shell for examining the ZODB and trying out Zope and Plone API calls on your actual site. This is a very helpful strategy for debugging and learning/practicing the Zope/Plone API. It combines the best of the Python interactive shell with access to your running Zope/Plone instance.
The changes you make here are inside a transaction, so they won't affect your real site, and are aborted when you quit. You have the option to commit that transaction, should you wish to, as well as explicitly abort it, sync with the current state of the database, and more.
The capabilities here are similar to what you can do with zopectl debug, however this offers several advantages:
- auto-completion of API calls; making it much easier to find the right call
- easier-to-remember commands for transaction commit, sync, etc. (the regular ones are still available)
- tooltips of the parameters for methods and objects
- works in Windows (normally, zopectl debug does not)
Requires wxPython, which is an easy install on Linux and Windows (but may be slightly more work under OSX).
This does not require that you run ZEO, or any special server setup. However, if you are running ZEO, you will be able to run this program while still running Zope.
For more information see PloneShell home page.
Current Release
Plone Shell 1.0
Released Mar 22, 2006
Final stable 1.0 release
More about this release…
-
Get
Plone Shell
for
all platforms
- Zip file of install
- If you are using Plone 3.2 or higher, you probably want to install this product with buildout. See our tutorial on installing add-on products with buildout for more information.
All Releases
| Version | Released | Description | Compatibility | Licenses | Status |
|---|---|---|---|---|---|
| 1.0 | Mar 22, 2006 | Final stable 1.0 release More about this release… | GPL | final | |
| 0.2 | Jun 22, 2005 | Standalone open sourced version of our ZEO prompt More about this release… |
Plone 2.1
Plone 2.0.5
Plone 2.0.4
Plone 2.0.3
Plone 2.0.2
Plone 2.0.1
Plone 2.0
Plone 1.0
Archetypes 1.3.3
Archetypes 1.3.2
Archetypes 1.3.1
Archetypes 1.3
Archetypes 1.2
|
LGPL | final |

