Two ways to create a new python project:
- create project by copier:
copier copy --trust https://github.com/fluent-qa/fluentqa-pytpl.git my-project
- create project by pdm
mkdir my-project && cd my-project
pdm init https://github.com/fluent-qa/fluentqa-pytpl.git
- qpyconf All in one configuration
- fluentqa-structs for different data format
- qpydao for database operations
- fluentqa-checker for verify
- 30minutes-per-lib python 30 minutes per lib tutorial