Metadata-Version: 2.4
Name: xmindparser
Version: 1.1.0
Summary: Convert xmind to programmable data types, support xmind pro and xmind zen file types.
Home-page: https://github.com/tobyqin/xmindparser
Author: Toby Qin
Author-email: toby.qin@live.com
Keywords: xmind parser converter json xml markdown
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
Dynamic: summary


Documentation
-------------
xmindparser is a tool to help you convert xmind file to programmable data type, e.g. json, xml.

Detail usage: https://github.com/tobyqin/xmindparser


## Change Log

1.1.0

- Add support for converting xmind to markdown format.
- New function `xmind_to_markdown()` to convert xmind file to markdown.
- Command line support: `xmindparser your.xmind -markdown`.

  1.0.9

- Update Python version classifiers to support 3.9, 3.10, 3.11, 3.12, 3.13.
- Fix DeprecationWarning for element truth value testing in Python 3.13.

  1.0.8

- Handle empty title name for xmind zen in some cases.

  1.0.6

- Keep empty topic title as null but not "[Blank]"

  1.0.5

- Support xmind zen file type.

  1.0.4

- Support parse label feature.

  1.0.2

- Rename config key names.

  1.0.1

- Support parse xmind to xml file type.

  1.0.0

- Support parse xmind to dict data type with Python.
- Support parse xmind to json file type.
