Daily Python Practice Libs.
use uv
to manage the project. super fast than pdm and poetry.
uv reference, why use uv? Two key points:
- Fast,really fast
- 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.