Skip to content

Blueprint templates discovery from installed packages #69

Description

@BasPH

It would be nice to support distribution of Blueprint templates via a Python package. That would support a central team developing blueprints, and distributing these to developer teams without having to copy-paste code into their own repositories.

I believe entry-points would be a good mechanism for this e.g.:

[project.entry-points."blueprint.templates"]
my_company = "my_company_blueprints.templates"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions