Generate list of requirements from rfc id.
All requirements are categorized as per RFC keywords MUST, MAY etc...
pip3 install -r ./requirements.txt
python3 rfcparser <rfcid>
- rfc.txt plain text RFC
- rfc.html requirements table in html format from given rfc
- rfc.csv requirements table in csv format from given rfc
Old rfc ids without xml files may not work as expected.
Please raise PR with your fixes or improvements