CLI tool for exploring Python modules and Robot Framework libraries

Hi Robot Framework community,

I’d like to share a small CLI tool I’ve been using to explore the Robot Framework ecosystem more easily: rf-explorer.

It helps quickly browse libraries, discover available keywords and code examples, help to speed up test development. It also supports discovering Python modules, which can be useful when working with custom or external dependencies.

The related Python package is available on PyPI as lib-explorer

Here is the PyPI link:

To install:

pip install lib-explorer

Hope it can be useful if you often work with Robot Framework.