[pygments.lexers]
ipython3 = IPython.lib.lexers:IPython3Lexer
ipythonconsole = IPython.lib.lexers:IPythonConsoleLexer
ipython = IPython.lib.lexers:IPythonLexer

[console_scripts]
ipengine = IPython.parallel.apps.ipengineapp:launch_new_instance
iptest3 = IPython.testing.iptestcontroller:main
ipcontroller3 = IPython.parallel.apps.ipcontrollerapp:launch_new_instance
ipcontroller = IPython.parallel.apps.ipcontrollerapp:launch_new_instance
iptest = IPython.testing.iptestcontroller:main
ipcluster = IPython.parallel.apps.ipclusterapp:launch_new_instance
ipcluster3 = IPython.parallel.apps.ipclusterapp:launch_new_instance
ipython3 = IPython:start_ipython
ipython = IPython:start_ipython
ipengine3 = IPython.parallel.apps.ipengineapp:launch_new_instance

