{ "info": { "author": "qinglin", "author_email": "1148865821@qq.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "XMind SDK for python\n=====\n\n**XMind SDK for python** to help Python developers to easily work with XMind files and build XMind extensions.\n\nInstall XMind SDK for python\n---\n\nClone the repository to a local working directory\n\n> `git clone https://github.com/xmindltd/xmind-sdk-python.git`\n\t\nNow there will be a directory named `xmind-sdk-python` under the current directory. Change to the directory `xmind-sdk-python` and install **XMind SDK for python**.\n\n> `python setup.py install`\n\t\n*It is highly recommended to install __XMind SDK for python__ under an isolated python environment using [virtualenv](https://pypi.python.org/pypi/virtualenv)*\n\nUsage\n----\n\nOpen an existing XMind file or create a new XMind file and place it into a given path\n\n> `import xmind`\n> \n> `workbook = xmind.load(/path/to/file/) # Requires '.xmind' extension`\n\n> `workbook = xmind.load(file_object)` # support '.xmind' file uploads \n\t\nSave XMind file to a path.\nIf the path is not given then the API will save to the path set in the workbook\n\n> `xmind.save(workbook)`\n\nor:\n\t\n> `xmind.save(workbook, /save/file/to/path)`\n\n\nTests\n---\n\nFrom root directory run\n\n> `python test.py`\n\t\nGet coverage report\n---\n\nInstall coverage package\n> `pip install coverage`\n\nRun tests under coverage\n\n> `coverage run --source=xmind.core test.py`\n\nCheck coverage report\n\n> `coverage report`\n\nor\n\n> `coverage html -d coverage_html`\n\nto have rich visualisation\n\nLICENSE\n---\n\nThe MIT License (MIT)\n\nCopyright (c) 2013 XMind, Ltd\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/xqlip/xmind-sdk-python/archive/v1.1.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/xqlip/xmind-sdk-python.git", "keywords": "XMind,SDK,mind mapping", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "xmind-sdk-python-upload-file", "package_url": "https://pypi.org/project/xmind-sdk-python-upload-file/", "platform": "", "project_url": "https://pypi.org/project/xmind-sdk-python-upload-file/", "project_urls": { "Download": "https://github.com/xqlip/xmind-sdk-python/archive/v1.1.tar.gz", "Homepage": "https://github.com/xqlip/xmind-sdk-python.git" }, "release_url": "https://pypi.org/project/xmind-sdk-python-upload-file/1.0/", "requires_dist": null, "requires_python": ">=3.6", "summary": "The offical XMind python SDK", "version": "1.0" }, "last_serial": 4541857, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "958fbdf94057a2d1fe9728efb18eec6c", "sha256": "6ff66c290b7da24028cb1aefb85ffd164a9fe2a172d7495be8c69cccad1d8fbf" }, "downloads": -1, "filename": "xmind-sdk-python-upload-file-1.0.tar.gz", "has_sig": false, "md5_digest": "958fbdf94057a2d1fe9728efb18eec6c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 46807, "upload_time": "2018-11-29T06:43:45", "url": "https://files.pythonhosted.org/packages/02/a7/ad623693fa3820f85951b371f615e963fdc4655665e86abf311e99000118/xmind-sdk-python-upload-file-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "958fbdf94057a2d1fe9728efb18eec6c", "sha256": "6ff66c290b7da24028cb1aefb85ffd164a9fe2a172d7495be8c69cccad1d8fbf" }, "downloads": -1, "filename": "xmind-sdk-python-upload-file-1.0.tar.gz", "has_sig": false, "md5_digest": "958fbdf94057a2d1fe9728efb18eec6c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 46807, "upload_time": "2018-11-29T06:43:45", "url": "https://files.pythonhosted.org/packages/02/a7/ad623693fa3820f85951b371f615e963fdc4655665e86abf311e99000118/xmind-sdk-python-upload-file-1.0.tar.gz" } ] }