Excel data extraction plugin for Spyglass
Go to file
Ian H. Pittwood d302ca306a Implement PBR for XLS plugin
Spyglass uses PBR for its packaging so it makes sense that its plugins
would do the same. This change makes the necessary updates to have
spyglass-plugin-xls use python build reasonableness.

Implements PBR in setup.py and setup.cfg

Moves YAPF configuration into setup.cfg

Change-Id: Ie0dab14bc266a0000566995c8fb2f9640fce7868
2019-06-11 16:14:32 -05:00
doc Initial commit 2019-04-26 16:01:24 -05:00
spyglass_plugin_xls Merge "Include examples in package" 2019-06-06 12:55:49 +00:00
tools/gate Initial commit 2019-04-26 16:01:24 -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 Add .gitreview and .zuul.yaml 2019-05-12 17:35:17 +02: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 Implement PBR for XLS plugin 2019-06-11 16:14:32 -05: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 Pin and upgrade dependencies 2019-06-10 10:44:54 -05:00
tox.ini Adds Safety dependency vulnerability checks 2019-05-29 11:50:54 -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