Stupid questions:
- What is this "rendering system"? Is it optional or mandatory?
- Why not put the compatibility layer/class/thing inside Package A?
Welcome to the Python community on the programming.dev Lemmy instance!
Past
November 2023
October 2023
July 2023
August 2023
September 2023
Stupid questions:
What is this "rendering system"?
Basically, it's a TUI library for getting user input. It has different types of prompts, like text and multiple choice.
Is it optional or mandatory?
For use with Package A: Optional. However with Package AB: Mandatory, as this compatibility package would essentially replace certain functions in Package B.
Why not put the compatibility layer/class/thing inside Package A?
I don't want Package A having Package B as a dependency when it's not being used. I only want Package B as a dependency when using Package A with Package B (AB).