lk tool kit package
- lk 工具包合集,避免重复代码。
- CSVData: csv df to json str
- time_consuming_log: 日志装饰器抽离
- UUIDFilter: log add uuid field
- RedisCache: redis function cache
- compiles_init: SQLAlchemy table_args 分区参数支持
- parse_query_fields: SQLAlchemy 查询字段转化
This project use black, please set
Continuation indent
= 4
Pycharm - File - Settings - Editor - Code Style - Python - Tabs and Indents
Use flake8 to check your code style.
- This project is made by AngusWG/cookiecutter-py-package