Metadata-Version: 1.1
Name: kodiswift
Version: 0.0.7
Summary: A micro framework for rapid development of Kodi plugins.
Home-page: https://github.com/Sinap/kodiswift
Author: Aaron Frase
Author-email: afrase91@gmail.com
License: GPL3
Description: 
        
        kodiswift
        ---------
        
        A micro framework to enable rapid development of Kodi plugins.
        
        
        Features
        ````````
        
        * Run the addon from the command line *or* within Kodi without changing any
          code.
        * Helper libraries to make common Kodi api operations easy, like adding items,
          getting settings, creating temporary files, etc.
        * Handles all the url parsing involved in plugin routing. No need to deal with
          complicated URLs and query strings.
        
        
        Documentation
        `````````````
        
        The current documentation still needs updated
        
        Development
        ```````````
        
        This project is a fork of xbmcswift2.
        
        
        Contact
        ```````
        
        https://github.com/Sinap/kodiswift
        
        afrase91@gmail.com
        
Keywords: example documentation tutorial
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Natural Language :: English
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
