Metadata-Version: 2.1
Name: iterm2
Version: 2.0
Summary: Python interface to iTerm2's scripting API
Home-page: http://github.com/gnachman/iTerm2
Author: George Nachman
Author-email: gnachman@gmail.com
License: GPLv2
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Programming Language :: Python :: 3.6
Provides-Extra: full

iTerm2
------

iTerm2 3.1 has a new scripting API. It uses Google Protocol Buffers to allow programs written in any language to communicate with iTerm2. Most users will prefer an interface in a high-level language. This library offers a Python interface to iTerm2. Please note that Prefs > Advanced > Enable websocket API server must be enabled in iTerm2 for this library to work.


