Metadata-Version: 1.0
Name: htmlserver
Version: 2010.02.06.appengine
Summary: DESCRIPTION: htmlserver - google appengine for python3.1
Home-page: http://pypi.python.org/pypi/htmlserver
Author: kai zhu
Author-email: kaizhu256@gmail.com
License: gpl
Description: DESCRIPTION: htmlserver - google appengine for python3.1
        
        REQUIRES: LINUX OS AND PYTHON3.1
        
        QUICK TEST: $ python3.1 setup.py build dev --quicktest
        
        SUMMARY:
        htmlserver is:
        1. py3to2 script converter
        2. html server running google appengine
        htmlserver requires you to edit the following files:
        1. htmlserver.py - python3.1 url request handlers
        2. index.html - static html pages
        
        RECENT CHANGELOG:
        20100206 - added htmlserver
        20100121 - added ast2src
        20091231 - added <<<< and >>>> sugar
        20091224 - added pseudomethod interactive console - revamped pseudomethod import hook
        20091224 - modularized package - fix install issues - added sdist check
        20091209 - improved documentation
        20091205 - moved source code to c++
        20091116 - package integrated
        
        DEMO USAGE:
        
        PseudoSugar - adding hook <htmlserver.PseudoSugar object at 0x8ffba6c> to sys.meta_path
        
        $ python3.1 setup.py htmlserver --name=htmlserver
        PseudoSugar - adding hook <htmlserver.PseudoSugar object at 0xa15bb2c> to sys.meta_path
        
        running htmlserver
        Python 2.5.2
        INFO     2010-02-08 06:27:35,702 appengine_rpc.py:157] Server: appengine.google.com
        INFO     2010-02-08 06:27:35,709 appcfg.py:348] Checking for updates to the SDK.
        INFO     2010-02-08 06:27:35,927 appcfg.py:362] The SDK is up to date.
        INFO     2010-02-08 06:27:36,010 dev_appserver_main.py:399] Running application htmlserver on port 8080: http://localhost:8080
        ln -s ../google_appengine/google
        INFO     2010-02-08 06:27:36,307 dev_appserver_main.py:404] Server interrupted by user, terminating
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: C
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Topic :: Multimedia
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
