Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 443 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 443 Bytes

Simple Lesson to show several different ways to externalize config data

These examples are loosely based on a good article entitled Configuration files in Python by Martin Thoma

  1. Start by looking in the importconfig package
  2. Examine the fileconfig package
  3. Understand the yamlconfigfromurl package
  4. Move on to work through the imgconfig package - this is more advanced