add `yaml` as a type for `pin_read` and `pin_write`
Open
Nobody has claimed this yet.
.enhancement
- Dominant language
- Python
- Stars
- 59
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
As suggested in #315, it would be nice to have yaml as a built in type for reading/writing pins. Since we already have JSON support, this seems like a natural next step of supported file types.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the implementations of pin_read and pin_write, then compare how the existing JSON type is registered and handled. Add YAML support consistently for both operations and verify it with the project's relevant tests, including coverage for reading and writing YAML pins.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100