* Add TOML support with [BaseTomlService] Add base toml service to enable fetch of toml files Add spec file for the new toml service for automated testing This was added to allow a new way to retrive python version from pyproject.toml as described in issue #9410 * Fix typo Co-authored-by: chris48s <chris48s@users.noreply.github.com> * refactor: improve code readability solve code review https://github.com/badges/shields/pull/9438#discussion_r1291503340 --------- Co-authored-by: chris48s <chris48s@users.noreply.github.com>