Add templating engine 35/85135/2
authorDR695H <dr695h@att.com>
Fri, 12 Apr 2019 02:49:34 +0000 (22:49 -0400)
committerDR695H <dr695h@att.com>
Fri, 12 Apr 2019 03:06:24 +0000 (23:06 -0400)
commitef6f4c4e161bbad51a8effdef56e551970332ceb
treeca00bf6d41c00e22ac0c7094102fb7ecfb4680db
parentf64f67987e57e6beda2514612ab4933a4950f885
Add templating engine

flesh out the setup.py, add in a jinja template engine Python2.7
Also enhanced gitignore and added a pom.xml to eventually start
getting this into the nexus3 repo

Change-Id: I0fbef46941211fdbffe183614fba0c08edc9ed31
Issue-ID: TEST-140
Signed-off-by: DR695H <dr695h@att.com>
.gitignore
eteutils/TemplatingEngine.py [new file with mode: 0644]
pom.xml [new file with mode: 0644]
setup.py