bbelderbos / python-project-template

Starting a template project for things I commonly add to a Python project
MIT License
2 stars 0 forks source link

Suggestions for Python Project Template #1

Open cyberchucktx opened 1 year ago

cyberchucktx commented 1 year ago

For suggestions open an issue please. Thanks.

Ok!

My python app template includes:

1) Section for system-level imports 2) Section for local utility functions that can be used across multiple applications. 2) Section for Configurations (userids/passwords/URLs) 3) Section for Initialization code 4) Functional code sections

I'm trying to map the configuration section (in particular) to allow for shared configurations across multiple GITHUB repositories; that way I can change configurations across a wide range of apps just by changing one repository.

But doing that in GITHUB? So far I'm favoring SubRepositories, which is a bit sticky at times.

bbelderbos commented 1 year ago

Thanks @cyberchucktx I will look into this when I resume this project ...