Skip to main content

xml2rfc generates RFCs and IETF drafts from document source in XML according to the IETF xml2rfc v2 and v3 vocabularies.

Project description

XML2RFC

Release License PyPI - Version PyPI - Status PyPI - Format

Generate RFCs and IETF drafts from document source in XML according to the IETF xml2rfc v2 and v3 vocabularies

Introduction

The IETF uses a specific format for the standards and other documents it publishes as RFCs, and for the draft documents which are produced when developing documents for publications. There exists a number of different tools to facilitate the formatting of drafts and RFCs according to the existing rules, and this tool, xml2rfc, is one of them. It takes as input an xml file that contains the text and meta-information about author names etc., and transforms it into suitably formatted output. The input xml file should follow the grammars in RFC7749 (for v2 documents) or RFC7991 (for v3 documents).

RFCXML vocabulary reference is available at authors.ietf.org.

xml2rfc provides a variety of output formats. See the command line help for a full list of formats. It also provides conversion from v2 to v3, and can run the preptool on its input.

Installation

xml2rfc is available as Python package. You can install it with following command:

pip install xml2rfc

If you're using pipx, you can install xml2rfc with the following command:

pipx install xml2rfc

xml2rfc also provides pdf extra package to install required packages required for PDF file generation. See next section about additional requirements for PDF generation.

To install xml2rfc with PDF generation support run:

pip install "xml2rfc[pdf]"

To install pdf extra with pipx run:

pipx install "xml2rfc[pdf]"

Installation of support libraries for the PDF-formatter

In order to generate PDFs, xml2rfc uses the WeasyPrint module, which depends on external libraries that must be installed as native packages on your platform, separately from the xml2rfc install.

  1. First, install the Pango, and other required libraries on your system. See installation instructions on the WeasyPrint Docs.

  2. Next, install WeasyPrint python modules using pip.

pip install "xml2rfc[pdf]"
  1. Finally, install the required fonts:
  • Download latest fonts from xml2rfc-fonts.
  • In the Assets section, download either the tar.gz or the zip archive.
  • Extract the contents of the downloaded xml2rfc-fonts archive.
  • Install the fonts found in the noto and roboto_mono directories to your operating system.

With these installed and available to xml2rfc, the --pdf switch will be enabled.

Updating xml2rfc

To update xml2rfc, run the following command:

pip install --upgrade xml2rfc

If you are using pipx, you can update it with:

pipx upgrade xml2rfc

Usage

xml2rfc accepts a single XML document as input and outputs to one or more conversion formats.

Basic Usage

xml2rfc SOURCE [options] FORMATS...

Run xml2rfc --help for a full listing of command-line options.

Getting Started

This project is following the standard Git Feature Workflow development model. Learn about all the various steps of the development workflow, from creating a fork to submitting a pull request, in the Contributing guide.

Make sure to read the Styleguides section to ensure a cohesive code format across the project.

You can submit bug reports, enhancements and new feature requests in the discussions area. Accepted tickets will be converted to issues.

Git Cloning Tips

As outlined in the Contributing guide, you will first want to create a fork of the xml2rfc project in your personal GitHub account before cloning it.

For example (replace USERNAME with your GitHub username):

git clone https://github.com/USERNAME/xml2rfc.git

Docker Dev Environment

Run ./run.sh command to build and start a docker development environment. The initial build may take time because it downloads all required fonts as well.

./run.sh

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xml2rfc-3.30.0.tar.gz (420.6 kB view details)

Uploaded Source

Built Distribution

xml2rfc-3.30.0-py3-none-any.whl (375.8 kB view details)

Uploaded Python 3

File details

Details for the file xml2rfc-3.30.0.tar.gz.

File metadata

  • Download URL: xml2rfc-3.30.0.tar.gz
  • Upload date:
  • Size: 420.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for xml2rfc-3.30.0.tar.gz
Algorithm Hash digest
SHA256 b977b26edd5d930020966fa4692fc7fcdcb4f7401a8429981d4cbc0cc4bbba25
MD5 9c0c91bb1fbd7b8401a80674baaa077a
BLAKE2b-256 7bdc4207f1b808dc974b199d9e491601401baf1e32a81cafc2a209dcc75062fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for xml2rfc-3.30.0.tar.gz:

Publisher: pypi-publish.yml on ietf-tools/xml2rfc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file xml2rfc-3.30.0-py3-none-any.whl.

File metadata

  • Download URL: xml2rfc-3.30.0-py3-none-any.whl
  • Upload date:
  • Size: 375.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for xml2rfc-3.30.0-py3-none-any.whl
Algorithm Hash digest
SHA256 49d128d69f372655d1f36f21aedd4a1defb6c5fcbf28b782f1ba5d46353b455f
MD5 527ac4f950b78bf6dec222ac21a8ef9a
BLAKE2b-256 c65388614e571682a41000008395ed0b414a23cda1af8869663af66b96338a7e

See more details on using hashes here.

Provenance

The following attestation bundles were made for xml2rfc-3.30.0-py3-none-any.whl:

Publisher: pypi-publish.yml on ietf-tools/xml2rfc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page