python-jsonschema / python-jsonschema/referencing
Give Registry a unicode tree output
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 53
- Forks
- 27
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 8
Description
This is useful for debugging what's in a registry -- show some unicode-box-drawing output which breaks down all the resources in the registry.
Probably this should print URLs in some sort of tree, e.g. (without the box drawing):
http://example.com/ – Resource(...)
foo/ – Resource(...)
bar/ – Resource(...)
baz/ – Resource(...)
http://example.org/ – Resource(...)
Contributor guide
No contributing guide indexed for this repository
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
The issue names Registry as the entry point, but no file or test is specified. Locate the Registry implementation and existing display or debugging behavior first, then trace how resources and URLs are represented. Done means a registry can produce a readable Unicode box-drawing tree showing nested resources and their URLs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100