Build Plugins with Pluggy

Introduction The blog post is a write up of my two talks from PyGotham and PyCon India titled, Build Plugins with Pluggy. The write-up covers a trivial use-case, discusses why a plugin-based architecture is a good fit, what is plugin-based architecture, how to develop plugin-based architecture using pluggy, and how pluggy works. Link to PyCon India 2020 Talk Trivial Use Case For the scope of the blog post, consider a command-line application queries gutenberg service, processes the data, and displays the relevant information. [Read More]