Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amhsirak/pypidisk
CLI tool to know the amount of disk space a PyPi package is eating
https://github.com/amhsirak/pypidisk
dependencies for-fun operating-system pip pypi python
Last synced: 1 day ago
JSON representation
CLI tool to know the amount of disk space a PyPi package is eating
- Host: GitHub
- URL: https://github.com/amhsirak/pypidisk
- Owner: amhsirak
- License: mit
- Created: 2022-11-14T16:44:18.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-19T22:55:57.000Z (about 2 years ago)
- Last Synced: 2025-01-08T16:37:20.185Z (19 days ago)
- Topics: dependencies, for-fun, operating-system, pip, pypi, python
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## PyPiDisk
Know the amount of space a PyPi package is occupying on your hard disk.
### ? Why
You may achieve the same by using various commands on your OS.
PyPiDisk is a just Pythonic way for the same - just in case you don't want to write commands :)### > Install
```
pip install pypidisk
```### ! Use
Use the command `pypidisk`
**Output**
1. In KB
2. In MB
Argument
Help
Required
Default
Type
--size or --s
Get size of package in KB or MB
False
KB
str