File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Bootstrap python service
2
2
[ ![ CI Pipeline] ( https://github.com/febus982/bootstrap-python-fastapi/actions/workflows/ci-pipeline.yml/badge.svg )] ( https://github.com/febus982/bootstrap-python-fastapi/actions/workflows/ci-pipeline.yml )
3
3
[ ![ Python tests] ( https://github.com/febus982/bootstrap-python-fastapi/actions/workflows/python-tests.yml/badge.svg?branch=main )] ( https://github.com/febus982/bootstrap-python-fastapi/actions/workflows/python-tests.yml )
4
- [ ![ Bandit checks] ( https://github.com/febus982/bootstrap-python-fastapi/actions/workflows/python-bandit.yml/badge.svg?branch=main )] ( https://github.com/febus982/bootstrap-python-fastapi/actions/workflows/python-bandit.yml )
5
-
6
- [ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/a2ab183e64778e21ae14/maintainability )] ( https://codeclimate.com/github/febus982/bootstrap-python-fastapi/maintainability )
7
4
[ ![ Test Coverage] ( https://api.codeclimate.com/v1/badges/a2ab183e64778e21ae14/test_coverage )] ( https://codeclimate.com/github/febus982/bootstrap-python-fastapi/test_coverage )
8
- [ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
5
+ [ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/a2ab183e64778e21ae14/maintainability )] ( https://codeclimate.com/github/febus982/bootstrap-python-fastapi/maintainability )
6
+
7
+ [ ![ Checked with mypy] ( https://www.mypy-lang.org/static/mypy_badge.svg )] ( https://mypy-lang.org/ )
9
8
[ ![ Ruff] ( https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v1.json )] ( https://github.com/charliermarsh/ruff )
9
+ [ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
10
+ [ ![ security: bandit] ( https://img.shields.io/badge/security-bandit-yellow.svg )] ( https://github.com/PyCQA/bandit )
10
11
11
12
This is an example implementation of microservice applying
12
13
concepts from [ Clean Architecture] ( https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html )
Original file line number Diff line number Diff line change 1
1
# Bootstrap python service
2
2
[ ![ CI Pipeline] ( https://github.com/febus982/bootstrap-python-fastapi/actions/workflows/ci-pipeline.yml/badge.svg )] ( https://github.com/febus982/bootstrap-python-fastapi/actions/workflows/ci-pipeline.yml )
3
3
[ ![ Python tests] ( https://github.com/febus982/bootstrap-python-fastapi/actions/workflows/python-tests.yml/badge.svg?branch=main )] ( https://github.com/febus982/bootstrap-python-fastapi/actions/workflows/python-tests.yml )
4
- [ ![ Bandit checks] ( https://github.com/febus982/bootstrap-python-fastapi/actions/workflows/python-bandit.yml/badge.svg?branch=main )] ( https://github.com/febus982/bootstrap-python-fastapi/actions/workflows/python-bandit.yml )
5
-
6
- [ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/a2ab183e64778e21ae14/maintainability )] ( https://codeclimate.com/github/febus982/bootstrap-python-fastapi/maintainability )
7
4
[ ![ Test Coverage] ( https://api.codeclimate.com/v1/badges/a2ab183e64778e21ae14/test_coverage )] ( https://codeclimate.com/github/febus982/bootstrap-python-fastapi/test_coverage )
8
- [ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
5
+ [ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/a2ab183e64778e21ae14/maintainability )] ( https://codeclimate.com/github/febus982/bootstrap-python-fastapi/maintainability )
6
+
7
+ [ ![ Checked with mypy] ( https://www.mypy-lang.org/static/mypy_badge.svg )] ( https://mypy-lang.org/ )
9
8
[ ![ Ruff] ( https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v1.json )] ( https://github.com/charliermarsh/ruff )
9
+ [ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
10
+ [ ![ security: bandit] ( https://img.shields.io/badge/security-bandit-yellow.svg )] ( https://github.com/PyCQA/bandit )
10
11
11
12
This is an example implementation of microservice applying
12
13
concepts from [ Clean Architecture] ( https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html )
You can’t perform that action at this time.
0 commit comments