Excel data extraction plugin for Spyglass
Go to file
Ian H Pittwood 2b585d1e40 Move safety checks to new Zuul job
Moves the dependency vulnerability checks from pep8 tox check to a new
Zuul job. This allows setting the job to not be voting as the database
used for safety has been flaky recently.

Changes basepython to python3 for safety and bandit jobs.

Related change: https://review.opendev.org/#/c/671847

Change-Id: I3bbc15aec795ff901e442e17d2ab974fd5da90ef
2019-07-23 08:42:42 -05:00
doc Upgrade Sphinx package 2019-07-10 15:32:16 +00:00
spyglass_plugin_xls Use init to configure plugin 2019-07-18 14:23:28 -05:00
tests Use init to configure plugin 2019-07-18 14:23:28 -05:00
tools/gate Add unit tests for xls plugin CLI 2019-06-17 11:06:31 -05:00
.gitignore Initial commit 2019-04-26 16:01:24 -05:00
.gitreview Add .gitreview and .zuul.yaml 2019-05-12 17:35:17 +02:00
.zuul.yaml Move safety checks to new Zuul job 2019-07-23 08:42:42 -05:00
LICENSE Initial commit 2019-04-26 16:01:24 -05:00
README.rst Initial commit 2019-04-26 16:01:24 -05:00
requirements.txt Fix circular Spyglass dependency 2019-06-17 14:48:31 +00:00
setup.cfg Implement PBR for XLS plugin 2019-06-11 16:14:32 -05:00
setup.py Implement PBR for XLS plugin 2019-06-11 16:14:32 -05:00
test-requirements.txt Add unit tests for xls plugin CLI 2019-06-17 11:06:31 -05:00
tox.ini Move safety checks to new Zuul job 2019-07-23 08:42:42 -05:00

Spyglass Excel Plugin

Tugboat is a Spyglass plugin to generate airship-seaworthy site manifest files from an excel based engineering spec. The plugin is configured with an Excel sheet and its corresponding excel specification as inputs. Spyglass uses this plugin to construct an intermediary yaml which is processed further using J2 templates to generate site manifests.

Spyglass: https://opendev.org/airship/spyglass