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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ ParamFlow is intentionally minimalist. You define parameters once in a config fi
16
16
17
17
## Features
18
18
-**Layered configuration**: Merge parameters from files, environment variables, and CLI arguments in a defined order. Config file is optional — pure env/args loading is supported.
19
-
-**`.env`auto-discovery**: A `.env`file in the current directory is picked up automatically when no sources are specified.
19
+
-**`.env`support**: `.env`files can be listed explicitly as a source alongside other config files.
20
20
-**Profile support**: Manage multiple named parameter sets; activate one at runtime.
21
21
-**Immutable result**: Parameters are returned as a frozen, attribute-accessible dict fully compatible with the Python `dict` API.
22
22
-**Schema-free type inference**: Types come from the config file values — no annotations required.
0 commit comments