You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ Python template with CI/CD ready for production
22
22
23
23
## Features
24
24
25
+
### Main Features
26
+
25
27
- Management of dependencies with [Poetry](https://python-poetry.org)
26
28
- Generation of documentation based on Markdown with [Material for Mkdocs](https://squidfunk.github.io/mkdocs-material)
27
29
- Automatic check of the pythonic style with [flake8](https://flake8.pycqa.org), [black](https://black.readthedocs.io) and [isort](https://pycqa.github.io/isort)
@@ -32,4 +34,9 @@ Python template with CI/CD ready for production
32
34
- Automatic publish to [PyPI](https://pypi.org)
33
35
- Automatic dependency update check with [dependabot](https://github.com/dependabot)
34
36
37
+
### FastAPI Features
38
+
39
+
- Configuration for deploy on [Heroku](https://www.heroku.com)
40
+
- Configuration for deploy with [Docker](https://www.docker.com)
41
+
35
42
> All of the above via [GitHub Actions](https://github.com/features/actions) and [GitHub Pages](https://pages.github.com)
Copy file name to clipboardExpand all lines: docs/index.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ Python template with CI/CD ready for production
22
22
23
23
## Features
24
24
25
+
### Main Features
26
+
25
27
- Management of dependencies with [Poetry](https://python-poetry.org)
26
28
- Generation of documentation based on Markdown with [Material for Mkdocs](https://squidfunk.github.io/mkdocs-material)
27
29
- Automatic check of the pythonic style with [flake8](https://flake8.pycqa.org), [black](https://black.readthedocs.io) and [isort](https://pycqa.github.io/isort)
@@ -32,4 +34,9 @@ Python template with CI/CD ready for production
32
34
- Automatic publish to [PyPI](https://pypi.org)
33
35
- Automatic dependency update check with [dependabot](https://github.com/dependabot)
34
36
37
+
### FastAPI Features
38
+
39
+
- Configuration for deploy on [Heroku](https://www.heroku.com)
40
+
- Configuration for deploy with [Docker](https://www.docker.com)
41
+
35
42
> All of the above via [GitHub Actions](https://github.com/features/actions) and [GitHub Pages](https://pages.github.com)
0 commit comments