{ "info": { "author": "Zope Corporation and Contributors", "author_email": "zope-dev@zope.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Zope3", "Intended Audience :: Developers", "License :: OSI Approved :: Zope Public License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP" ], "description": "Python Page provides the user with a content object that interprets\nPython in content space.\n\n\nDetailed Dcoumentation\n----------------------\n\n\n===========\nPython Page\n===========\n\nPython Page provides the user with a content object that interprets\nPython in content space. To save typing and useless messing with\noutput, any free-standing string and print statement are considered\nfor output; see the example below.\n\n\nExample\n-------\n\nCreate a new content type called \"Python Page\" and enter the following\ncode example::\n\n '''\n \n
\n