# kodes-py **Repository Path**: konghy/kodes-py ## Basic Information - **Project Name**: kodes-py - **Description**: 一些实用的 Python 工具库 - **Primary Language**: Python - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-11-04 - **Last Updated**: 2022-06-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README A utility python code library ============================= Kodes is a utility python code library, 一个实用的 Python 工具库。 ## 子模块: - [utility](./docs/utility.md) 一些实用的函数和类的封装 - [log](./docs/log.md) 着色的、错误日志邮件报告的日志模块 - [retry](./docs/retry.md) 异常重试装饰器 - [daemon](./docs/daemon.md) 守护进程模块 - [shelvedb](./docs/shelvedb.md) 利用 shelve 模块实现一个简单的基于文件的键值数据库 - [struct](./docs/struct.md) 一些扩展的数据结构 - ...... ## 安装: ``` $ pip install -U git+https://github.com/kuanghy/kodes-py.git # 或者 $ cd kodes-py $ pip install --pre -e . ``` ---- *Copyright (c) [Huoty](http://konghy.cn), 2016.11.04*