xxmind是将xmind固定格式转为xlsx的转换工具。

xxmind的Python项目详细描述


** xxmind 新版本已经出来了 xxmind是将xmind固定格式转为xls的转换工具。

使用说明: 1) 安装: pip install xxmind 2) 执行 Python -c "from xxmind.main import Main; Main()" 3) 按模板xmind格式要求,编写用例 4) 运行工具,把xmind转化为xls、xlsx格式的文件

注: 为方便后期操作方便

可以 把上面的 运行命令放到bat或shell文件中,下次直接双击运行

####################################################################### Last update time: 2018-11-13 By: 8034.com

####################################################################### 0.3.5 修改了模板 0.4.0 支持了python3.7

#######################################################################

打包 检查

python setup.py check

打包 生成

python setup.py sdist

上传

twine upload dist/*

使用

pip install xxmind

更新

pip install --upgrade xxmind

卸载

pip uninstall -y xxmind #######################################################################

MANIFEST.in

include pat1 pat2 ... #include all files matching any of the listed patterns exclude pat1 pat2 ... #exclude all files matching any of the listed patterns recursive-include dir pat1 pat2 ... #include all files under dir matching any of the listed patterns recursive-exclude dir pat1 pat2 ... #exclude all files under dir matching any of the listed patterns global-include pat1 pat2 ... #include all files anywhere in the source tree matching — & any of the listed patterns global-exclude pat1 pat2 ... #exclude all files anywhere in the source tree matching — & any of the listed patterns prune dir #exclude all files under dir graft dir #include all files under dir

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java我的int值在SharedReferences中不被记住   java如何编辑Spring可分页对象?   java如何在gradle中单独调用任务   jvm以编程方式设置最大java堆大小   java如果满足多个条件,如何使用If语句计算数字?   如何在java中从json文件中获取特定值   如何在Sphinx4中为Java语音识别添加自定义语法?   java int[]copy=data;//当数据是数组时会发生什么?   java豪猪管理器。停下来。destroy()不起作用   安卓在API级别28中找不到画布变量   基于SOLID的java冗余   用于talend作业的java Liferay和portlet   从java到安卓的视频流   java获取在控件的类定义中添加自定义控件的场景大小   awt Java IndexOutOfBoundsException   java如何使用Spring JmsTemplate更改MQ头   java遍历数组并打印每个对象   java Google Map api v2标记在我旋转手机和地图“刷新”之前不会移动