Skip to content

Version 3.2.0 - Stubber Update

Compare
Choose a tag to compare
@CCP-Zeulix CCP-Zeulix released this 22 Apr 11:40
· 4 commits to main since this release
1f40c0a

Version 3.2.0 - Stubber Update

Added

  • Stub generators from descriptor config files where you structure out your
    config file and give each value the Python type you expect the config to
    yield in order to generate type-hinting stub-classes that match the structure
    of your config file(s).
  • CLI commands for running the stub generation: alviss-stubber
  • CLI commands for running the config rendering: alviss-render
  • A bunch of Alviss specific Error Exceptions that are raised e.g.
    when files aren't found or when Fidelius is required but isn't installed

Changed

  • The rendering of static single file configs from Alviss config files and
    expressions has now been moved into its own sub-module with a standard API