Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prahladyeri/pipshow
A script to show details of any python package, irrespective of whether its installed or not
https://github.com/prahladyeri/pipshow
pip python setuptools
Last synced: 3 months ago
JSON representation
A script to show details of any python package, irrespective of whether its installed or not
- Host: GitHub
- URL: https://github.com/prahladyeri/pipshow
- Owner: prahladyeri
- License: mit
- Created: 2019-05-10T14:23:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-09T21:08:01.000Z (over 3 years ago)
- Last Synced: 2024-05-02T05:14:09.496Z (9 months ago)
- Topics: pip, python, setuptools
- Language: Python
- Homepage: https://github.com/prahladyeri/pipshow
- Size: 64.5 KB
- Stars: 32
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![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)
[![patreon](https://img.shields.io/badge/Patreon-brown.svg?logo=patreon)](https://www.patreon.com/prahladyeri)
[![paypal](https://img.shields.io/badge/PayPal-blue.svg?logo=paypal)](https://paypal.me/prahladyeri)
[![follow](https://img.shields.io/twitter/follow/prahladyeri.svg?style=social)](https://twitter.com/prahladyeri)
# pipshowA 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 ` 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)