Skip to content
This repository has been archived by the owner on Jun 14, 2019. It is now read-only.

xmindltd/xmind-sdk-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#XMind SDK for python

XMind SDK for python to help python developers to easily work with XMind file and build XMind extensions.

##Install XMind SDK for python

Clone repository to local working directory

git clone https://github.com/xmindltd/xmind-sdk-python.git

right now, you got directory named xmind-sdk-python under current directory. Change to directory xmind-sdk-python and install XMind SDK for python.

python setup.py install

We're highly recommend to install XMind SDK for python under isolate python environment using virtualenv

##Usage

Open XMind file from exist path or create new XMind file and placed to given path

import xmind
workbook = xmind.load(/path/to/file/)

Save XMind file to given path. If path not given then will save to path that set to workbook

xmind.save(workbook)

or:

xmind.save(workbook, /save/file/to/path)

##LICENSE

The MIT License (MIT)

Copyright (c) 2013 XMind, Ltd

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages