-
command/new: support namespace package creation · 3987b0e0
With this change, names containing "." are treated as namespace packages. The following behaviour is now expected. - "a.b.c" creates package name "a-b-c" with directory structure "a/b/c" - "a-b-c" creates package name "a-b-c" with directory structure "a/b/c" - "a.b_c" creates package name "a-b-c" with directory structure "a/b_c" - "a_b_c" creates package name "a-b-c" with directory structure "a_b_c"
Arun Babu Neelicattu committed
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| docs | Loading commit data... | |
| theme | Loading commit data... | |
| mkdocs.yml | Loading commit data... |