generated from container/tmpl
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Julin
2f6c965105
|
2 years ago | |
---|---|---|
.. | ||
app | 2 years ago | |
.gitignore | 2 years ago | |
README.md | 2 years ago | |
config.ini | 2 years ago | |
main.py | 2 years ago | |
requirements.txt | 2 years ago |
README.md
配置文件
config.ini
为项目配置文件。
[clickhouse]
配置节为 ClickHouse 数据库的配置信息:port
为数据库的TCP
端口。password
为数据库密码,如果没有密码,则不需要配置任何值。
[qiniu]
配置节为七牛云的配置信息:access-key
和secret-key
为七牛云密钥。bucket
为七牛云存储空间。domain
为存储空间对应的外链域名。
requirements.txt
项目所需的依赖库。
pip freeze > requirements.txt
打包.exe
文件
使用--distpath
选项指定输出目录的路径。例如,将.exe
文件输出至当前文件夹下:
(venv) E:\WorkSpace\FS-Git\fs-pep-stats-report>pyinstaller -F main.py --distpath=.