Skip to content

Automate ABNF to python namespace patterns #899

@ahouseholder

Description

@ahouseholder

In #898, we added a new ABNF file src/ssvc/utils/ssvc_namespace_pattern.abnf
that was used to generate the namespace regex patterns in src/ssvc/utils/patterns.py. However, this conversion was a one-shot static event.

I'd like us to be able to dynamically read the .abnf file and have that populate the items in patterns.py automatically at run time. I believe this is possible using library methods from abnf-to-regex.

Metadata

Metadata

Assignees

No one assigned

    Labels

    integrationRelated to integration of SSVC into another framework or system

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions