Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Apr 20:05

Features

  • Central Hierarchy + Environment design populated by Actions (c6ba581)
  • first proposal for TemplateDict internal (682e437)
  • improve TemplateDict use cases (f120870)
  • project initialization (de1b463), closes #3
  • system.Environement specifications as dict-like class (e47029c)
  • TemplateList proxy for configuration (48c25c9)
  • Using click for interactive cli (22188e7)

Bug Fixes

  • Cfg and TOML dumpers behaviors (928d999)
  • miscellaneous text files for SetupTools (9dbdac3)
  • remove dumpers instanciation classmethod (9a8994a)
  • remove unnecessary else branch (9f850d9)
  • solve click.argument issue with Path object for type arg (68bc301)
  • use proper syntax for named tuple (4ff7193)
  • various fixes (f1334af)
  • windows compatibility (686f8fb)

Documentation