Metadata-Version: 1.1
Name: nipyapi
Version: 0.1.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.1.0.tar.gz
Description: =======
        Nipyapi
        =======
        
        
        .. 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
        
        
        Nifi-Python-Api: A convenient Python wrapper for the Apache NiFi Rest API
        
        
        * 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/nifi-python-swagger-client/issues)
        
        Requirements
        ------------
        
        Python 2.7+ or 3.4+
        
        
        Features
        --------
        
        * TODO
        
        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
        
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
