Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand ProductFootprint object data model. #37

Open
3 tasks
JohnVonNeumann opened this issue Nov 5, 2024 · 0 comments
Open
3 tasks

Expand ProductFootprint object data model. #37

JohnVonNeumann opened this issue Nov 5, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@JohnVonNeumann
Copy link
Member

The ProductFootprint class does not implement a full python data model, making interactions with the instance a bit of an annoyance, naturally there are automatically defined dunder methods but a more explicit approach is preferable.

This tickets does not need to implement every dunder method in the object model, but the core/usual suspects would be preferable even if it's just to set the tone and standard for future developments.

A list of what would be desirable is:

  • dict
  • str
  • repr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant