mantra 0.4.0

`mantra` offers a lightweight approach for requirement tracing and coverage.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "requirements": [
        {
            "id": "id_from_schema",
            "title": "Some req added from JSON.",
            "link": "local",
            "manual": false,
            "deprecated": false,
            "info": {
                "custom_field": "some data"
            }
        }
    ]
}