The standard_layout detector for Python requires that all code be in a directory named src/. However, in practice, it seems like a common practice in Python to name the source directory after the project itself; either the name of the root directory or some variation of it. For example:
Of course, src/ is also seen sometimes, e.g.:
So I would say that both of these patterns are relatively "standard" layouts, so I would expect models trained on common practice to be comfortable with both.
The standard_layout detector for Python requires that all code be in a directory named
src/. However, in practice, it seems like a common practice in Python to name the source directory after the project itself; either the name of the root directory or some variation of it. For example:Of course,
src/is also seen sometimes, e.g.:So I would say that both of these patterns are relatively "standard" layouts, so I would expect models trained on common practice to be comfortable with both.