It would be really nice if instead of needing to install the package using pip install ./cmake_example, you could use Poetry's built-in shell to run the package locally. I do this regularly with other packages that use poetry.
Example:
$ poetry run python
>>> import cmake_example
>>>