python-nameparser icon indicating copy to clipboard operation
python-nameparser copied to clipboard

Persistent configuration customizations?

Open alexitheodore opened this issue 4 years ago • 0 comments

Based on the documentation, I cannot tell one way or another whether customizations at the module-level are persistent over sessions/restarts etc. If so - how would I go about restoring things to default?

Ultimately, I'd like to make a centralized configuration file that survives a system restart but adds as little overhead as possible. I am using this as part of a postgres plpythonu procedure, so everything needs to be packaged up nice and neat to fit in - not a normal python dev environment.

alexitheodore avatar Mar 29 '21 22:03 alexitheodore