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: 8 months ago
JSON representation

Profile how much memory is used by package imports

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)