module documentation

Field-aware path class, can use format fields to create new paths based upon a template path.

Class FPath A field-aware abstract path (PurePath). Instantiate via FPath('path/{with}_some_{field}'). String used in instantiation will be passed to str.format(...) when used.