derek73 / python-nameparser

A simple Python module for parsing human names into their individual components
http://nameparser.readthedocs.org/en/latest/
Other
653 stars 104 forks source link

Persistent configuration customizations? #124

Open alexitheodore opened 3 years ago

alexitheodore commented 3 years ago

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.