Python Page -- Zope 3 Content Components
Project description
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.4.0 (2007-10-24)
Initial release independent of the main Zope tree.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for zope.app.pythonpage-3.4.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3734eb658a40877cf7468b82ec1f920a298b902e6e8be1a2ca6aaefc6f1ab0ff |
|
MD5 | 9277e4e2f731f03a64609312e17eae8b |
|
BLAKE2b-256 | cee11b7d2ceeec7dd5fc6aff34f4de876e09a9a6b79ad84211f20d78775c8137 |