xmind2Excel is a tool, change the xmind to excel.
Project description
xmind2Excel
xmind2Excel 是用来将xmind转为xmind的通用工具
最近更新
初始发布...
############################
Last update time: 2018-11-13
By: 8034.com
使用说明:
1) 安装:
pip install xmind2Excel
2) 执行
Python -c "from xmind2Excel.main import Main; Main()"
3) 按模板xmind格式要求,编写用例
4) 运行工具,把xmind转化为xls、xlsx格式的文件
注: 为方便后期操作方便
可以 把上面的 运行命令放到bat或shell文件中,下次直接双击运行
########################################################
源码打包
## 打包 检查
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
xmind2Excel-0.4.0.tar.gz
(225.1 kB
view details)
Built Distribution
xmind2Excel-0.4.0-py3.7.egg
(393.1 kB
view details)
File details
Details for the file xmind2Excel-0.4.0.tar.gz
.
File metadata
- Download URL: xmind2Excel-0.4.0.tar.gz
- Upload date:
- Size: 225.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
e132201fe79bd12600ce68ec09ff17238984cd91a20a1c225b17fe417f2cc1b4
|
|
MD5 |
19303dc95992a0f83047f45053e7e5b3
|
|
BLAKE2b-256 |
b82fdbefda12acde8e6d9f1a88e0c0e9297cf998d28c7705fb10166500e5bf8d
|
File details
Details for the file xmind2Excel-0.4.0-py3.7.egg
.
File metadata
- Download URL: xmind2Excel-0.4.0-py3.7.egg
- Upload date:
- Size: 393.1 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
bc8472f2817a1515aa33123964ae34ff2f11620d06e2ae87123943c47a29d0a3
|
|
MD5 |
948e8955ddb016d0a12c8859b9b26f23
|
|
BLAKE2b-256 |
ef6adde839e9093df25d95232527aa2874858d99b389033f457da2e1f61f8726
|