Metadata-Version: 1.2
Name: shpy
Version: 1
Summary: Make your shell python supportive.
Home-page: https://ZviWex.com
Author: ZviWex.
Author-email: zvikizviki@gmail.com
License: GNU
Description: # Shpy
        Make your shell python supportive
        
        [![PyPI](https://img.shields.io/badge/pypi-v3.12.0-green.svg?style=flat)](https://pypi.python.org/pypi/shpy/)
        [![Twitter](https://img.shields.io/badge/twitter-ZviWex-4099FF.svg?style=flat)](https://twitter.com/ZviWex)
        [![GNU License](https://img.shields.io/badge/license-GNU-blue.svg?style=flat)](https://www.gnu.org/licenses/gpl-3.0.en.html)
        [![WebSite](https://img.shields.io/website-down-red/http/shields.io.svg?label=website)](https://ZviWex.com)
        # Usage
        ## Running shell
        Execute this command
        ```sh
        shpy.bat # on windows
        shpy # on linux
        ```
        or embed this command as your default shell
        
        Note - this file will be on the default python scripts folder, considure adding this folder to PATH
        
        ## Using the shell
        In the shell itself, just write your commands
        
        If the command has no python-meaning, we will try to run it in shell context.
        
        If you want the shell to force-run command in shell context, execute
        ```python
        command("<insert command here>")
        ```
        within the shell
        # Installation
        
        ```sh
        python -m pip install --upgrade pip
        python -m pip install --upgrade shpy
        ```
        
        # Contact
        If you have any questions feel free to ping me
        at [here](https://ZviWex.com/) to connect.
        There is also a [mail address](mailto:zvikizviki@gmail.com) for higher latency discussion.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Operating System :: OS Independent
Requires-Python: ~=2.7
