Implement RFC 30: Component metadata.

Co-authored-by: Catherine <whitequark@whitequark.org>
This commit is contained in:
Jean-François Nguyen 2023-12-01 17:00:48 +01:00 committed by Catherine
parent 1d2b9c309e
commit 496432edaa
12 changed files with 1024 additions and 9 deletions

3
.gitignore vendored
View file

@ -9,6 +9,9 @@ __pycache__/
/.venv
/pdm.lock
# metadata schemas
/schema
# coverage
/.coverage
/htmlcov