Metadata-Version: 2.1
Name: nifi.flowfile
Version: 0.0.2
Summary: NiFi FlowFile Serializer
Home-page: https://github.com/zeroae/nifi.flowfile
Author: Patrick Sodré
Author-email: patrick@zero-ae.com
License: Apache
Keywords: flowfile nifi
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 :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Requires-Dist: click (>=7.0)
Requires-Dist: click-plugins
Requires-Dist: entrypoints
Requires-Dist: sqs-workers
Provides-Extra: doc
Requires-Dist: sphinx ; extra == 'doc'
Requires-Dist: sphinx-autoapi ; extra == 'doc'
Requires-Dist: sphinx-click ; extra == 'doc'
Requires-Dist: watchdog ; extra == 'doc'
Provides-Extra: test
Requires-Dist: pytest (>=3) ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'

======================
NiFi's FlowFile Format
======================

.. image:: https://img.shields.io/github/workflow/status/zeroae/nifi.flowfile/pypa-conda?label=pypa-conda&logo=github&style=flat-square
   :target: https://github.com/zeroae/nifi.flowfile/actions?query=workflow%3Apypa-conda

.. image:: https://img.shields.io/conda/v/zeroae/nifi.flowfile?logo=anaconda&style=flat-square
   :target: https://anaconda.org/zeroae/nifi.flowfile


.. image:: https://img.shields.io/codecov/c/gh/zeroae/nifi.flowfile?logo=codecov&style=flat-square
   :target: https://codecov.io/gh/zeroae/nifi.flowfile

.. image:: https://img.shields.io/codacy/grade/CODACY_BADGE_TOKEN?logo=codacy&style=flat-square
   :target: https://www.codacy.com/app/zeroae/nifi.flowfile
   :alt: Codacy Badge

.. image:: https://img.shields.io/badge/code--style-black-black?style=flat-square
   :target: https://github.com/psf/black


.. image:: https://img.shields.io/pypi/v/nifi.flowfile?logo=pypi&style=flat-square
   :target: https://pypi.python.org/pypi/nifi.flowfile

.. image:: https://readthedocs.org/projects/nifi.flowfile/badge/?version=latest&style=flat-square
   :target: https://nifi.flowfile.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status




NiFi FlowFile Serializer


* Free software: Apache
* Documentation: https://nifi.flowfile.readthedocs.io.


Features
--------

* TODO


-------

This package was created with ght-render_ and the `sodre/ght-pypackage`_ project template.

.. _ght-render: https://github.com/sodre/action-ght-render
.. _`sodre/ght-pypackage`: https://github.com/sodre/ght-pypackage


