DEV Community

Kemal Kaya
Kemal Kaya

Posted on

Building an Honest Plugin Runtime for Publishing Automation in Python

Most publishing automation breaks at the integration boundary.

A project may define a clean provider interface, discover a plugin package, and even validate its methods in isolation. But if that plugin cannot participate in the real workflow—from installation to candidate selection, provenance, CMS preview, and publishing—it is not yet an integration surface. It is a registry entry.

Pictovap 0.6.0 closes that gap for visual publishing workflows.

Pictovap is MIT licensed and available on PyPI:

pip install pictovap

Repository: https://github.com/yoldaolmak/Pictovap
Release: https://github.com/yoldaolmak/Pictovap/releases/tag/v0.6.0

Top comments (0)