paramflow 0.3__tar.gz → 0.3.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {paramflow-0.3/paramflow.egg-info → paramflow-0.3.1}/PKG-INFO +6 -6
- {paramflow-0.3 → paramflow-0.3.1}/README.md +5 -5
- {paramflow-0.3 → paramflow-0.3.1/paramflow.egg-info}/PKG-INFO +6 -6
- {paramflow-0.3 → paramflow-0.3.1}/setup.py +1 -1
- {paramflow-0.3 → paramflow-0.3.1}/LICENSE +0 -0
- {paramflow-0.3 → paramflow-0.3.1}/MANIFEST.in +0 -0
- {paramflow-0.3 → paramflow-0.3.1}/paramflow/__init__.py +0 -0
- {paramflow-0.3 → paramflow-0.3.1}/paramflow/__pycache__/__init__.cpython-312.pyc +0 -0
- {paramflow-0.3 → paramflow-0.3.1}/paramflow/__pycache__/convert.cpython-312.pyc +0 -0
- {paramflow-0.3 → paramflow-0.3.1}/paramflow/__pycache__/frozen.cpython-312.pyc +0 -0
- {paramflow-0.3 → paramflow-0.3.1}/paramflow/__pycache__/frozen_test.cpython-312-pytest-8.3.4.pyc +0 -0
- {paramflow-0.3 → paramflow-0.3.1}/paramflow/__pycache__/params.cpython-312.pyc +0 -0
- {paramflow-0.3 → paramflow-0.3.1}/paramflow/__pycache__/params_test.cpython-312-pytest-8.3.4.pyc +0 -0
- {paramflow-0.3 → paramflow-0.3.1}/paramflow/__pycache__/parser.cpython-312.pyc +0 -0
- {paramflow-0.3 → paramflow-0.3.1}/paramflow/convert.py +0 -0
- {paramflow-0.3 → paramflow-0.3.1}/paramflow/frozen.py +0 -0
- {paramflow-0.3 → paramflow-0.3.1}/paramflow/params.py +0 -0
- {paramflow-0.3 → paramflow-0.3.1}/paramflow/parser.py +0 -0
- {paramflow-0.3 → paramflow-0.3.1}/paramflow.egg-info/SOURCES.txt +0 -0
- {paramflow-0.3 → paramflow-0.3.1}/paramflow.egg-info/dependency_links.txt +0 -0
- {paramflow-0.3 → paramflow-0.3.1}/paramflow.egg-info/requires.txt +0 -0
- {paramflow-0.3 → paramflow-0.3.1}/paramflow.egg-info/top_level.txt +0 -0
- {paramflow-0.3 → paramflow-0.3.1}/pyproject.toml +0 -0
- {paramflow-0.3 → paramflow-0.3.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: paramflow
|
|
3
|
-
Version: 0.3
|
|
3
|
+
Version: 0.3.1
|
|
4
4
|
Summary: A lightweight library for hyperparameter and configuration management
|
|
5
5
|
Home-page: https://github.com/mduszyk/paramflow
|
|
6
6
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -19,11 +19,11 @@ Dynamic: requires-dist
|
|
|
19
19
|
Dynamic: summary
|
|
20
20
|
|
|
21
21
|
# paramflow
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
22
|
+
ParamFlow is a lightweight and versatile library for managing hyperparameters
|
|
23
|
+
and configurations, tailored for machine learning projects and applications
|
|
24
|
+
requiring layered parameter handling. It merges parameters from multiple
|
|
25
|
+
sources, generates command-line argument parsers, and simplifies parameter
|
|
26
|
+
overrides, providing a seamless and efficient experience.
|
|
27
27
|
|
|
28
28
|
## Features
|
|
29
29
|
- **Layered configuration**: Merge parameters from files, environment variables, and command-line arguments.
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# paramflow
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
2
|
+
ParamFlow is a lightweight and versatile library for managing hyperparameters
|
|
3
|
+
and configurations, tailored for machine learning projects and applications
|
|
4
|
+
requiring layered parameter handling. It merges parameters from multiple
|
|
5
|
+
sources, generates command-line argument parsers, and simplifies parameter
|
|
6
|
+
overrides, providing a seamless and efficient experience.
|
|
7
7
|
|
|
8
8
|
## Features
|
|
9
9
|
- **Layered configuration**: Merge parameters from files, environment variables, and command-line arguments.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: paramflow
|
|
3
|
-
Version: 0.3
|
|
3
|
+
Version: 0.3.1
|
|
4
4
|
Summary: A lightweight library for hyperparameter and configuration management
|
|
5
5
|
Home-page: https://github.com/mduszyk/paramflow
|
|
6
6
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -19,11 +19,11 @@ Dynamic: requires-dist
|
|
|
19
19
|
Dynamic: summary
|
|
20
20
|
|
|
21
21
|
# paramflow
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
22
|
+
ParamFlow is a lightweight and versatile library for managing hyperparameters
|
|
23
|
+
and configurations, tailored for machine learning projects and applications
|
|
24
|
+
requiring layered parameter handling. It merges parameters from multiple
|
|
25
|
+
sources, generates command-line argument parsers, and simplifies parameter
|
|
26
|
+
overrides, providing a seamless and efficient experience.
|
|
27
27
|
|
|
28
28
|
## Features
|
|
29
29
|
- **Layered configuration**: Merge parameters from files, environment variables, and command-line arguments.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{paramflow-0.3 → paramflow-0.3.1}/paramflow/__pycache__/frozen_test.cpython-312-pytest-8.3.4.pyc
RENAMED
|
File without changes
|
|
File without changes
|
{paramflow-0.3 → paramflow-0.3.1}/paramflow/__pycache__/params_test.cpython-312-pytest-8.3.4.pyc
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|