Metadata-Version: 1.1
Name: pith
Version: 0.3
Summary: A simple command-line tool to execute Python while taking care of the
PYTHONPATH.

Home-page: https://github.com/weegreenblobbie/pith-tool
Author: Nick Hilton et al
Author-email: weegreenblobbie@yahoo.com
License: UNKNOWN
Description: pith
        ====
        
        A simple command-line tool to execute Python while taking care of the
        ``PYTHONPATH``.
        
        Project Homepage
        ================
        
        .. _`pith Homepage`: https://github.com/weegreenblobbie/pith-tool
        
        - `pith Homepage`_
        
        How to Install
        ==============
        
        .. code-block:: console
        
            pip install --user pith
        
        Or:
        
        .. code-block:: console
        
            pip3 install --user pith
        
        Then make sure ``pith`` is in your shell's ``PATH``, it's usually installed
        into ``~/.local/bin``.
        
        
Keywords: development,command-line,script
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
