This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Description
Hello,
I want to be able to know which format need a mandatory conversion with PIMS.
The "convertible" is not as binary as I want so I thought the "readable" key would do the job. However, a format is defined by default as readable is there is a Reader class.
We are in the case where a format is "acceptable" (PIMS will accept it then convert it) but not really "readable" as a conversion is mandatory.
What is your vision of "readable" ? Can we override the "is_readable" function to return False for this plugin or do i need to introduce a new attribute for my needs ?