Metadata-Version: 2.0
Name: nipyapi
Version: 0.2.1
Summary: Nifi-Python-Api: A convenient Python wrapper for the Apache NiFi Rest API
Home-page: https://github.com/Chaffelson/nipyapi
Author: Daniel Chaffelson
Author-email: chaffelson@gmail.com
License: Apache Software License 2.0
Download-URL: https://github.com/Chaffelson/nipyapi/archive/0.2.1.tar.gz
Keywords: nipyapi,nifi,api,wrapper
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

=======
NiPyApi
=======

Nifi-Python-Api: A convenient Python wrapper for the Apache NiFi Rest API

.. image:: https://img.shields.io/pypi/v/nipyapi.svg
        :target: https://pypi.python.org/pypi/nipyapi

.. image:: https://img.shields.io/travis/Chaffelson/nipyapi.svg
        :target: https://travis-ci.org/Chaffelson/nipyapi

.. image:: https://readthedocs.org/projects/nipyapi/badge/?version=latest
        :target: https://nipyapi.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/Chaffelson/nipyapi/shield.svg
     :target: https://pyup.io/repos/github/Chaffelson/nipyapi/
     :alt: Updates



* Free software: Apache Software License 2.0
* Documentation: https://nipyapi.readthedocs.io.


Background
----------

This package provides high-level calls to execute common NiFi tasks

It leverages `Chaffelson/nifi-python-swagger-client <https://github.com/Chaffelson/nifi-python-swagger-client>`_
,
a swagger 2.0 compliant client auto-generated using the
`Swagger Codegen <https://github.com/swagger-api/swagger-codegen>`_ project

For more information on Apache NiFi, please visit `https://nifi.apache.org <https://nifi.apache.org>`_

Versioning
----------

NiFi API version: 1.2.0

If you require a different version please raise an `issue <https://github.com/Chaffelson/nipyapi/issues>`_

Requirements
------------

Python 2.7 or 3.6


Credits
---------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage

Inspired by the equivalent Java client maintained over at
`hermannpencole/nifi-config <https://github.com/hermannpencole/nifi-config>`_


=======
History
=======

0.1.0 (2017-08-24)
------------------

* First release on PyPI.


0.1.1 (2017-08-24)
------------------

* Cleaned up base project and integrations ready for code migration


0.1.2 (2017-08-24)
------------------

* Created basic integration with nifi-python-swagger-client


0.2.0 (2017-08-24)
------------------

* Merge the nifi swagger client into this repo as a sub package
    * Restructured tests into package subfolders
    * Consolidate package configuration
    * Setup package import structure
    * Updated usage instructions
    * Integrate documentation


0.2.1 (2017-08-24)
------------------

* Fixed up removal of leftover swagger client dependencies


