# filetools **Repository Path**: ijfxu/filetools ## Basic Information - **Project Name**: filetools - **Description**: python文件常用工具包 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-24 - **Last Updated**: 2024-05-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: Python ## README # python 工具包 ## 环境 ``` python==3.7.3 ``` ## 安装依赖包 ``` pip install -r requirements.txt ``` ## 构建 ``` python setup.py build ``` ## 发包 ``` python setup.py sdist ``` ## 安装 ``` pip install dist/perutils-xxx.tar.gz ``` ## 本地api文档 ``` python -m pydoc -p 1234 server> b ```