rfc_reader 1.0

Creator: railscoderz

Last updated:

Add to Cart

Description:

rfc reader 1.0

# rfc_readerThe CLI RFC reader :- Open any published RFC with your favorite program- Quickly search through RFC summaries with `rfc -k <keyword>`- Full offline access `~/.rfc/`## Installation :Either clone the repo and run ```shellpython setup.py install```or simply use pip :```shellpip install rfc_reader```## Usage : Type `rfc -h` or `rfc --help` to invoke the following help :```shellusage: rfc [-h] [--update] [--pager PAGER] [-k KEYWORD] [--version] [RFC_NUMBER]rfc is the python RFC reader. It stores a local copy of all the RFC documentsand allows one to search a read through them.For more info and contact : Seehttps://github.com/monsieurh/rfc_readerpositional arguments: RFC_NUMBER Opens the RFC_NUMBER for readingoptional arguments: -h, --help show this help message and exit --update Updates the local copy of RFC documents with the latest (weekly) publication of the IETF --pager PAGER, -p PAGER Uses the given program to open RFC documents. Default program is env var You can't use 'macro parameter character #' in math modeYou can't use 'macro parameter character #' in math modePAGER` program (usually `less`)`rfc -p gedit 2119` opens the same document in gedit`rfc -k UDP` outputs the summary of all RFC documents including the word 'UDP'## History :- 1.0 : - adds XDG compliant storage path ([MartijnBraam](https://github.com/MartijnBraam)) - doesn't show ugly `^L` characters with default pager ([objectified](https://github.com/objectified))- v0.9 : - bugfix- v0.8 : - `-k` is now case insensitive - Now compatible with python2 ([joshfriend](https://github.com/joshfriend))- v0.7 : - Fixes `-k` ordering by RFC number## Running tests :Simply use `python2 -m unittest discover -v` or `python3 -m unittest discover -v`

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.