File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed
Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1515
1616Python template with CI/CD ready for production
1717
18+ ## Branches
19+
20+ - [ main] ( https://github.com/leynier/python-template ) : For packages, console applications and / or command line interfaces implemented with Python
21+ - [ fastapi] ( https://github.com/leynier/python-template/tree/fastapi ) : For web applications implemented with [ FastAPI] ( https://fastapi.tiangolo.com )
22+
1823## Features
1924
2025- Management of dependencies with [ Poetry] ( https://python-poetry.org )
Original file line number Diff line number Diff line change 1515
1616Python template with CI/CD ready for production
1717
18+ ## Branches
19+
20+ - [ main] ( https://github.com/leynier/python-template ) : For packages, console applications and / or command line interfaces implemented with Python
21+ - [ fastapi] ( https://github.com/leynier/python-template/tree/fastapi ) : For web applications implemented with [ FastAPI] ( https://fastapi.tiangolo.com )
22+
1823## Features
1924
2025- Management of dependencies with [ Poetry] ( https://python-poetry.org )
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " template"
3- version = " 0.2 .0"
3+ version = " 0.3 .0"
44description = " Python template with CI/CD ready for production"
55authors = [" leynier <leynier41@gmail.com>" ]
66homepage = " https://github.com/leynier/python-template"
You can’t perform that action at this time.
0 commit comments