Metadata-Version: 2.4
Name: rfctools_common
Version: 0.7.0
Summary: Utility functions used by some of the RFC Editor tools
Author-email: Jim Schaad <ietf@augustcellars.com>
License-Expression: BSD-3-Clause
Project-URL: homepage, https://github.com/ietf-tools/rfctools-common
Project-URL: source, https://github.com/ietf-tools/rfctools-common
Project-URL: issues, https://github.com/ietf-tools/rfctools-common/issues
Project-URL: releasenotes, https://github.com/ietf-tools/rfctools-common/releases
Keywords: RFC,common
Classifier: Development Status :: 3 - Alpha
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.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: lxml>=4.1.1
Requires-Dist: requests>=2.5.0
Requires-Dist: six
Provides-Extra: test
Requires-Dist: pycodestyle; extra == "test"
Requires-Dist: pyflakes; extra == "test"
Dynamic: license-file

<div align="center">
    
<img src="https://raw.githubusercontent.com/ietf-tools/common/main/assets/logos/rfctools-common.svg" alt="IETF RFCTOOLS-COMMON" width="600" />
    
[![Release](https://img.shields.io/github/release/ietf-tools/rfctools-common.svg?style=flat&maxAge=360)](https://github.com/ietf-tools/rfctools-common/releases)
[![License](https://img.shields.io/github/license/ietf-tools/rfctools-common)](https://github.com/ietf-tools/rfctools-common/blob/main/LICENSE)
[![PyPI - Version](https://img.shields.io/pypi/v/rfctools-common)](https://pypi.org/project/rfctools-common/)
[![PyPI - Status](https://img.shields.io/pypi/status/rfctools-common)](https://pypi.org/project/rfctools-common/)
[![PyPI - Format](https://img.shields.io/pypi/format/rfctools-common)](https://pypi.org/project/rfctools-common/)
    
##### RFC Editor Tools Utility Code
    
</div>

- [Changelog](https://github.com/ietf-tools/rfctools-common/blob/main/CHANGELOG.md)
- [Contributing](https://github.com/ietf-tools/.github/blob/main/CONTRIBUTING.md)

---

This module contains a set of utility functions used by some of the RFC Editor tools.

Long term, the goal is to incorperate these functions back into xml2rfc but having it separate allows for an easier modification of the functions as needed.
