Metadata-Version: 2.1
Name: rfc-cli
Version: 1.0.0
Summary: A command line viewer for RFCs
Home-page: https://wasi-master.github.io/rfc-cli/
Author: Wasi Master
Author-email: arianmollik323@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/wasi-master/rfc-cli/issues
Project-URL: Source, https://github.com/wasi-master/rfc-cli
Project-URL: Say Thanks, https://saythanks.io/to/wasi-master
Keywords: rfc,rfc-cli
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Terminals
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# rfc-cli

 A command line viewer for RFCs

## Installation

Install with pip using any of these commands

```sh
pip install rfc # General
pip3 install rfc # Mostly MacOS/Linux
python -m pip install rfc # General
python3 -m pip install rfc # Mostly MacOS/Linux
py -m pip install rfc # Windows
```

## Usage

```sh
rfc show 2822 # Read the RFC 2822
rfc show draft-ietf-core-coap-18 # Read IETF draft core-coap version 18
```


