Metadata-Version: 2.4
Name: idml2docbook
Version: 1.1.3
Summary: Convert IDML files to DocBook.
Author-email: Yann Trividic <bonjour@yanntrividic.fr>
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://github.com/yanntrividic/idml2docbook
Project-URL: Bug Tracker, https://github.com/yanntrividic/idml2docbook/-/issues
Keywords: idml,docbook,converter
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: bs4>=0.0.2
Requires-Dist: lxml>=6.0.0
Requires-Dist: python-dotenv>=1.1.1
Requires-Dist: unidecode>=1.4.0
Requires-Dist: packaging>=25.0
Requires-Dist: natsort>=8.4.0
Requires-Dist: pandas>=2.3.2
Requires-Dist: odfpy>=1.4.1
Dynamic: license-file

![PyPI - Version](https://img.shields.io/pypi/v/idml2docbook)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/yanntrividic/idml2docbook/publish.yml)
![GitHub License](https://img.shields.io/github/license/yanntrividic/idml2docbook)

# idml2docbook

This Python package converts IDML files to DocBook 5.1.

## Installation

You can install and download this package using 

The main dependencies are:

* Python 3.x
* Java 1.7+
* idml2xml-frontend
* A recent version of bash (not a problem on Linux, but macOS distributes an old version of bash)
