python-iprofile

A CLI for handling IPython 4+ profiles startup scripts.


Keywords
ipython, ipython4, python, python2, python3, shell, profile, iprofile, django
License
MIT
Install
pip install python-iprofile==0.3.3

Documentation

Python IProfile CLI

PyPI version Build Status Coverage Status Code Health

A CLI for handling IPython 4+ profiles startup scripts.

Report issues here.

Installation

Install via pip:

$ pip install python-iprofile

Or download from the PyPI repository.

Documentation

See the wiki for the guide and command reference.

See the changelog to check out the changes and new features (since v0.2.0).

Django integration

Installing Django is optional - you won't need it to work with IProfile, only if you want to use the Django shell command. But if you do use it, IProfile comes with a script to import all your Django project models, which can be very useful.