Metadata-Version: 2.0
Name: nifi-python-swagger-client
Version: 1.2.0
Summary: Swagger 2.0 client in python for Apache NiFi Rest API
Home-page: https://nifi.apache.org/
Author: Daniel Chaffelson
Author-email: chaffelson@gmail.com
License: Apache Software License 2.0
Download-URL: https://github.com/Chaffelson/nifi-python-swagger-client/archive/1.2.0.tar.gz
Description-Content-Type: UNKNOWN
Keywords: Swagger,NiFi Rest Api,Python
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: certifi (>=14.05.14)
Requires-Dist: six (>=1.10)
Requires-Dist: python-dateutil (>=2.5.3)
Requires-Dist: setuptools (>=21.0.0)
Requires-Dist: urllib3 (>=1.15.1)

The Rest Api provides programmatic access to command and control a NiFi 
instance in real time. Start and stop processors, monitor queues, query 
provenance data, and more. Each endpoint below includes a description, 
definitions of the expected input and output, potential response codes, 
and the authorizations required to invoke each service.


