Metadata-Version: 1.0
Name: ISAPIWSGIHelper
Version: 0.1.0dev
Summary: utilities to help bootstrap deployment of WSGI applications using isapi-wsgi
Home-page: http://bitbucket.org/rsyring/isapi-wsgi-helper/
Author: Randy Syring
Author-email: rsyring@gmail.com
License: BSD
Description: 
        Introduction
        ---------------
        
        ISAPIWSGIHelper is a small command line script and some helper
        utilities to help bootstrap deployment of WSGI
        applications using `isapi-wsgi <http://code.google.com/p/isapi-wsgi/>`_ with
        Microsoft IIS.
        
        Prerequisites
        ---------------
        
        The following should be installed:
        
        * Python
        * Python Win32 Extensions
        
        In addition, python's scripts directory should already be in your path.  If
        commands like ``easy_install`` or ``pip`` already function, you should be good to go.
        
        You should be familiar with IIS and how to load ISAPI extensions into websites
        and virtual directories.
        
        Dependencies
        --------------------
        
        * argparse
        * isapi_wsgi
        
        Usage
        --------------------
        
        The "iwhelper" command is installed when installing the IsapiWSGIHelper
        package.
        
        A virtualenv is recommended, but not required.
        
        > cd c:\somewhere\myproj-venv
        > virtualenv .
        > iwhelper
        
        The above will result in a virtualenv with the addition of a isapi-wsgi
        directory in the root of the venv.  Edit isapi-wsgippinit.py according
        to the comments in that file.
        
        Then, setup your website or a virtualdirectory with a wildcard mapping
        that uses isapi-wsgi\__loader.dll.
        
        Questions & Comments
        ---------------------
        
        Please visit: http://groups.google.com/group/blazelibs
        
        Current Status
        ---------------
        
        Works for me. :)
        
        The `development version <http://bitbucket.org/rsyring/isapi-wsgi-helper/get/tip.zip#egg=IsapiWSGIHelper-dev>`_
        is installable with ``easy_install ISAPIWSGIHelper==dev``.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
