Closed
Description
import IPython
takes about 0.5 seconds on my machine to import and is the longest part of running simple fire
scripts at the moment. Launching a python script and printing something takes 0.15 seconds so the total with import fire
becomes about 0.65 seconds.
It's only used in _EmbedIPython
and inspectutils.py
so maybe it can be optional for command line apps and the inspection part ported over (or placed in a different smaller package)? Would such a pull request be useful?