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
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ Projects generated with this template come with a comprehensive development tool
90
90
91
91
Beyond development tooling, projects generated with this template include the code, documentation, and configuration of a fully functioning application and service. This reference implementation serves as a starting point for your own business logic with modern patterns and enterprise practices already in place:
92
92
93
-
1. Usable as library with "Hello" module exposing a simple service
93
+
1. Usable as library with "Hello" module exposing a simple service that can say "Hello, world!" and echo utterances.
94
94
2. Command-line interface (CLI) with [Typer](https://typer.tiangolo.com/)
95
95
3. Versioned webservice API with [FastAPI](https://fastapi.tiangolo.com/)
96
96
4.[Interactive Jupyter notebook](https://jupyter.org/) and [reactive Marimo notebook](https://marimo.io/)
@@ -100,8 +100,9 @@ Beyond development tooling, projects generated with this template include the co
100
100
8. Info command enabling to inspect the runtime, compiled settings, and further info provided dynamically by modules
101
101
9. Health endpoint exposing system health dynamically aggregated from all modules and dependencies
102
102
10. Flexible logging and instrumentation, including support for [Sentry](https://sentry.io/) and [Logfire](https://logfire.dev/)
103
-
11. Modular architecture including auto-registration of services, CLI commands and API routes exposed by modules
104
-
12. Documentation including dynamic badges, setup instructions, contribution guide and security policy
103
+
11. Hello service demonstrates use of custom real time metrics collected via Logfire
104
+
12. Modular architecture including auto-registration of services, CLI commands and API routes exposed by modules
105
+
13. Documentation including dynamic badges, setup instructions, contribution guide and security policy
105
106
106
107
Explore [here](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example) for what's generated out of the box.
Copy file name to clipboardExpand all lines: docs/partials/README_main.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Projects generated with this template come with a comprehensive development tool
43
43
44
44
Beyond development tooling, projects generated with this template include the code, documentation, and configuration of a fully functioning application and service. This reference implementation serves as a starting point for your own business logic with modern patterns and enterprise practices already in place:
45
45
46
-
1. Usable as library with "Hello" module exposing a simple service
46
+
1. Usable as library with "Hello" module exposing a simple service that can say "Hello, world!" and echo utterances.
47
47
2. Command-line interface (CLI) with [Typer](https://typer.tiangolo.com/)
48
48
3. Versioned webservice API with [FastAPI](https://fastapi.tiangolo.com/)
49
49
4.[Interactive Jupyter notebook](https://jupyter.org/) and [reactive Marimo notebook](https://marimo.io/)
@@ -53,8 +53,9 @@ Beyond development tooling, projects generated with this template include the co
53
53
8. Info command enabling to inspect the runtime, compiled settings, and further info provided dynamically by modules
54
54
9. Health endpoint exposing system health dynamically aggregated from all modules and dependencies
55
55
10. Flexible logging and instrumentation, including support for [Sentry](https://sentry.io/) and [Logfire](https://logfire.dev/)
56
-
11. Modular architecture including auto-registration of services, CLI commands and API routes exposed by modules
57
-
12. Documentation including dynamic badges, setup instructions, contribution guide and security policy
56
+
11. Hello service demonstrates use of custom real time metrics collected via Logfire
57
+
12. Modular architecture including auto-registration of services, CLI commands and API routes exposed by modules
58
+
13. Documentation including dynamic badges, setup instructions, contribution guide and security policy
58
59
59
60
Explore [here](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example) for what's generated out of the box.
0 commit comments