Metadata-Version: 2.0
Name: nifi-deploy
Version: 0.1.9
Summary: Easy CLI tool for exporting and importing Nifi templates to and from XML files.
Home-page: https://pypi.org/project/nifi-deploy/
Author: Mads H. Jakobsen
Author-email: mads@hgaard.net
License: MIT
Keywords: nifi deploy template nipyapi cli automation
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Topic :: System :: Archiving :: Packaging
Classifier: Topic :: System :: Systems Administration
Requires-Dist: nipyapi (==0.8.0)
Requires-Dist: requests (==2.18.4)
Requires-Dist: pyopenssl (==17.5.0)


nifi-deploy
===========

|docs|


CLI tool for exporting and importing Nifi templates.


What it does
------------

* Export Process Groups as Nifi template XML
* Import Nifi template XML into Nifi as a template


What it's for
-------------

This tool stems from the need for a stricter governance for Nifi flow development.
``nifi-deploy`` is primarily aimed at a continuous integration pipeline for 
Nifi templates/general-usage Nifi flows.

This CLI tool wraps the great `NiPyAPI by Chaffelson <https://github.com/Chaffelson/nipyapi>`_ 
and enables developers to integrate version control of Nifi flows in their regular
workflow with VCS.



.. |docs| image:: https://readthedocs.org/projects/nifi-deploy/badge/?version=latest
    :target: http://nifi-deploy.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status


