资源简介
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基流分割
评论
共有 条评论