Skip to content

Commit f7cae95

Browse files
committed
Add new FastAPI template to README
1 parent 15ad4a1 commit f7cae95

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515

1616
Python 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)

docs/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515

1616
Python 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)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "template"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Python template with CI/CD ready for production"
55
authors = ["leynier <[email protected]>"]
66
homepage = "https://github.com/leynier/python-template"

0 commit comments

Comments
 (0)