qface

Interface generator framework based on an interface description language (IDL). Inspired by Qt5!

MIT License

Downloads
7.2K
Stars
48

Bot releases are visible (Hide)

qface - 2.0.11 Latest Release

Published by Gagi2k 3 months ago

More pathlib related fixes

qface - 2.0.10

Published by Gagi2k 3 months ago

What's Changed

Full Changelog: https://github.com/Pelagicore/qface/compare/2.0.9...2.0.10

qface - 2.0.9

Published by Gagi2k 3 months ago

What's Changed

Full Changelog: https://github.com/Pelagicore/qface/compare/2.0.8...2.0.9

qface - 2.0.8

Published by Gagi2k over 2 years ago

What's Changed

Full Changelog: https://github.com/Pelagicore/qface/compare/2.0.7...2.0.8

qface - 2.0.7

Published by Gagi2k over 2 years ago

What's Changed

Full Changelog: https://github.com/Pelagicore/qface/compare/2.0.6...2.0.7

qface - 2.0.6

Published by Gagi2k over 2 years ago

  • Replace usage of 'typing.io' by 'typing'
  • Improve error handling when parsing annotation files
  • Don't report an error when parsing an empty annotations file
qface - 2.0.5

Published by Gagi2k about 3 years ago

  • Always provide a error message when using undefiend jinja variables
  • Add a unitest to verify that all jinja errors are handled correctly
qface - 2.0.4

Published by Gagi2k over 3 years ago

  • Relax the versions for dependent packages
    This should make it easier to install qface next to other python packages.
  • Fix usage of deprecated APIs
  • Improve error reporting in qface files
  • Switched to Github Actions as CI and added new jobs which help to notify when the package breaks