Currently, I am writing tests which need a mock keyring. Looking at this project, the README seems to be the primary or only documentation for using this module. I see a few areas which would improve my experience in using this module. These are expanding the API documentation to include type annotations and more detailed explanations and constraints for parameters, a reference to or provided mock for keyring using monkey patching, and a reference to or provided mock for a backend generator able to provide multiple mock backends.
This is with acknowledgement that pytest-keyring appears insufficient for my needs.