RFC Lookup#
This project is a simple command-line interface that allows for easily looking up and searching for RFCs from the command line. It uses the resources provided by IETF and the RFC Editor to provide the most up-to-date information on RFCs.
Installation#
To install the RFC Lookup project, run this command in your terminal:
$ pip install rfc-lookup
Usage#
RFC Lookup’s usage looks like:
$ rfc [OPTIONS] COMMAND [ARGS]...
- --version#
Display the version and exit.
- --help#
Display a short usage message and exit.
Commands#
Get#
The get command retrieves the RFC with the given number.
$ rfc get [RFC_NUMBER] [OPTIONS]
- --url#
Display the URL of the RFC.
Search#
The search command searches for RFCs with the given query.
$ rfc search [QUERY] [OPTIONS]