資源簡介
untp把texturepacker打包好的圖片切開
untp把texturepacker打包好的圖片切開

代碼片段和文件信息
#!/usr/bin/env?python
from?setuptools?import?setup?find_packages
setup(
????name?=?‘untp‘
????version?=?‘1.0.9‘
????keywords?=?(‘untp‘?‘texturepacker‘)
????description?=?‘A?command?line?tool?to?split?TexturePacker?published?files.‘
????license?=?‘MIT?License‘
????install_requires?=?[
????????‘Pillow‘
????????‘parse‘
????]
????url?=?‘https://github.com/justbilt/untp‘
????author?=?‘justbilt‘
????author_email?=?‘wangbilt@gmail.com‘
????packages?=?find_packages(“src“)
????package_dir?=?{‘‘:‘src‘}
????entry_points?=?{
????????‘console_scripts‘:?[
????????????‘untp?=?untp.untp:main‘
????????]
????}
)
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????.......????????35??2017-10-22?16:26??untp\.gitignore
????.......?????19635??2017-10-22?16:26??untp\bin\oooo.plist
????.......????494265??2017-10-22?16:26??untp\bin\oooo.png
????.......???????702??2017-10-22?16:26??untp\README.md
????.......???????619??2017-10-22?16:26??untp\setup.py
????.......??????6000??2017-10-22?16:26??untp\src\untp\dataparse.py
????.......??????4046??2017-10-22?16:26??untp\src\untp\untp.py
????.......???????107??2017-10-22?16:26??untp\src\untp\__init__.py
?????目錄??????????0??2017-10-22?16:26??untp\src\untp
?????目錄??????????0??2017-10-22?16:26??untp\bin
?????目錄??????????0??2017-10-22?16:26??untp\src
?????目錄??????????0??2017-10-22?16:26??untp
-----------?---------??----------?-----??----
???????????????525409????????????????????12
- 上一篇:unity3d光影插件
- 下一篇:digital filter基流分割
評論
共有 條評論