Metadata-Version: 1.0
Name: pyJetpackID
Version: 0.0.2
Summary: Takes the Jetpack add-on manifest object, and returns the add-on ID.
Home-page: https://github.com/askeing/pyJetpackID
Author: Askeing Yen
Author-email: askeing@gmail.com
License: UNKNOWN
Description: pyJetpackID
        ===========
        .. image:: https://travis-ci.org/askeing/pyJetpackID.svg?branch=master
            :target: https://travis-ci.org/askeing/pyJetpackID
        
        Takes the Jetpack add-on manifest object, and returns the add-on ID.
        
        Usage
        -----
        
        .. code-block:: python
        
            from jetpackid.jetpackid import JetpackID
        
            file_path = '/path/to/package.json'
            JetpackID.get_id(file_path)
        
            manifest = dict(name="JETPACK_ID")
            JetpackID.get_id(manifest) # @JETPACK_ID
        
        
        Release History
        ---------------
        
        0.0.2 (2016-04-07)
        ++++++++++++++++++
        - Support file and dict obj
        
        0.0.1 (2016-04-07)
        ++++++++++++++++++
        - Initiate the project
        
Keywords: mozilla firefox jetpack jpm addon extension utilities
Platform: UNKNOWN
