Python Page provides the user with a content object that interprets Python in content space.
Detailed Dcoumentation
Python Page
Python Page provides the user with a content object that interprets Python in content space. To save typing and useless messing with output, any free-standing string and print statement are considered for output; see the example below.
Example
Create a new content type called “Python Page” and enter the following code example:
'''
<html>
<body>
<ul>
'''
import time
print time.asctime()
'''
</ul>
</body>
</html>
'''
CHANGES
3.5.1 (2009-08-15)
Fixed a spurious test failure when run with with Python 2.6
3.5.0 (2009-02-01)
Replace zope.app.container with zope.container.
3.4.1 (2007-07-30)
Get rid of zope.app.zapi as a dependency. See https://bugs.launchpad.net/zope3/+bug/219302
Fix deprecation warning in zope/app/pythonpage/browser.py: zope.app.i18n was moved to zope.i18nmessageid.
3.4.0 (2007-10-24)
Initial release independent of the main Zope tree.
Release files for zope.app.pythonpage 3.5.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| zope.app.pythonpage-3.5.1.tar.gz | 8.7 kB | Details |
Release files / zope.app.pythonpage-3.5.1.tar.gz
| Download URL | zope.app.pythonpage-3.5.1.tar.gz |
|---|---|
| Size | 8.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8ce2b22cf5e62c9eeb79433580ecfdc114fd1bbeb67c96addd2e6f368165b8cb
|
|
BLAKE2b-256 checksum How to use checksums |
e6a44699fdd327d2996b4b17ff016be53c5e70d375b44715f64bb17c20cef8fc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |