[Zope-CVS] CVS: Packages/zpkgtools/zpkgtools - __init__.py:1.3
cfgparser.py:1.2
Fred L. Drake, Jr.
fred at zope.com
Fri Apr 2 01:30:08 EST 2004
Update of /cvs-repository/Packages/zpkgtools/zpkgtools
In directory cvs.zope.org:/tmp/cvs-serv26764/zpkgtools
Modified Files:
__init__.py cfgparser.py
Log Message:
feed the epydoc beast
=== Packages/zpkgtools/zpkgtools/__init__.py 1.2 => 1.3 ===
--- Packages/zpkgtools/zpkgtools/__init__.py:1.2 Wed Mar 31 01:02:03 2004
+++ Packages/zpkgtools/zpkgtools/__init__.py Fri Apr 2 01:30:05 2004
@@ -11,7 +11,18 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
-"""Zope packaging utilities."""
+"""Zope packaging utilities.
+
+:organization: Zope Corporation
+:license: `Zope Public License, Version 2.0 (ZPL)`__
+:status: Prototype implementation
+
+The Zope packaging utilities are the actual implementation of the
+**zpkg** command line utility.
+
+.. __: http://www.zope.org/Resources/ZPL
+
+"""
class Error(Exception):
=== Packages/zpkgtools/zpkgtools/cfgparser.py 1.1 => 1.2 ===
--- Packages/zpkgtools/zpkgtools/cfgparser.py:1.1 Thu Mar 11 09:54:31 2004
+++ Packages/zpkgtools/zpkgtools/cfgparser.py Fri Apr 2 01:30:05 2004
@@ -11,13 +11,16 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
-"""Extra-lite parser for a ZConfig-like configuration syntax.
+"""Extra-lite parser for a `ZConfig`_-like configuration syntax.
There is no support for external schemas; schemas are simpler and must
be specified using Python data structures.
There is no support for any %-directives, but dollar signs in values
-must be doubled to ensure compatibility with ZConfig.
+must be doubled to ensure compatibility with `ZConfig`_.
+
+.. _ZConfig: http://www.zope.org/Members/fdrake/zconfig/
+
"""
import re
More information about the Zope-CVS
mailing list