Metadata-Version: 2.4
Name: iterm2
Version: 2.18
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
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: protobuf
Requires-Dist: websockets
Provides-Extra: full
Requires-Dist: pyobjc; extra == "full"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

iTerm2
------

iTerm2 has a 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 > General > Magic > Enable Python API server must be enabled in iTerm2 for this library to work.
