You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In it's existing form, this cookiecutter template makes too many assumptions about the project I want to create. In particular, I don't want:
to use a namespaced package (e.g. I want only $SRC/packagename, rather than $SRC/namespace/packagename (this violates our company naming policies)
to use github (so entering a github username makes no sense)
What I Did
I did try to work around the first issue by passing an empty string as the namespace string, but this interacts...poorly with the template. Allowing the user to pass in a package name (with or without a '.' in it) seems like it would support both namespaced and non-namespaced packages, no?
The second issue is merely annoying, and fixed fairly easily with some manual editing. But still annoying.
Paste the command(s) you ran and the output.
If there was a crash, please include the traceback here.
The text was updated successfully, but these errors were encountered:
Description
In it's existing form, this cookiecutter template makes too many assumptions about the project I want to create. In particular, I don't want:
$SRC/packagename
, rather than$SRC/namespace/packagename
(this violates our company naming policies)What I Did
I did try to work around the first issue by passing an empty string as the namespace string, but this interacts...poorly with the template. Allowing the user to pass in a package name (with or without a '.' in it) seems like it would support both namespaced and non-namespaced packages, no?
The second issue is merely annoying, and fixed fairly easily with some manual editing. But still annoying.
The text was updated successfully, but these errors were encountered: