Simple Python environment inspector - see what's installed across all your Python versions
Project description
mustel 🦦
A simple Python environment inspector. See what's installed across all your Python versions.
Why?
Ever had this happen?
pip install numpy
import numpy # ❌ ModuleNotFoundError
That's because you have multiple Python versions, and pip installed it in a different one!
mustel helps you see exactly what's installed where.
Install
pip install mustel
Usage
mustel # Show packages in current Python
mustel all # Show all Python installations
mustel diff # Compare packages across Pythons
mustel check X # Check if package X exists
mustel updates # Show outdated packages
mustel help # Show help
Examples
See all your Pythons
> mustel all
🦦 mustel — all pythons
Found 3 Python(s):
------------------------------------------------------------
★ Python 3.13.7 (current)
Path: C:\Users\...\Python313\python.exe
Packages: 151
Python 3.14.0
Path: C:\Users\...\Python314\python.exe
Packages: 8
------------------------------------------------------------
Use with a specific Python
C:\Python314\python.exe -m mustel
Why "mustel"?
Named after the Mustelidae family (otters, weasels, ferrets) - small but effective hunters that find things in hidden places! 🦦
License
Proprietary - All Rights Reserved.
Copyright © 2025 Ameya Kulkarni, Raunak Nayak
See LICENSE for details.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mustel-0.1.0.tar.gz.
File metadata
- Download URL: mustel-0.1.0.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9add901cd250cf1919e9582cc3ee2fc7b96c84d084e88f49fd820ef2f375bf96
|
|
| MD5 |
8732800f66ee2ab5eea8775d1a97e754
|
|
| BLAKE2b-256 |
c2bf872663e64aaa4895e4d6c70ecb5ee67cd94af7dfc7879782787824ca3c82
|
File details
Details for the file mustel-0.1.0-py3-none-any.whl.
File metadata
- Download URL: mustel-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0744e3325317d591b5f9ba9b0da57a1c8e2fa9eeefc0a22af5d609d3039e2861
|
|
| MD5 |
69a787b960a4eed8ae7a4429e30f1f6a
|
|
| BLAKE2b-256 |
0953e3052b3a17776194fe60074591427e385308c94e354f4ebc2bd3fac43440
|