fair-software / howfairis

Command line tool to analyze a GitHub or GitLab repository's compliance with the fair-software.eu recommendations
https://pypi.org/project/howfairis/
Apache License 2.0
58 stars 23 forks source link

Be more robust with uppercase/lowercase ReadMe #367

Open platipodium opened 3 months ago

platipodium commented 3 months ago

howfairis gives me the warning message:

Did not find a README[.md|.rst] file at https://raw.githubusercontent.com/platipodium/vinos/main/ Proceeding without it -- expect the compliance to suffer.

Indeed, the repo has a ReadMe.md file. I suggest to relax the uppercase constraint and and allow any Readme, ReadMe, readme or README to be recognized and parsed.