Skip to content

martinthomson/rfc-extract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extract code from RFC source

This is a simple python module that provides functions for extracting the content of <sourcecode> or <artwork> blobs.

for blob in extract(filename, ["http-message"]):
	print(f"Found message at line {blob.line}")
	print(str(blob))

There is a command-line utility here as well.

About

Extract content from RFC or internet-draft source

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages