Skip to content

fluent-qa/daily-python

Repository files navigation

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

About

daily python in mono repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published