Open mknorps opened 1 year ago
https://github.com/tweag/chainsail/blob/3e6af8048a2aa0278a59e7c401fa70523f7951fa/app/controller/pyproject.toml#L17 is another example of (mono)repos installing package dependencies by local path.
We will go back to that once we have an example of a namespace package and the expected behavior.
Loosely related to #44
Python namespace packages allow splitting the subpackages and modules within a single package across multiple separate distribution packages.
https://packaging.python.org/en/latest/guides/packaging-namespace-packages/
Currently, when we want to check a sub-package with FawltyDeps, we need to run the script in a sub-package directory.
We would like to discover namespace packages automatically. Another todo here is to check namespace packages relation to "extras".
This issue is a result of design docs discussion between @tbagrel, @Nour-Mws and @jherland: