Skip to content

Commit

Permalink
Add new FastAPI template to README
Browse files Browse the repository at this point in the history
  • Loading branch information
leynier committed Dec 9, 2020
1 parent 15ad4a1 commit f7cae95
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@

Python template with CI/CD ready for production

## Branches

- [main](https://github.com/leynier/python-template): For packages, console applications and / or command line interfaces implemented with Python
- [fastapi](https://github.com/leynier/python-template/tree/fastapi): For web applications implemented with [FastAPI](https://fastapi.tiangolo.com)

## Features

- Management of dependencies with [Poetry](https://python-poetry.org)
Expand Down
5 changes: 5 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@

Python template with CI/CD ready for production

## Branches

- [main](https://github.com/leynier/python-template): For packages, console applications and / or command line interfaces implemented with Python
- [fastapi](https://github.com/leynier/python-template/tree/fastapi): For web applications implemented with [FastAPI](https://fastapi.tiangolo.com)

## Features

- Management of dependencies with [Poetry](https://python-poetry.org)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "template"
version = "0.2.0"
version = "0.3.0"
description = "Python template with CI/CD ready for production"
authors = ["leynier <[email protected]>"]
homepage = "https://github.com/leynier/python-template"
Expand Down

0 comments on commit f7cae95

Please sign in to comment.