List project submodules and get the commits they point to with python-gitlab. The Gitlab REST API V4 doesn't implement anything for submodule inspection yet. The only thing we can currently do is ...
I am loving the new feature of editable installs on v0.13. I have a question regarding submodules. I am using Meson-Python itself to build my entire Python package, which has Cython and Python code ...