zodbbrowser 0.3.1
pip install zodbbrowser==0.3.1
Released:
ZODB browser
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: ZPL 2.1
- Author: Programmers of Vilnius
Project description
The ZODB browser allows you to inspect persistent objects stored in the ZODB, view their attributes and historical changes made to them.
Usage as a plugin
Add zodbbrowser to the list of eggs (e.g. in buildout.cfg of your app) and add this to your site.zcml:
<include package="zodbbrowser" />
Restart Zope and append @@zodbbrowser to the end of the URL to start browsing, e.g. http://localhost:8080/@@zodbbrowser. Or, if you still use ZMI (the Zope Management Interface), look for a new menu item titled “ZODB Browser”.
Usage as a standalone project
Install all the dependencies into the source tree with zc.buildout:
python bootstrap.py bin/buildout
Run bin/zodbbrowser specifying either a filename or a ZEO address
bin/zodbbrowser /path/to/Data.fs bin/zodbbrowser --zeo localhost:9080 bin/zodbbrowser --zeo /path/to/zeosock
Open http://localhost:8070 in a web browser. Note that there are no access controls; all other users on the local machine will be able to access the database contents.
Or you could use easy_install, if you’re not afraid of cluttering your Python installation with extra packages:
easy_install zodbbrowser[app] zodbbrowser /path/to/Data.fs
Online help
There’s a little ‘help’ link in the bottom-right corner of every page that describes the user interface in greater detail.
Authors
ZODB Browser was developed by Tautvilas Mečinskas (tautvilas@pov.lt) and Marius Gedminas (marius@pov.lt) from Programmers of Vilnius. It is licenced under the Zope Public Licence.
Changes
0.3.1 (2009-07-17)
Fixed install error on Windows (path cannot end in /).
0.3 (2009-07-17)
First public release
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: ZPL 2.1
- Author: Programmers of Vilnius
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file zodbbrowser-0.3.1.tar.gz
.
File metadata
- Download URL: zodbbrowser-0.3.1.tar.gz
- Upload date:
- Size: 60.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c5c49868f19fa844f572d661792a45f68d881a1545ca4fe7a82bbae928dfbe8 |
|
MD5 | 38dc89f294b24691d3f0d893ed3c119c |
|
BLAKE2b-256 | 1b0c5d77c354ba9028f68be11955ed5e0c0a410c904590cbd817bbfbc40f0850 |