Metadata-Version: 1.0
Name: edpath
Version: 0.1.0
Summary: MS Windows command line script to view & edit PATH-like environment variables.
Home-page: http://code.google.com/p/edpath/
Author: Jonathan Hartley
Author-email: tartley@tartley.com
License: BSD
Description: Download and docs:
            http://pypi.python.org/pypi/edpath
        Development:
            http://code.google.com/p/edpath
        
        Description
        -----------
        
        MS Windows command-line script to view and edit PATH-like environment variables.
        
        Run with -h for description and usage.
        
        
        Dependencies
        ------------
        
        MS Windows only. Only tested on Windows XP.
        
        Requires Python 2.7.
        
        Requires that pywin32 is installed, from:
        http://sourceforge.net/projects/pywin32/files/
        
        
        Status and Known Problems
        -------------------------
        
        Feature complete. No known issues.
        
        If you have comments or it doesn't work for you or you find bugs, I'd love to
        hear about it. -tartley@tartley.com
        
        
        TODO
        ----
        
          * invert the sense of options.machine to get rid of all those nots
          * upload to pypi
          * produce a standalone py2exe version?
          * store backups of old PATH values in case user trashes their PATH?
          * make Linux-friendly. Presumably we can only display the output there, not
            persist it.
        
        
        Thanks
        ------
        
        Thanks to Tim Golden for his marvellous descriptions and code snippets showing
        how to read & modify environment variables in the Windows registry.
        
        Changes
        -------
        
        0.1.0 Initial release. Feature complete.
        
        
Keywords: terminal command-line windows path environment
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Terminals
