Nifi-Python-Api: A convenient Python wrapper for the Apache NiFi Rest API
This package provides high-level calls to execute common NiFi tasks
It leverages a swagger 2.0 compliant client auto-generated using the Swagger Codegen project
For more information on Apache NiFi, please visit https://nifi.apache.org
For Documentation on this package please visit https://nipyapi.readthedocs.io.
Supports NiFi version: 1.2.x
If you require a different version please raise an issue
Python 2.7 or 3.6 supported, though other versions may work
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
Inspired by the equivalent Java client maintained over at hermannpencole/nifi-config