資源簡介
dll插件
代碼片段和文件信息
#?coding:?utf-8
from?setuptools?import?setup?find_packages
import?czsc
setup(
????name=“czsc“
????version=czsc.__version__
????author=czsc.__author__
????author_email=czsc.__email__
????keywords=[“纏論“?“技術分析“?“A股“?“期貨“?“纏中說禪“?“單因子分析“]
????description=“纏中說禪技術分析工具“
????long_description=“纏中說禪技術分析工具,源自?http://blog.sina.com.cn/chzhshch“
????license=“MIT“
????url=“https://github.com/zengbin93/czsc“
????packages=find_packages(exclude=[‘test‘?‘images‘?‘docs‘])
????include_package_data=True
????install_requires=[“pandas“?“pyecharts“?“mplfinance“?“tushare“?“matplotlib“]
????classifiers=[
????????????‘License?::?OSI?Approved?::?Apache?Software?License‘
????????????‘Programming?Language?::?Python?::?3.6‘
????????????‘Programming?Language?::?Python?::?3.7‘
????????????‘Programming?Language?::?Python?::?3.8‘
????????]
)
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2020-10-20?11:00??czsc-master\
?????目錄???????????0??2020-10-20?11:00??czsc-master\.github\
?????目錄???????????0??2020-10-20?11:00??czsc-master\.github\workflows\
?????文件?????????952??2020-10-20?11:00??czsc-master\.github\workflows\python-publish.yml
?????文件????????1273??2020-10-20?11:00??czsc-master\.github\workflows\pythonpackage.yml
?????文件????????1252??2020-10-20?11:00??czsc-master\.gitignore
?????文件????????1066??2020-10-20?11:00??czsc-master\LICENSE
?????文件????????2598??2020-10-20?11:00??czsc-master\README.md
?????目錄???????????0??2020-10-20?11:00??czsc-master\czsc\
?????文件?????????181??2020-10-20?11:00??czsc-master\czsc\__init__.py
?????文件???????45338??2020-10-20?11:00??czsc-master\czsc\analyze.py
?????目錄???????????0??2020-10-20?11:00??czsc-master\czsc\cobra\
?????文件???????????0??2020-10-20?11:00??czsc-master\czsc\cobra\__init__.py
?????文件????????3090??2020-10-20?11:00??czsc-master\czsc\cobra\factor_analyst.py
?????文件????????2766??2020-10-20?11:00??czsc-master\czsc\cobra\utils.py
?????目錄???????????0??2020-10-20?11:00??czsc-master\czsc\data\
?????文件???????????0??2020-10-20?11:00??czsc-master\czsc\data\__init__.py
?????文件????????7108??2020-10-20?11:00??czsc-master\czsc\data\jq.py
?????文件????????6987??2020-10-20?11:00??czsc-master\czsc\data\ts.py
?????文件???????13344??2020-10-20?11:00??czsc-master\czsc\plot.py
?????文件???????14106??2020-10-20?11:00??czsc-master\czsc\signals.py
?????文件????????2902??2020-10-20?11:00??czsc-master\czsc\ta.py
?????文件????????9295??2020-10-20?11:00??czsc-master\czsc\utils.py
?????目錄???????????0??2020-10-20?11:00??czsc-master\docs\
?????文件??????????44??2020-10-20?11:00??czsc-master\docs\README.md
?????文件????????1658??2020-10-20?11:00??czsc-master\docs\czsc.drawio
?????文件????????1059??2020-10-20?11:00??czsc-master\docs\objs.py
?????文件????????1084??2020-10-20?11:00??czsc-master\docs\單因子分析工具開發文檔.md
?????目錄???????????0??2020-10-20?11:00??czsc-master\examples\
?????文件????????3943??2020-10-20?11:00??czsc-master\examples\combine_with_tushare.py
?????文件????????9695??2020-10-20?11:00??czsc-master\examples\plot.py
............此處省略20個文件信息
- 上一篇:pyqt5窗體數據傳輸簡單
- 下一篇:Ansible 中文手冊
評論
共有 條評論