Skip to content

Read RFC file of given id and generate requirements in html and csv formats

Notifications You must be signed in to change notification settings

sriramkandukuri/rfcparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RFC to Requirements

Generate list of requirements from rfc id.

All requirements are categorized as per RFC keywords MUST, MAY etc...

Install required modules

pip3 install -r ./requirements.txt

Usage

python3 rfcparser <rfcid>

Output formats

  • 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

Limitations

Old rfc ids without xml files may not work as expected.

Contribution

Please raise PR with your fixes or improvements

Releases

No releases published

Packages

No packages published