omegaconf 2.3.0.dev2__tar.gz → 2.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.
- {omegaconf-2.3.0.dev2/omegaconf.egg-info → omegaconf-2.3.1}/PKG-INFO +32 -8
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/README.md +16 -6
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/grammar/gen/OmegaConfGrammarLexer.py +1 -1
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/grammar/gen/OmegaConfGrammarParser.py +1 -1
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/grammar/gen/OmegaConfGrammarParserListener.py +1 -1
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/grammar/gen/OmegaConfGrammarParserVisitor.py +1 -1
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/version.py +1 -1
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1/omegaconf.egg-info}/PKG-INFO +32 -8
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/setup.py +3 -3
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/LICENSE +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/MANIFEST.in +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/build_helpers/__init__.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/build_helpers/bin/antlr-4.9.3-complete.jar +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/build_helpers/build_helpers.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/build_helpers/test_helpers.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/__init__.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/_impl.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/_utils.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/base.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/basecontainer.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/dictconfig.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/errors.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/grammar/OmegaConfGrammarLexer.g4 +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/grammar/OmegaConfGrammarParser.g4 +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/grammar/__init__.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/grammar/gen/__init__.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/grammar_parser.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/grammar_visitor.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/listconfig.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/nodes.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/omegaconf.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/py.typed +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/resolvers/__init__.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/resolvers/oc/__init__.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/resolvers/oc/dict.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf.egg-info/SOURCES.txt +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf.egg-info/dependency_links.txt +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf.egg-info/requires.txt +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf.egg-info/top_level.txt +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/pydevd_plugins/__init__.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/pydevd_plugins/extensions/__init__.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/pydevd_plugins/extensions/pydevd_plugin_omegaconf.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/pyproject.toml +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/requirements/base.txt +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/setup.cfg +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/__init__.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/conftest.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/data/2.0.6.pickle +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/data/2.1.0.rc1.pickle +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/data/load.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/data/save.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/examples/__init__.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/examples/dataclass_postponed_annotations.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/examples/test_dataclass_example.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/examples/test_postponed_annotations.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/interpolation/__init__.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/interpolation/built_in_resolvers/__init__.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/interpolation/built_in_resolvers/test_oc_create.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/interpolation/built_in_resolvers/test_oc_decode.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/interpolation/built_in_resolvers/test_oc_deprecated.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/interpolation/built_in_resolvers/test_oc_dict.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/interpolation/built_in_resolvers/test_oc_env.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/interpolation/built_in_resolvers/test_oc_select.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/interpolation/test_custom_resolvers.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/interpolation/test_interpolation.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/structured_conf/__init__.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/structured_conf/data/__init__.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/structured_conf/data/attr_classes.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/structured_conf/data/dataclasses.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/structured_conf/data/dataclasses_pre_311.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/structured_conf/test_structured_basic.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/structured_conf/test_structured_config.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_base_config.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_basic_ops_dict.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_basic_ops_list.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_compare_dictconfig_vs_dict.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_config_eq.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_create.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_errors.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_get_full_key.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_grammar.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_matrix.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_merge.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_nested_containers.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_nodes.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_omegaconf.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_pydev_resolver_plugin.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_readonly.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_select.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_serialization.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_struct.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_to_container.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_to_yaml.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_unions.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_update.py +0 -0
- {omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/test_utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: omegaconf
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.1
|
|
4
4
|
Summary: A flexible configuration library
|
|
5
5
|
Home-page: https://github.com/omry/omegaconf
|
|
6
6
|
Author: Omry Yadan
|
|
@@ -17,6 +17,20 @@ Classifier: Operating System :: OS Independent
|
|
|
17
17
|
Requires-Python: >=3.6
|
|
18
18
|
Description-Content-Type: text/markdown
|
|
19
19
|
License-File: LICENSE
|
|
20
|
+
Requires-Dist: antlr4-python3-runtime==4.9.*
|
|
21
|
+
Requires-Dist: PyYAML>=5.1.0
|
|
22
|
+
Requires-Dist: dataclasses; python_version == "3.6"
|
|
23
|
+
Dynamic: author
|
|
24
|
+
Dynamic: author-email
|
|
25
|
+
Dynamic: classifier
|
|
26
|
+
Dynamic: description
|
|
27
|
+
Dynamic: description-content-type
|
|
28
|
+
Dynamic: home-page
|
|
29
|
+
Dynamic: keywords
|
|
30
|
+
Dynamic: license-file
|
|
31
|
+
Dynamic: requires-dist
|
|
32
|
+
Dynamic: requires-python
|
|
33
|
+
Dynamic: summary
|
|
20
34
|
|
|
21
35
|
# OmegaConf
|
|
22
36
|
| | Description |
|
|
@@ -31,16 +45,26 @@ providing a consistent API regardless of how the configuration was created.
|
|
|
31
45
|
|
|
32
46
|
## Releases
|
|
33
47
|
|
|
34
|
-
### Stable (2.
|
|
35
|
-
OmegaConf 2.
|
|
36
|
-
* [What's new](https://github.com/omry/omegaconf/releases/tag/v2.
|
|
37
|
-
* [Documentation](https://omegaconf.readthedocs.io/en/2.
|
|
38
|
-
* [Source code](https://github.com/omry/omegaconf/tree/2.
|
|
48
|
+
### Stable (2.3)
|
|
49
|
+
OmegaConf 2.3 is the current stable version.
|
|
50
|
+
* [What's new](https://github.com/omry/omegaconf/releases/tag/v2.3.0)
|
|
51
|
+
* [Documentation](https://omegaconf.readthedocs.io/en/2.3_branch/)
|
|
52
|
+
* [Source code](https://github.com/omry/omegaconf/tree/2.3_branch)
|
|
39
53
|
|
|
40
54
|
Install with `pip install --upgrade omegaconf`
|
|
41
55
|
|
|
56
|
+
### Previous release (2.2)
|
|
57
|
+
|
|
58
|
+
* [What's new](https://github.com/omry/omegaconf/releases/tag/v2.1.1)
|
|
59
|
+
* [Documentation](https://omegaconf.readthedocs.io/en/2.1_branch/)
|
|
60
|
+
* [Slides](https://docs.google.com/presentation/d/e/2PACX-1vT_UIV7hCnquIbLUm4NnkUpXvPEh33IKiUEvPRF850WKA8opOlZOszjKdZ3tPmf8u7hGNP6HpqS-NT5/pub?start=false&loop=false&delayms=3000)
|
|
61
|
+
* [Source code](https://github.com/omry/omegaconf/tree/2.1_branch)
|
|
62
|
+
|
|
63
|
+
Install with `pip install omegaconf==2.1`
|
|
64
|
+
|
|
65
|
+
|
|
42
66
|
### Previous release (2.1)
|
|
43
|
-
|
|
67
|
+
|
|
44
68
|
* [What's new](https://github.com/omry/omegaconf/releases/tag/v2.1.1)
|
|
45
69
|
* [Documentation](https://omegaconf.readthedocs.io/en/2.1_branch/)
|
|
46
70
|
* [Slides](https://docs.google.com/presentation/d/e/2PACX-1vT_UIV7hCnquIbLUm4NnkUpXvPEh33IKiUEvPRF850WKA8opOlZOszjKdZ3tPmf8u7hGNP6HpqS-NT5/pub?start=false&loop=false&delayms=3000)
|
|
@@ -11,16 +11,26 @@ providing a consistent API regardless of how the configuration was created.
|
|
|
11
11
|
|
|
12
12
|
## Releases
|
|
13
13
|
|
|
14
|
-
### Stable (2.
|
|
15
|
-
OmegaConf 2.
|
|
16
|
-
* [What's new](https://github.com/omry/omegaconf/releases/tag/v2.
|
|
17
|
-
* [Documentation](https://omegaconf.readthedocs.io/en/2.
|
|
18
|
-
* [Source code](https://github.com/omry/omegaconf/tree/2.
|
|
14
|
+
### Stable (2.3)
|
|
15
|
+
OmegaConf 2.3 is the current stable version.
|
|
16
|
+
* [What's new](https://github.com/omry/omegaconf/releases/tag/v2.3.0)
|
|
17
|
+
* [Documentation](https://omegaconf.readthedocs.io/en/2.3_branch/)
|
|
18
|
+
* [Source code](https://github.com/omry/omegaconf/tree/2.3_branch)
|
|
19
19
|
|
|
20
20
|
Install with `pip install --upgrade omegaconf`
|
|
21
21
|
|
|
22
|
+
### Previous release (2.2)
|
|
23
|
+
|
|
24
|
+
* [What's new](https://github.com/omry/omegaconf/releases/tag/v2.1.1)
|
|
25
|
+
* [Documentation](https://omegaconf.readthedocs.io/en/2.1_branch/)
|
|
26
|
+
* [Slides](https://docs.google.com/presentation/d/e/2PACX-1vT_UIV7hCnquIbLUm4NnkUpXvPEh33IKiUEvPRF850WKA8opOlZOszjKdZ3tPmf8u7hGNP6HpqS-NT5/pub?start=false&loop=false&delayms=3000)
|
|
27
|
+
* [Source code](https://github.com/omry/omegaconf/tree/2.1_branch)
|
|
28
|
+
|
|
29
|
+
Install with `pip install omegaconf==2.1`
|
|
30
|
+
|
|
31
|
+
|
|
22
32
|
### Previous release (2.1)
|
|
23
|
-
|
|
33
|
+
|
|
24
34
|
* [What's new](https://github.com/omry/omegaconf/releases/tag/v2.1.1)
|
|
25
35
|
* [Documentation](https://omegaconf.readthedocs.io/en/2.1_branch/)
|
|
26
36
|
* [Slides](https://docs.google.com/presentation/d/e/2PACX-1vT_UIV7hCnquIbLUm4NnkUpXvPEh33IKiUEvPRF850WKA8opOlZOszjKdZ3tPmf8u7hGNP6HpqS-NT5/pub?start=false&loop=false&delayms=3000)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Generated from /home/
|
|
1
|
+
# Generated from /home/omry/dev/omegaconf/omegaconf/grammar/OmegaConfGrammarParser.g4 by ANTLR 4.9.3
|
|
2
2
|
# encoding: utf-8
|
|
3
3
|
from antlr4 import *
|
|
4
4
|
from io import StringIO
|
{omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/grammar/gen/OmegaConfGrammarParserListener.py
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Generated from /home/
|
|
1
|
+
# Generated from /home/omry/dev/omegaconf/omegaconf/grammar/OmegaConfGrammarParser.g4 by ANTLR 4.9.3
|
|
2
2
|
from antlr4 import *
|
|
3
3
|
if __name__ is not None and "." in __name__:
|
|
4
4
|
from .OmegaConfGrammarParser import OmegaConfGrammarParser
|
{omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/omegaconf/grammar/gen/OmegaConfGrammarParserVisitor.py
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Generated from /home/
|
|
1
|
+
# Generated from /home/omry/dev/omegaconf/omegaconf/grammar/OmegaConfGrammarParser.g4 by ANTLR 4.9.3
|
|
2
2
|
from antlr4 import *
|
|
3
3
|
if __name__ is not None and "." in __name__:
|
|
4
4
|
from .OmegaConfGrammarParser import OmegaConfGrammarParser
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: omegaconf
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.1
|
|
4
4
|
Summary: A flexible configuration library
|
|
5
5
|
Home-page: https://github.com/omry/omegaconf
|
|
6
6
|
Author: Omry Yadan
|
|
@@ -17,6 +17,20 @@ Classifier: Operating System :: OS Independent
|
|
|
17
17
|
Requires-Python: >=3.6
|
|
18
18
|
Description-Content-Type: text/markdown
|
|
19
19
|
License-File: LICENSE
|
|
20
|
+
Requires-Dist: antlr4-python3-runtime==4.9.*
|
|
21
|
+
Requires-Dist: PyYAML>=5.1.0
|
|
22
|
+
Requires-Dist: dataclasses; python_version == "3.6"
|
|
23
|
+
Dynamic: author
|
|
24
|
+
Dynamic: author-email
|
|
25
|
+
Dynamic: classifier
|
|
26
|
+
Dynamic: description
|
|
27
|
+
Dynamic: description-content-type
|
|
28
|
+
Dynamic: home-page
|
|
29
|
+
Dynamic: keywords
|
|
30
|
+
Dynamic: license-file
|
|
31
|
+
Dynamic: requires-dist
|
|
32
|
+
Dynamic: requires-python
|
|
33
|
+
Dynamic: summary
|
|
20
34
|
|
|
21
35
|
# OmegaConf
|
|
22
36
|
| | Description |
|
|
@@ -31,16 +45,26 @@ providing a consistent API regardless of how the configuration was created.
|
|
|
31
45
|
|
|
32
46
|
## Releases
|
|
33
47
|
|
|
34
|
-
### Stable (2.
|
|
35
|
-
OmegaConf 2.
|
|
36
|
-
* [What's new](https://github.com/omry/omegaconf/releases/tag/v2.
|
|
37
|
-
* [Documentation](https://omegaconf.readthedocs.io/en/2.
|
|
38
|
-
* [Source code](https://github.com/omry/omegaconf/tree/2.
|
|
48
|
+
### Stable (2.3)
|
|
49
|
+
OmegaConf 2.3 is the current stable version.
|
|
50
|
+
* [What's new](https://github.com/omry/omegaconf/releases/tag/v2.3.0)
|
|
51
|
+
* [Documentation](https://omegaconf.readthedocs.io/en/2.3_branch/)
|
|
52
|
+
* [Source code](https://github.com/omry/omegaconf/tree/2.3_branch)
|
|
39
53
|
|
|
40
54
|
Install with `pip install --upgrade omegaconf`
|
|
41
55
|
|
|
56
|
+
### Previous release (2.2)
|
|
57
|
+
|
|
58
|
+
* [What's new](https://github.com/omry/omegaconf/releases/tag/v2.1.1)
|
|
59
|
+
* [Documentation](https://omegaconf.readthedocs.io/en/2.1_branch/)
|
|
60
|
+
* [Slides](https://docs.google.com/presentation/d/e/2PACX-1vT_UIV7hCnquIbLUm4NnkUpXvPEh33IKiUEvPRF850WKA8opOlZOszjKdZ3tPmf8u7hGNP6HpqS-NT5/pub?start=false&loop=false&delayms=3000)
|
|
61
|
+
* [Source code](https://github.com/omry/omegaconf/tree/2.1_branch)
|
|
62
|
+
|
|
63
|
+
Install with `pip install omegaconf==2.1`
|
|
64
|
+
|
|
65
|
+
|
|
42
66
|
### Previous release (2.1)
|
|
43
|
-
|
|
67
|
+
|
|
44
68
|
* [What's new](https://github.com/omry/omegaconf/releases/tag/v2.1.1)
|
|
45
69
|
* [Documentation](https://omegaconf.readthedocs.io/en/2.1_branch/)
|
|
46
70
|
* [Slides](https://docs.google.com/presentation/d/e/2PACX-1vT_UIV7hCnquIbLUm4NnkUpXvPEh33IKiUEvPRF850WKA8opOlZOszjKdZ3tPmf8u7hGNP6HpqS-NT5/pub?start=false&loop=false&delayms=3000)
|
|
@@ -10,7 +10,6 @@ OmegaConf setup
|
|
|
10
10
|
"""
|
|
11
11
|
import pathlib
|
|
12
12
|
|
|
13
|
-
import pkg_resources
|
|
14
13
|
import setuptools
|
|
15
14
|
|
|
16
15
|
from build_helpers.build_helpers import (
|
|
@@ -24,8 +23,9 @@ from build_helpers.build_helpers import (
|
|
|
24
23
|
|
|
25
24
|
with pathlib.Path("requirements/base.txt").open() as requirements_txt:
|
|
26
25
|
install_requires = [
|
|
27
|
-
|
|
28
|
-
for
|
|
26
|
+
line.split("#")[0].strip()
|
|
27
|
+
for line in requirements_txt
|
|
28
|
+
if line.split("#")[0].strip()
|
|
29
29
|
]
|
|
30
30
|
|
|
31
31
|
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/pydevd_plugins/extensions/pydevd_plugin_omegaconf.py
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/interpolation/built_in_resolvers/test_oc_create.py
RENAMED
|
File without changes
|
{omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/interpolation/built_in_resolvers/test_oc_decode.py
RENAMED
|
File without changes
|
|
File without changes
|
{omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/interpolation/built_in_resolvers/test_oc_dict.py
RENAMED
|
File without changes
|
{omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/interpolation/built_in_resolvers/test_oc_env.py
RENAMED
|
File without changes
|
{omegaconf-2.3.0.dev2 → omegaconf-2.3.1}/tests/interpolation/built_in_resolvers/test_oc_select.py
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
|
|
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
|
|
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
|