Metadata-Version: 1.1
Name: marketplace-constants
Version: 0.1.2
Summary: Standard constants for the marketplace
Home-page: https://github.com/andymckay/marketplace-constants
Author: Andy McKay
Author-email: andym@mozilla.com
License: BSD
Description: Global constants for the Firefox Marketplace, available in both JS and Python.
        
        JSON
        ----
        
        The JSON should be a valid object, so that object keys become accessible from
        Python.
        
        Python
        ------
        
        Example:
        
        >>> from mpconstants import regions
        >>> regions.AR
        {u'name': u'Argentina', u'default_language': u'es', u'mcc': ...
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
