Metadata-Version: 1.2
Name: emr_launcher_consul
Version: 1.2.0
Summary: Consul plugin providing template functions for emr_launcher
Home-page: https://github.com/tuneinc/emr_launcher_consul
Author: Nick Rushton
Author-email: nick@tune.com
License: MIT
Description-Content-Type: text/markdown
Description: 
        # EMR Launcher Consul
        
        Consul plugin providing template functions for [http://www.github.com/tuneinc/emr_launcher](emr_launcher)
        
        ## Functions
        
        * consul.get_value(key) - gets the value for a given Consul key
        
        ## ENV variables
        * CONSUL_ACCESS_TOKEN - REQUIRED, sets the consul token
        * CONSUL_HOST - REQUIRED, sets the consul host to use
        * CONSUL_SCHEME - http or https default: https
        * CONSUL_PORT - port consul api is running on default: 443
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=2.7.0
