Creating plugins with Python
If you want to create an Arcaflow plugin in Python, you will need three things:
- Python 3.9+ (PyPy is supported)
- The Python SDK for Arcaflow plugins
- A container engine that can build images for packaging.
If you have these three, you can get started with your first plugin.