https://github.com/dmage/importmem
Profile how much memory is used by package imports
https://github.com/dmage/importmem
Last synced: 8 months ago
JSON representation
Profile how much memory is used by package imports
- Host: GitHub
- URL: https://github.com/dmage/importmem
- Owner: dmage
- License: mit
- Created: 2022-06-18T21:51:38.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-18T22:39:44.000Z (about 4 years ago)
- Last Synced: 2025-01-27T12:50:03.241Z (over 1 year ago)
- Language: Python
- Size: 72.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# importmem
This is a simple script to analyze how much memory needed to import Python
module dependencies.
## Installation
```
pip install importmem
```
## Example
```
importmem flask --open
```
