python-jsonschema / python-jsonschema/referencing

Give Registry a unicode tree output

Open
#17 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

good first issue
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.