util: Add a library to parse MAINTAINERS.yaml
authorAndreas Sandberg <andreas.sandberg@arm.com>
Wed, 4 Nov 2020 19:07:08 +0000 (19:07 +0000)
committerAndreas Sandberg <andreas.sandberg@arm.com>
Wed, 11 Nov 2020 09:50:22 +0000 (09:50 +0000)
commitcc9f3649a744e8e2526f86b69cb427ba5fb719dc
tree9003e104b357c97f616a6d7ff4d474bf24b69aa6
parenteb778327b35c41855e00b069fe8ad24d1fed9565
util: Add a library to parse MAINTAINERS.yaml

Add a very simple library to parse MAINTAINERS.yaml. There are
currently no tools that use the library, but it can be tested using
`python3 -m "maint.lib.maintainers"` from within the util directory.

Change-Id: Id2edff94451f27e0b601994d198d0647325e4b35
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/37036
Maintainer: Gabe Black <gabe.black@gmail.com>
Reviewed-by: Hoa Nguyen <hoanguyen@ucdavis.edu>
Tested-by: kokoro <noreply+kokoro@google.com>
util/maint/lib/__init__.py [new file with mode: 0644]
util/maint/lib/maintainers.py [new file with mode: 0644]
util/maint/lib/tests/__init__.py [new file with mode: 0644]
util/maint/lib/tests/maintainers.py [new file with mode: 0644]