Do we have a barebone python project template? I k...
# general
p
Do we have a barebone python project template? I know we have an example repo. But my goal is to tell our DS/MLE - copy this folder
foobar
to
myproject
and start with it
โž• 1
h
There isn't, but the docs do show you how to get started, and
./pants tailor
now does a lot of the work for you in generating BUILD files etc.
What would such a barebones project include? a config file, presumably, but what else would make sense?
p
it is not hard to do on my side - things like a calculator example with some tests ๐Ÿ˜„
I can do that myself.
h
That's what the example-python repo is intended for. Are there things that might make that repo more conducive to being a template perhaps?
p
The HelloWorld mixes too much details imho (like DS wonโ€™t need proto). Not a big deal at all I can streamline a bit for my case
p
I have created this one: https://bitbucket.org/festivus-miracle/minimal-pants/src/main/ very bare bone, on purpose. might be useful for people.
๐Ÿ‘ 1