The Apache NiFi Python Extensions repository contains Processors implemented in Python for deployment in Apache NiFi 2.
This project uses Hatch to build distribution packages.
hatch build
The build command creates a source distribution in the dist
directory.
The source distribution contains an extensions
directory can be copied into Apache NiFi to use the packaged Processors.
The Apache NiFi Python Developer's Guide provides the API and implementation guidelines for Python Processors.
The Hatch format command supports evaluating Python Processors against configured rules.
hatch fmt --check
The Apache NiFi Documentation includes reference information for project capabilities.
The Apache NiFi Contributor Guide describes the process for getting involved in the development of this project.
This project uses Jira for tracking bugs and features.
This project is released under the Apache License, Version 2.0.