All Projects → prahladyeri → pipshow

prahladyeri / pipshow

Licence: MIT License
A script to show details of any python package, irrespective of whether its installed or not

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to pipshow

Pip Tools
A set of tools to keep your pinned Python dependencies fresh.
Stars: ✭ 5,387 (+17856.67%)
Mutual labels:  pip, setuptools
poetry-setup
Generate setup.py (setuptools) from pyproject.toml (poetry)
Stars: ✭ 44 (+46.67%)
Mutual labels:  pip, setuptools
integration-test
ensure core packaging tools work well with each other
Stars: ✭ 15 (-50%)
Mutual labels:  pip, setuptools
MixingBear
Package for automatic beat-mixing of music files in Python 🐻🎚
Stars: ✭ 73 (+143.33%)
Mutual labels:  pip
cyclonedx-python
Creates CycloneDX Software Bill of Materials (SBOM) from Python projects and environments.
Stars: ✭ 78 (+160%)
Mutual labels:  pip
pipsalabim
An assistant to guess your pip dependencies from your code, without using a requirements file.
Stars: ✭ 15 (-50%)
Mutual labels:  pip
ansible-role-pip
Ansible Role - Pip (for Python)
Stars: ✭ 147 (+390%)
Mutual labels:  pip
brujeria
Black Magic to hook into setuptools and distutils for Extensions
Stars: ✭ 17 (-43.33%)
Mutual labels:  setuptools
rotten tomatoes client
Authless Client for Rotten Tomatoes
Stars: ✭ 16 (-46.67%)
Mutual labels:  pip
v-pip
🖼 Tiny vue wrapper for supporting native picture-in-picture mode.
Stars: ✭ 30 (+0%)
Mutual labels:  pip
TensorFlow-Raspberry-Pi 64-bit
TensorFlow installation wheels for Raspberry Pi 64 OS
Stars: ✭ 27 (-10%)
Mutual labels:  pip
TyStrings
strings file tool for iOS / macOS developers
Stars: ✭ 15 (-50%)
Mutual labels:  pip
rules poetry
Bazel rules that use Poetry for Python package management
Stars: ✭ 40 (+33.33%)
Mutual labels:  pip
rfc-bibtex
A command line tool that creates bibtex entries for IETF RFCs and Internet Drafts.
Stars: ✭ 43 (+43.33%)
Mutual labels:  pip
ausbills
🇦🇺 This is a package for obtaining parliament bills for Australian governments.
Stars: ✭ 24 (-20%)
Mutual labels:  pip
requirements-parser
A Pip requirements file parser.
Stars: ✭ 101 (+236.67%)
Mutual labels:  pip
username
😺 Get the current user name
Stars: ✭ 13 (-56.67%)
Mutual labels:  pip
project
☕️ Create node, rust, python or ruby project locally and on github (private or public)
Stars: ✭ 19 (-36.67%)
Mutual labels:  pip
pip upgrade outdated
Install outdated python packages.
Stars: ✭ 62 (+106.67%)
Mutual labels:  pip
pip-date
A simple CLI tool to show the installation/modification times of all your pip packages
Stars: ✭ 21 (-30%)
Mutual labels:  pip

pypi python license last-commit patreon paypal follow

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

pip install pipshow

Usage

pipshow screenshot

License

pipshow is free and open source software. It is MIT licensed.

Donation

Please consider donating if this tool has helped you in any way. You can also hire me on fiverr to get professional support and customization.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].