poetry-templating

A plugin for poetry which lets you substitute text on build.

MIT License

Stars
3
Committers
1
poetry-templating - v1.1.2 Latest Release

Published by NimajnebEC 7 months ago

  • Fix changes added by Poetry 1.8

Full Changelog: https://github.com/NimajnebEC/poetry-templating/compare/v1.1.1...v1.1.2

poetry-templating - v1.1.1

Published by NimajnebEC 9 months ago

v1.1.1

  • Fix error when running poetry in a directory without a pyproject.toml

Full Changelog: https://github.com/NimajnebEC/poetry-templating/compare/v1.1.0...v1.1.1

poetry-templating - v1.1.0

Published by NimajnebEC 10 months ago

v1.1.0

  • Renamed configuration table to tool.poetry-templating.
  • Added templating evaluate command.
  • Refactored build evaluation to use a temporary directory instead of lots of hacky mixins for in-memory evaluation.
  • Added unit tests and coverage reporting.

Full Changelog: https://github.com/NimajnebEC/poetry-templating/compare/5725cd92b96a01cf963d6e6124aa959d49dcdd99...v1.1.0