https://github.com/fluent-qa/daily-python
Python Daily Tools for QA/Dev/LLM-Dev
https://github.com/fluent-qa/daily-python
Last synced: 2 months ago
JSON representation
Python Daily Tools for QA/Dev/LLM-Dev
- Host: GitHub
- URL: https://github.com/fluent-qa/daily-python
- Owner: fluent-qa
- Created: 2024-06-28T06:48:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-11T03:45:34.000Z (almost 2 years ago)
- Last Synced: 2024-07-11T08:38:31.481Z (almost 2 years ago)
- Language: Python
- Homepage: https://qdriven.docs.buildwithfern.com
- Size: 441 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
Daily Python Practice Libs.
## ```uv``` for mono python repo
use ```uv``` to manage the project. superfast than pdm and poetry.
[uv reference](https://docs.astral.sh/uv/), why use uv? Two key points:
1. Fast,really fast

2. 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
```
## Agent
Crew only works for python3.11 right now.