<?xml version="1.0" encoding="utf-8" standalone="no"?>
<installer-gui-script minSpecVersion="1">
    <title>Python</title>
    <background alignment="left" file="background.jpg" mime-type="image/png"/>
    <welcome file="Welcome.rtf" mime-type="text/richtext"/>
    <readme file="readme.rtf" mime-type="text/richtext"/>
    <license file="License.txt" mime-type="text/plain"/>
    <options customize="allow" require-scripts="false" rootVolumeOnly="true"/>
    <choices-outline>
        <line choice="org.python.Python.PythonFramework-2.7"/>
        <line choice="org.python.Python.PythonApplications-2.7"/>
        <line choice="org.python.Python.PythonUnixTools-2.7"/>
        <line choice="org.python.Python.PythonDocumentation-2.7"/>
        <line choice="org.python.Python.PythonProfileChanges-2.7"/>
        <line choice="org.python.Python.PythonInstallPip-2.7"/>
    </choices-outline>
    <choice id="default"/>
    <choice id="org.python.Python.PythonFramework-2.7" visible="true" selected="true" enabled="false" title="Python Framework" description="This package installs Python.framework, that is the python interpreter and the standard library.">
        <pkg-ref id="org.python.Python.PythonFramework-2.7"/>
    </choice>
    <choice id="org.python.Python.PythonApplications-2.7" visible="true" title="GUI Applications" description="This package installs IDLE (an interactive Python IDE), and Python Launcher.  It also installs a number of examples and demos.">
        <pkg-ref id="org.python.Python.PythonApplications-2.7"/>
    </choice>
    <choice id="org.python.Python.PythonUnixTools-2.7" visible="true" title="UNIX command-line tools" description="This package installs the unix tools in /usr/local/bin for compatibility with older releases of Python. This package is not necessary to use Python.">
        <pkg-ref id="org.python.Python.PythonUnixTools-2.7"/>
    </choice>
    <choice id="org.python.Python.PythonDocumentation-2.7" visible="true" title="Python Documentation" description="This package installs the python documentation at a location that is useable for pydoc and IDLE.">
        <pkg-ref id="org.python.Python.PythonDocumentation-2.7"/>
    </choice>
    <choice id="org.python.Python.PythonProfileChanges-2.7" visible="true" start_selected="true" title="Shell profile updater" description="This packages updates your shell profile to make sure that the Python tools are found by your shell in preference of the system provided Python tools.  If you don't install this package you'll have to add '/Library/Frameworks/Python.framework/Versions/2.7/bin' to your PATH by hand.">
        <pkg-ref id="org.python.Python.PythonProfileChanges-2.7"/>
    </choice>
    <choice id="org.python.Python.PythonInstallPip-2.7" visible="true" start_selected="true" title="Install or upgrade pip" description="This package installs (or upgrades from an earlier version) pip, a tool for installing and managing Python packages.">
        <pkg-ref id="org.python.Python.PythonInstallPip-2.7"/>
    </choice>
    <pkg-ref id="org.python.Python.PythonFramework-2.7" version="0" auth="Root" onConclusion="none" installKBytes="50464">#Python_Framework.pkg</pkg-ref>
    <pkg-ref id="org.python.Python.PythonApplications-2.7" version="0" auth="Root" onConclusion="none" installKBytes="1838">#Python_Applications.pkg</pkg-ref>
    <pkg-ref id="org.python.Python.PythonUnixTools-2.7" version="0" auth="Root" onConclusion="none" installKBytes="11">#Python_Command_Line_Tools.pkg</pkg-ref>
    <pkg-ref id="org.python.Python.PythonDocumentation-2.7" version="0" auth="Root" onConclusion="none" installKBytes="31417">#Python_Documentation.pkg</pkg-ref>
    <pkg-ref id="org.python.Python.PythonProfileChanges-2.7" version="0" auth="Root" onConclusion="none" installKBytes="0">#Python_Shell_Profile_Updater.pkg</pkg-ref>
    <pkg-ref id="org.python.Python.PythonInstallPip-2.7" version="0" auth="Root" onConclusion="none" installKBytes="0">#Python_Install_Pip.pkg</pkg-ref>
    <pkg-ref id="org.python.Python.PythonFramework-2.7">
        <bundle-version>
            <bundle CFBundleShortVersionString="2.7.9rc1" CFBundleVersion="2.7.9rc1" id="org.python.python" path="Versions/2.7/Resources/Python.app"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="org.python.Python.PythonApplications-2.7">
        <bundle-version>
            <bundle CFBundleShortVersionString="2.7.9rc1" CFBundleVersion="2.7.9rc1" id="org.python.PythonLauncher" path="Python 2.7/Python Launcher.app"/>
            <bundle CFBundleShortVersionString="2.7.9rc1" CFBundleVersion="2.7.9rc1" id="org.python.IDLE" path="Python 2.7/IDLE.app"/>
            <bundle CFBundleShortVersionString="2.5alpha0" CFBundleVersion="2.5alpha0" id="org.python.buildapplet" path="Python 2.7/Build Applet.app"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="org.python.Python.PythonUnixTools-2.7">
        <bundle-version/>
    </pkg-ref>
    <pkg-ref id="org.python.Python.PythonDocumentation-2.7">
        <bundle-version/>
    </pkg-ref>
    <pkg-ref id="org.python.Python.PythonProfileChanges-2.7">
        <bundle-version/>
    </pkg-ref>
    <pkg-ref id="org.python.Python.PythonInstallPip-2.7">
        <bundle-version/>
    </pkg-ref>
</installer-gui-script>