This is a simple python project.
It is possible to install the tool with pip:
pip install sc-python-templates
Configuration files reading in this order, the first is the top most priority:
- production.xml in current directory,
- production.xml in <project_name> directory under User directory,
- production.xml in <project_name> directory under /var/opt/sc/ directory,
- default.xml in <project_name> directory under /var/opt/sc/ directory.
The default configuration file looks like this:
dev: # whether this program is running is development mode dev_mode: False
The script is released under the MIT License. The MIT License is registered with and approved by the Open Source Initiative [1].
[1] | https://opensource.org/licenses/MIT |