Metadata-Version: 1.1
Name: nipyapi
Version: 0.3.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.3.1.tar.gz
Description: =======
        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
                :alt: Release Status
        
        .. image:: https://img.shields.io/travis/Chaffelson/nipyapi.svg
                :target: https://travis-ci.org/Chaffelson/nipyapi
                :alt: Build Status
        
        .. 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: Python Updates
        
        .. image:: https://coveralls.io/repos/github/Chaffelson/nipyapi/badge.svg?branch=master
            :target: https://coveralls.io/github/Chaffelson/nipyapi?branch=master
            :alt: test coverage
        
        .. image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
            :target: https://opensource.org/licenses/Apache-2.0
            :alt: License
        
        
        Background
        ----------
        
        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 <https://github.com/swagger-api/swagger-codegen>`_ project
        
        For more information on Apache NiFi, please visit `https://nifi.apache.org <https://nifi.apache.org>`_
        
        For Documentation on this package please visit `https://nipyapi.readthedocs.io. <https://nipyapi.readthedocs.io/en/latest>`_
        
        Version Support
        ---------------
        
        Supports NiFi version: 1.2.x
        
        If you require a different version please raise an `issue <https://github.com/Chaffelson/nipyapi/issues>`_
        
        Requirements
        ------------
        
        Python 2.7 or 3.6 supported, though other versions may work
        
        
        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.3.1 (2017-09-04)
        ------------------
        
        * Fixed imports and requirements for wheel install from PyPi
        
        0.3.0 (2017-09-04)
        ------------------
        
        * Created basic wrapper structure for future development
        * Added simple usage functions to complete todo task
        * Added devnotes, updated usage, and various sundry other documentation cleanups
        * Split tests into subfolders for better management and clarity
        * Added Coveralls and License Badge
        * Removed broken venv that ended up in project directory, added similar to ignore file
        * Changed default URL in the configuration to default docker url and port on localhost
        
        0.2.1 (2017-08-26)
        ------------------
        
        * Fixed up removal of leftover swagger client dependencies
        
        0.2.0 (2017-08-25)
        ------------------
        
        * 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.1.2 (2017-08-24)
        ------------------
        
        * Created basic integration with nifi-python-swagger-client
        
        0.1.1 (2017-08-24)
        ------------------
        
        * Cleaned up base project and integrations ready for code migration
        
        0.1.0 (2017-08-24)
        ------------------
        
        * First release on PyPI.
        
        
        
        
        
        
        
        
        
        
        
        
        
        
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
