I want to write a simple python 2.7 jinja2 writer that writes out text config files for WL AccessPoints
I have the following structure in my directory ~/Documents/PyCharmProjects:
config-data.csv
mk-wl-ap-configs.py
shadow.jinja
network.jinja
wireless,jinja
and I ultimatley I want it to write the jinja2 rendered output to subdirs named after the AccessPoints
ap1:
shadow
network
wireless
ap2:
shadow
network
wireless
And most likely final adjustment now.
Latest and greatest is:
"mk-wl-ap-configs_v6.py"
It now puts the jinja2 rendered 'shadow' output file into the place openwrt expects and needs it.
The internet is a great place.
I would have never managed to finish this over a weekend without the guys and gals on Freenet IRC #python
Thanks a lot.