Metadata-Version: 1.1
Name: rfcs
Version: 1.0.0
Summary: rfcs is the complete command-line tool to search and view RFCs.
Home-page: http://github.com/lukedmor/rfcs
Author: Lucas Morales
Author-email: lucas@lucasem.com
License: GNU GPL v2.0
Description: rfcs
        ====
        
        The complete command-line tool for searching and viewing RFCs. It provides a
        convenient interface for the API provided by `IETF <https://datatracker.ietf.org>`__
        
        rfcs provides four major subcommands:
        -  `rfcs search QUERY` - Search for RFCs matching a particular query. The
           default maximum number of results returned is 5.
        -  `rfcs info RFC` - Get information on a particular RFC.
        -  `rfcs text RFC` - View the RFC's text.
        -  `rfcs url RFC --format FMT` - Get a url to view the RFC, in a format of
          `{text, html, pdf, bibtex}`.
        
        
        Installation
        ------------
        
        .. code:: bash
        
            pip install rfcs
        
        
Keywords: rfc internet networking protocol concept notes command command-line cli
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Telecommunications Industry
Classifier: Topic :: Communications
Classifier: Topic :: Documentation
Classifier: Topic :: Internet
Classifier: Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator
Classifier: Topic :: Security
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
