-
大小: 72KB文件类型: .zip金币: 2下载: 1 次发布日期: 2021-06-09
- 语言: Python
- 标签: threadpool
资源简介
python threadpool 源码包
代码片段和文件信息
#!/usr/bin/env python
from setuptools import setup
execfile(‘src/release.py‘)
setup(
name=name
version=version
description=description
long_description=long_description
keywords=keywords
author=author
author_email=author_email
license=license
url=url
download_url=download_url
classifiers=classifiers
platforms=platforms
py_modules = [‘threadpool‘]
package_dir = {‘‘: ‘src‘}
)
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2791 2009-10-07 05:37 threadpool-1.2.7\CHANGELOG.txt
文件 120 2009-10-06 15:01 threadpool-1.2.7\MANIFEST.in
文件 1686 2009-10-07 05:41 threadpool-1.2.7\PKG-INFO
文件 4688 2009-10-07 05:40 threadpool-1.2.7\README.txt
文件 97 2009-10-07 05:41 threadpool-1.2.7\setup.cfg
文件 451 2009-10-06 15:57 threadpool-1.2.7\setup.py
文件 326 2008-11-19 17:13 threadpool-1.2.7\TODO.txt
文件 3689 2009-10-07 05:41 threadpool-1.2.7\doc\hilight.css
文件 10534 2009-10-07 05:41 threadpool-1.2.7\doc\index.html
文件 2855 2008-11-19 17:13 threadpool-1.2.7\doc\rest.css
文件 46325 2009-10-07 05:41 threadpool-1.2.7\doc\threadpool.py.html
文件 5610 2009-10-07 05:41 threadpool-1.2.7\doc\api\class-tree.html
文件 16023 2009-10-07 05:41 threadpool-1.2.7\doc\api\epydoc.css
文件 585 2009-10-07 05:41 threadpool-1.2.7\doc\api\fr
文件 11116 2009-10-07 05:41 threadpool-1.2.7\doc\api\help.html
文件 11928 2009-10-07 05:41 threadpool-1.2.7\doc\api\identifier-index.html
文件 585 2009-10-07 05:41 threadpool-1.2.7\doc\api\index.html
文件 4051 2009-10-07 05:41 threadpool-1.2.7\doc\api\module-tree.html
文件 1154 2009-10-07 05:41 threadpool-1.2.7\doc\api\redirect.html
文件 11429 2009-10-07 05:41 threadpool-1.2.7\doc\api\threadpool-module.html
文件 98465 2009-10-07 05:41 threadpool-1.2.7\doc\api\threadpool-pysrc.html
文件 6418 2009-10-07 05:41 threadpool-1.2.7\doc\api\threadpool.NoResultsPending-class.html
文件 6450 2009-10-07 05:41 threadpool-1.2.7\doc\api\threadpool.NoWorkersAvailable-class.html
文件 14322 2009-10-07 05:41 threadpool-1.2.7\doc\api\threadpool.ThreadPool-class.html
文件 11388 2009-10-07 05:41 threadpool-1.2.7\doc\api\threadpool.WorkerThread-class.html
文件 10118 2009-10-07 05:41 threadpool-1.2.7\doc\api\threadpool.WorkRequest-class.html
文件 1560 2009-10-07 05:41 threadpool-1.2.7\doc\api\toc-everything.html
文件 1493 2009-10-07 05:41 threadpool-1.2.7\doc\api\toc-threadpool-module.html
文件 1130 2009-10-07 05:41 threadpool-1.2.7\doc\api\toc.html
文件 298 2008-11-19 17:13 threadpool-1.2.7\misc\csv_dups.py
文件 1732 2008-11-19 17:13 threadpool-1.2.7\misc\test_threadworker.py
............此处省略8个文件信息
- 上一篇:L1范数剪枝
- 下一篇:Python程序设计实验指导书
评论
共有 条评论