Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmage/importmem
Profile how much memory is used by package imports
https://github.com/dmage/importmem
Last synced: 9 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-18T22:39:44.000Z (over 2 years ago)
- Last Synced: 2024-10-28T13:54:47.962Z (19 days 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
```![flask import graph](docs/flask.png)