# declare-python **Repository Path**: xiaoyeur/declare-python ## Basic Information - **Project Name**: declare-python - **Description**: 百链报关服务,用于上传、查询海关报关请求 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-25 - **Last Updated**: 2025-08-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 项目Windows环境打包 ### 安装打包工具 ```bash pip install pyinstaller ``` ### 打包命令 ```bash pyinstaller --onefile --windowed .\api\query_api.py ``` ### 测试运行 ```bash python -m api.query_api ```