Added tag 0.1.2 for changeset 875f57a264b0
c40cd09e3906 — David Keijser 3 years ago
Add type annotations to public facing API

The PEP561 marker lets dependent projects using mypy type check code using this
module.
Added tag 0.1.1 for changeset 8f08bd9d2a62
Added tag 0.1.0 for changeset 64f694b06df5
33f5a3354dc7 — David Keijser 3 years ago
Return None when trying to get missing sub-directive

This aligns with the behaviour of get on the top-level directive, previously it
would instead raise an exception.