Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 819 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 819 Bytes

README

Daily Python Practice Libs.

uv for mono python repo

use uv to manage the project. superfast than pdm and poetry.

uv reference, why use uv? Two key points:

  1. Fast,really fast

uv

  1. easy to manage mono python repo, no need to worry about the dependency conflict

And also similar to pdm and poetry, easy to migrate and understand the concepts.

Project/Lib Structure and Usage

shared folder:

shared
├── qpy-tpl: template project
├── qpyci: ci helper project
├── qpyconf: configuration project
├── qpydao: dao project
├── qpyhelper: helper project to capture api request
└── qpystructs: structures project