Zope-like publisher as WSGI application
Project description
Overview
repoze.obob is a reconstruction of the “bobo” precursor of Zope (the “object publisher” portion), stripped down to be used as a possible application endpoint in the ‘repoze’ stack.
Installation
Installing setuptools
repoze.obob depends on setuptools for its installation. To install setuptools:
Download ez_setup.py from http://peak.telecommunity.com/dist/ez_setup.py
Run ez_setup.py using Python 2.4.3 or better. You can use http://peak.telecommunity.com/dist/virtual-python.py if you’re running a UNIX system to avoid polluting your “system” Python’s “site-packages” directory with repoze-required eggs.
Installing repoze
After ez_setup.py is finished installing setuptools, run:
$pyprefix/bin/python setup.py developThis will cause all packages required by repoze.obob to be installed as Python eggs in the Python site-packages directory and will cause the code from within the repoze.obob directory to be used during execution.
Testing
To all run repoze.obob tests, cd to the top-level repoze.obob checkout dir and run:
$pyprefix/bin/python setup.py test
Project details
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 repoze.obob-0.4.tar.gz
.
File metadata
- Download URL: repoze.obob-0.4.tar.gz
- Upload date:
- Size: 12.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f7da82330b9c2db29fd3988fd1d3e295239aa757312943a7eb99abc7b423d84 |
|
MD5 | 1dbbdead8efd3f00214d3581f7a9ce69 |
|
BLAKE2b-256 | f32e81d336751abee54a50b8910fd20b675daef94f510c40120e6d15987402b8 |