Metadata-Version: 2.4
Name: id2xml
Version: 1.6.0
Summary: Convert text-format RFCs and Internet-Drafts to .xml format
Author-email: Henrik Levkowetz <henrik@levkowetz.com>
License-Expression: BSD-3-Clause
Project-URL: homepage, https://github.com/ietf-tools/id2xml
Project-URL: source, https://github.com/ietf-tools/id2xml
Project-URL: issues, https://github.com/ietf-tools/id2xml/issues
Project-URL: releasenotes, https://github.com/ietf-tools/id2xml/releases
Keywords: ietf,rfc,text,internet-draft,xml
Classifier: Intended Audience :: Other Audience
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: Markup :: XML
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: lxml
Requires-Dist: pathlib2
Requires-Dist: six
Requires-Dist: xml2rfc>=2.8.2
Requires-Dist: decorator
Provides-Extra: test
Requires-Dist: coverage; extra == "test"
Requires-Dist: pycodestyle; extra == "test"
Requires-Dist: pyflakes; extra == "test"
Requires-Dist: tox; extra == "test"
Provides-Extra: dev
Requires-Dist: twine; extra == "dev"
Dynamic: license-file

Internet-Draft text to XML Conversion Tool
==========================================

This tool, 'id2xml', is intended for use by the RFC-Editor staff, in order to
produce a first xml2rfc-compatible XML version from text-only Internet-Draft
submissions.

id2xml may also be useful for Internet-Draft authors who wish to start working
on a new version of an older draft or RFC, for which no xml2rfc-compatible XML
source is available.

Version 1.x can process the drafts specified in the development Statement of
Work to XML files acceptable to xml2rfc, and can also process a number of
other test files to acceptable XML.  Missing is internal <xref/> links to
figures and tables.

The default XML produced follows RFC 7749 [1]_ in version 1.x of the tool.
With version 1.3.0 of the tool, output according to RFC 7991 [2]_ is available
by use of the '-3' switch.  

.. [1] Reschke, J., "The "xml2rfc" Version 2 Vocabulary", RFC 7749, DOI
   10.17487/RFC7749, February 2016, <http://www.rfc-editor.org/info/rfc7749>.

.. [2] Hoffman, P., "The "xml2rfc" Version 3 Vocabulary", RFC 7991, DOI
   10.17487/RFC7991, December 2016, http://www.rfc-editor.org/info/rfc7991>.

