for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
from lib import action
class ConsulParseNodesAction(action.ConsulBaseAction):
def run(self, data):
nodes = []
# Loop through the keys, and return the needful
return nodes