UNPKG

enamel

Version:

Enamel is a python script that generates C helpers from a [Clay](https://github.com/pebble/clay) configuration file to easily get the value of your settings.

42 lines (41 loc) 700 B
{ "name": "enamel", "author": "Grégoire Sage", "version": "1.3.3", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/gregoiresage/enamel" }, "files": [ "dist.zip", "__init__.py", "enamel.py", "templates", "requirements.txt" ], "keywords": [ "pebble-package" ], "dependencies": { "pebble-clay": "^1.0.1", "pebble-events": "^1.0.0" }, "pebble": { "projectType": "package", "sdkVersion": "3", "targetPlatforms": [ "aplite", "basalt", "chalk", "diorite", "emery" ], "capabilities": [ "configurable" ], "resources": { "media": [] } } }