# PythonBoot **Repository Path**: billow_jiang/python-boot ## Basic Information - **Project Name**: PythonBoot - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-31 - **Last Updated**: 2025-08-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PythonBoot 学习Python,构建自己需要的脚手架项目 ### ### 安装依赖 ```shell pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ ``` ### 包、模块介绍 > #### myredis https://www.chajianwo.com/blog-21971.html 1、my_redis.py 创建redis对象后,未进行连接测试;首次读取数据时报错 2、redis_client.py、redis_cluster_client.py 是不是可以考虑定义接口去实现 > #### mykafka > #### mymysql 1、安装peewee ```shell pip install peewee -i https://mirrors.aliyun.com/pypi/simple/ pip install playhouse -i https://mirrors.aliyun.com/pypi/simple/ pip install SQLAlchemy -i https://mirrors.aliyun.com/pypi/simple/ ``` > #### Mongodb 1. pymongo ```shell pip install pymongo -i https://mirrors.aliyun.com/pypi/simple/ ```