feat(FN-002): complete Step 4 — Documentation Structure and Environment Examples

This commit is contained in:
Fusion
2026-05-14 01:40:58 +02:00
parent 9eaf4cfa36
commit 1f1c95cdde
10 changed files with 478 additions and 34 deletions
@@ -1,13 +0,0 @@
Metadata-Version: 2.4
Name: headquarter-api
Version: 0.0.1
Summary: Headquarter FastAPI backend
Requires-Python: >=3.11
Requires-Dist: fastapi>=0.115.0
Requires-Dist: uvicorn[standard]>=0.34.0
Requires-Dist: pydantic-settings>=2.8.0
Provides-Extra: dev
Requires-Dist: pytest>=8.3.0; extra == "dev"
Requires-Dist: httpx>=0.28.0; extra == "dev"
Requires-Dist: ruff>=0.11.0; extra == "dev"
Requires-Dist: mypy>=1.15.0; extra == "dev"
@@ -1,10 +0,0 @@
pyproject.toml
app/__init__.py
app/config.py
app/main.py
headquarter_api.egg-info/PKG-INFO
headquarter_api.egg-info/SOURCES.txt
headquarter_api.egg-info/dependency_links.txt
headquarter_api.egg-info/requires.txt
headquarter_api.egg-info/top_level.txt
tests/test_health.py
@@ -1 +0,0 @@
@@ -1,9 +0,0 @@
fastapi>=0.115.0
uvicorn[standard]>=0.34.0
pydantic-settings>=2.8.0
[dev]
pytest>=8.3.0
httpx>=0.28.0
ruff>=0.11.0
mypy>=1.15.0
@@ -1 +0,0 @@
app