Metadata-Version: 2.1
Name: pipshow
Version: 1.0.8
Summary: A script to show details of any python package, irrespective of whether its installed or not
Home-page: https://github.com/prahladyeri/pipshow
Author: Prahlad Yeri
Author-email: prahladyeri@yahoo.com
License: MIT
Description: ![pypi](https://img.shields.io/pypi/v/pipshow.svg)
        ![python](https://img.shields.io/pypi/pyversions/pipshow.svg)
        ![license](https://img.shields.io/github/license/prahladyeri/pipshow.svg)
        ![last-commit](https://img.shields.io/github/last-commit/prahladyeri/pipshow.svg)
        [![donate](https://img.shields.io/badge/-Donate-blue.svg?logo=paypal)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=JM8FUXNFUK6EU)
        [![follow](https://img.shields.io/twitter/follow/prahladyeri.svg?style=social)](https://twitter.com/prahladyeri)
        # pipshow
        
        A script to show details of any python package, irrespective of whether its installed or not.
        
        # Synopsis
        
        I came across the need today to show details about a random PyPi package which wasn't installed on my machine yet. So I simply did `pip show <package_name>` but it didn't return anything. `pip` has also removed the `--no-install` option for simulating an install through which I could have known these details too. So I wrote this little script to show the details of any package even if it isn't installed on your machine.
        
        # Installation
        
        ```bash
        pip install pipshow
        ```
        
        # Usage
        
        ![pipshow screenshot](https://raw.githubusercontent.com/prahladyeri/pipshow/master/screenshot.png)
        
        ## License
        
        `pipshow` is free and open source software. It is [MIT](https://opensource.org/licenses/MIT) licensed.
        
        ## Donation
        
        Please consider donating if this tool has helped you in any way. You can also [hire me on fiverr](https://www.fiverr.com/prahladyeri) to get professional support and customization.
        
        - [Donate through PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=JM8FUXNFUK6EU)
        - [Donate through Patreon](https://www.patreon.com/prahladyeri)
Keywords: pip,setup,installer
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
