资源简介
pmw 模块,入门接触python 模块的新手人员可下载测试运行,有助于自己深层次理解python 模块。
代码片段和文件信息
#!/usr/bin/env python
# setup.py
from distutils.core import setup
setup(name=“Pmw“
version=‘1.3.2‘
description = ‘Python Mega Widgets‘
author=“Telstra Corporation Limited Australia“
author_email=““
url=‘http://pmw.sourceforge.net/‘
package_dir = { “Pmw“:“Pmw“}
packages=[‘Pmw‘ ‘Pmw.Pmw_1_3‘
‘Pmw.Pmw_1_3.lib‘]
package_data={‘Pmw‘: [‘Pmw_1_3/lib/Pmw.def‘
‘Pmw_1_3/doc/*‘
‘Pmw_1_3/contrib/*‘
‘Pmw_1_3/demos/*‘
‘Pmw_1_3/tests/*‘
‘Pmw_1_3/bin/*‘
]
}
license=‘BSD‘
long_description=‘‘‘Pmw is a toolkit for building high-level compound widgets or megawidgets
constructed using other widgets as component parts. It promotes consistent look and feel within
and between graphical applications is highly configurable to your needs and is easy to use.‘‘‘
classifiers = [
‘Development Status :: Alpha‘
‘Environment :: Console‘
‘Intended Audience :: End Users/Desktop‘
‘Intended Audience :: Developers‘
‘Intended Audience :: System Administrators‘
‘License :: BSD‘
‘Operating System :: MacOS :: MacOS X‘
‘Operating System :: Microsoft :: Windows‘
‘Operating System :: POSIX‘
‘Programming Language :: Python‘
‘Topic :: GUI‘
]
)
相关资源
- python实现SGBM图像匹配算法
- python实现灰度直方图均衡化
- scrapy_qunar_one
- Python学习全系列教程永久可用
- python简明教程.chm
- 抽奖大转盘python的图形化界面
- 双边滤波器实验报告及代码python
- python +MYSQL+HTML实现21蛋糕网上商城
- Python-直播答题助手自动检测出题搜索
- OpenCV入门教程+OpenCV官方教程中文版
- Python 串口工具源码+.exe文件
- Python开发的全栈股票系统.zip
- Python操作Excel表格并将其中部分数据写
- python书籍 PDF
- 利用python绘制散点图
- python+labview+No1.vi
- 老男孩python项目实战
- python源码制作whl文件.rar
- python3.5可用的scipy
- PYTHON3 经典50案例.pptx
- 计算机科学导论-python.pdf
- python模拟鼠标点击屏幕
- windows鼠标自动点击py脚本
- 鱼c小甲鱼零基础学python全套课后题和
- Python 练习题100道
- Practical Programming 2nd Edition
- wxPython Application Development Cookbook
- python 3.6
- Python 3.5.2 中文文档 互联网唯一CHM版本
- python3.5.2.chm官方文档
评论
共有 条评论