Chaffelson / nipyapi

A convenient Python wrapper for Apache NiFi
Other
245 stars 76 forks source link

add functions for working reading template.xml files into TemplateEnt… #223

Closed ottobackwards closed 3 years ago

ottobackwards commented 3 years ago

…ity instances

Functions and tests for working with NiFi template xml files ( reading them into TemplateEntity).

This PR adds a new dependency - xmltodict


This change is Reviewable

coveralls commented 3 years ago

Coverage Status

Coverage increased (+0.3%) to 66.957% when pulling a464d42b4827dfab8a3cbfee106f562b843091fc on ottobackwards:template-from-file into 164351ee2d92f8c4a75989310662bbad0f7bafc4 on Chaffelson:master.

Chaffelson commented 3 years ago

@ottobackwards I've got some time coming up this week, will review this hopefully Wed.

ottobackwards commented 3 years ago

@Chaffelson ok, I have some stuff to prototype on my end anyways. Will there be enough for a release after these?

Chaffelson commented 3 years ago

yeah I think we should gather these improvements into a release, and then I can try to tackle the security fixes in a separate branch. Hopefully they're not too breaking.