LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
iprofile/__init__.py
iprofile/console.py
iprofile/cli/__init__.py
iprofile/cli/activate.py
iprofile/cli/active.py
iprofile/cli/clear.py
iprofile/cli/create.py
iprofile/cli/deactivate.py
iprofile/cli/delete.py
iprofile/cli/init.py
iprofile/cli/save.py
iprofile/cli/shell.py
iprofile/core/__init__.py
iprofile/core/config.py
iprofile/core/decorators.py
iprofile/core/models.py
iprofile/core/utils.py
iprofile/texts/__init__.py
iprofile/texts/docs.py
iprofile/texts/errors.py
iprofile/texts/helpers.py
iprofile/texts/logs.py
python_iprofile.egg-info/PKG-INFO
python_iprofile.egg-info/SOURCES.txt
python_iprofile.egg-info/dependency_links.txt
python_iprofile.egg-info/entry_points.txt
python_iprofile.egg-info/not-zip-safe
python_iprofile.egg-info/requires.txt
python_iprofile.egg-info/top_level.txt
tests/test_cli/__init__.py
tests/test_cli/test_activate.py
tests/test_cli/test_active.py
tests/test_cli/test_deactivate.py
tests/test_cli/test_init.py
tests/test_cli/test_save.py
tests/test_cli/test_shell.py
tests/test_core/__init__.py
tests/test_core/test_models.py