Metadata-Version: 1.0
Name: pythonselect
Version: 1.0
Summary: A tool to set current Python version (currently MacOSX only)
Home-page: http://github.com/ActiveState/pythonselect
Author: srid
Author-email: srid@nearfar.org
License: MIT
Description: pythonselect
        ============
        
        pythonselect is a MacOSX tool to set current Python version. If you have
        multiple Python versions installed - say, 2.6, 2.7 and 3.1 - then running the
        following will set Python 2.7 to be your current Python:
        
        ::
        
            $ sudo pythonselect 2.7
        
        pythonselect does this by creating appropriate symlinks in ``/usr/local/bin``
        targetting the necessary binaries in your non-system framework Python
        install.
        
        Credits
        =======
        
        pythonselect is based on Komodo_'s internal `set-curr-python.py`_.
        
        .. _Komodo: http://www.activestate.com/komodo/
        .. _`set-curr-python.py`: http://svn.openkomodo.com/openkomodo/view/openkomodo/trunk/mozilla/support/set-curr-python.py
        
        Roadmap
        =======
        
        Even though this tool is MacOSX-only at the moment, we plan to expand support
        for Windows and Linux.
        
        
        
        .. This is your project NEWS file which will contain the release notes.
        .. See http://bitbucket.org/ianb/pip/src/tip/docs/news.txt for an example 
        .. NEWS.txt content.
        .. This file will be appended to your project's long description.
        
        News
        ====
        
        1.0
        ---
        
        * New: Accepts -h/-?/--help/help argument to print usage
        
        1.0b3
        -----
        
        * New: Show list of installed Python versions without any argument
        * New: support for pypm, virtualenv, easy_install and pip
        
        1.0b2
        -----
        
        * Fix: Prevent setup.py from running on non-MacOSX platforms
        
        1.0b1
        -----
        
        * Initial import from Komodo source: mozilla/support/set-curr-python.py
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: MacOS X
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python
Classifier: Topic :: System
Classifier: Topic :: Utilities
