Metadata-Version: 1.1
Name: i3ipc
Version: 1.0.1
Summary: An improved Python library for i3wm extensions
Home-page: https://github.com/acrisci/i3ipc-python
Author: Tony Crisci
Author-email: tony@dubstepdish.com
License: BSD
Description: 
        i3ipc is a library for creating scripts and extensions to interact with i3. You can send commands or respond to window manager events.
        
        For more information on the ipc interface:
        
        http://i3wm.org/docs/ipc.html
        
        Examples:
        
        https://github.com/acrisci/i3ipc-python/tree/master/examples
        
Keywords: i3 i3wm extensions add-ons
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
