Metadata-Version: 1.1
Name: tkpip
Version: 0.1.4
Summary: A tool for installing and managing Python packages based on Tk.
Home-page: https://github.com/lishnih/tkpip
Author: Stan
Author-email: lishnih@gmail.com
License: Public Domain
Description: *************
        tkpip
        *************
        
        **Installation**
        
            ``$ python -m easy_install <package.egg>``
        
            ``$ py -3 -m easy_install <package.egg>``
        
        **After installation**
        
        - Now you can run the package from a commamd line:
            ``$ run_tkpip.py``
        
        - or from a python environment:
            ``from tkpip import tkpip``
        
            ``tkpip.main()``
        
        License
        --------
        - Public domain
        
Keywords: tk,pip,pypi
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: Public Domain
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Utilities
