Skip to content

Consider placing data in a separate repository for consumption by other libraries #77

Description

@johnlettman

Hello!

I am working on a Rust no-std implementation of OpenPrintTag that consumes the YAML data to avoid duplication of efforts and to keep your upstream as a single source of truth.

Currently, the YAML data definitions are provided in the data sub-directory of this repository, which makes it trickier to pull this repository and extract or scrape the data from the GitHub tree.

It would be far more trivial for me and others to pull from a repository dedicated to the definitions. Furthermore, it has the added benefit of decoupling it from the Python implementation and allowing it to be versioned independently -- perhaps with workflows to produce releases -- and pull requests would be more contextually relevant as they wouldn't overlap with PRs to the Python code.

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