flamapy-fw 2.0.0.dev0__tar.gz → 2.0.0.dev1__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.
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/PKG-INFO +1 -1
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/metamodels/configuration_metamodel/models/configuration.py +2 -5
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/metamodels/configuration_metamodel/transformations/configuration_basic_reader.py +1 -1
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy_fw.egg-info/PKG-INFO +1 -1
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/setup.py +1 -1
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/README.md +0 -0
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/commands/__init__.py +0 -0
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/core/__init__.py +0 -0
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/core/config.py +0 -0
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/core/discover.py +0 -0
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/core/exceptions.py +0 -0
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/core/models/__init__.py +0 -0
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/core/models/ast.py +0 -0
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/core/models/variability_model.py +0 -0
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/core/operations/__init__.py +0 -0
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/core/operations/abstract_operation.py +0 -0
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/core/operations/atomic_sets.py +0 -0
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/core/operations/average_branching_factor.py +0 -0
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/core/operations/commonality.py +0 -0
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/core/operations/configurations.py +0 -0
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/core/operations/configurations_number.py +0 -0
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/core/operations/core_features.py +0 -0
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/core/operations/count_leafs.py +0 -0
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/core/operations/dead_features.py +0 -0
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/core/operations/error_detection.py +0 -0
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/core/operations/error_diagnosis.py +0 -0
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/core/operations/estimated_configurations_number.py +0 -0
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/core/operations/false_optional_features.py +0 -0
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/core/operations/filter.py +0 -0
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/core/operations/metrics_operation.py +0 -0
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/core/operations/sampling.py +0 -0
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/core/operations/satisfiable.py +0 -0
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/core/operations/satisfiable_configuration.py +0 -0
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/core/operations/variability.py +0 -0
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/core/plugins.py +0 -0
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/core/transformations/__init__.py +0 -0
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/core/transformations/abstract_transformation.py +0 -0
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/core/transformations/model_to_model.py +0 -0
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/core/transformations/model_to_text.py +0 -0
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/core/transformations/text_to_model.py +0 -0
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/core/utils.py +0 -0
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/endpoint/diverso_lab.py +0 -0
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/metamodels/configuration_metamodel/__init__.py +0 -0
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/metamodels/configuration_metamodel/models/__init__.py +0 -0
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/metamodels/configuration_metamodel/transformations/__init__.py +0 -0
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy_fw.egg-info/SOURCES.txt +0 -0
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy_fw.egg-info/dependency_links.txt +0 -0
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy_fw.egg-info/entry_points.txt +0 -0
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy_fw.egg-info/requires.txt +0 -0
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy_fw.egg-info/top_level.txt +0 -0
- {flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: flamapy-fw
|
|
3
|
-
Version: 2.0.0.
|
|
3
|
+
Version: 2.0.0.dev1
|
|
4
4
|
Summary: Flamapy is a Python-based AAFM framework that takes into consideration previous AAFM tool designs and enables multi-solver and multi-metamodel support for the integration of AAFM tooling on the Python ecosystem.
|
|
5
5
|
Home-page: https://github.com/flamapy/core
|
|
6
6
|
Author: Flamapy
|
|
@@ -8,7 +8,7 @@ class Configuration(VariabilityModel):
|
|
|
8
8
|
def get_extension() -> str:
|
|
9
9
|
return 'configuration'
|
|
10
10
|
|
|
11
|
-
def __init__(self, elements: dict[
|
|
11
|
+
def __init__(self, elements: dict[Any, bool]) -> None:
|
|
12
12
|
self.elements = elements
|
|
13
13
|
|
|
14
14
|
def get_selected_elements(self) -> list[Any]:
|
|
@@ -23,10 +23,7 @@ class Configuration(VariabilityModel):
|
|
|
23
23
|
return hash(frozenset(self.elements.items()))
|
|
24
24
|
|
|
25
25
|
def __str__(self) -> str:
|
|
26
|
-
return ', '.join([e
|
|
26
|
+
return ', '.join([str(e) for e in self.get_selected_elements()])
|
|
27
27
|
|
|
28
28
|
def __iter__(self):
|
|
29
29
|
return iter(self.elements)
|
|
30
|
-
|
|
31
|
-
def has(self, name: str) -> bool:
|
|
32
|
-
return any(name == element.name for element in self.elements.keys())
|
|
@@ -20,7 +20,7 @@ class ConfigurationBasicReader(TextToModel):
|
|
|
20
20
|
csv_reader = self.get_configuration_from_csv(self._path)
|
|
21
21
|
elements = {}
|
|
22
22
|
for row in csv_reader:
|
|
23
|
-
elements[
|
|
23
|
+
elements[row[0]] = True
|
|
24
24
|
return Configuration(elements)
|
|
25
25
|
|
|
26
26
|
def get_configuration_from_csv(self, path: str) -> list[list[str]]:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: flamapy-fw
|
|
3
|
-
Version: 2.0.0.
|
|
3
|
+
Version: 2.0.0.dev1
|
|
4
4
|
Summary: Flamapy is a Python-based AAFM framework that takes into consideration previous AAFM tool designs and enables multi-solver and multi-metamodel support for the integration of AAFM tooling on the Python ecosystem.
|
|
5
5
|
Home-page: https://github.com/flamapy/core
|
|
6
6
|
Author: Flamapy
|
|
@@ -7,7 +7,7 @@ with open("README.md", "r") as fh:
|
|
|
7
7
|
|
|
8
8
|
setuptools.setup(
|
|
9
9
|
name="flamapy-fw",
|
|
10
|
-
version="2.0.0.
|
|
10
|
+
version="2.0.0.dev1",
|
|
11
11
|
author="Flamapy",
|
|
12
12
|
author_email="flamapy@us.es",
|
|
13
13
|
description="Flamapy is a Python-based AAFM framework that takes into consideration previous AAFM tool designs and enables multi-solver and multi-metamodel support for the integration of AAFM tooling on the Python ecosystem.",
|
|
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
|
{flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/core/operations/abstract_operation.py
RENAMED
|
File without changes
|
|
File without changes
|
{flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/core/operations/average_branching_factor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/core/operations/configurations_number.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/core/operations/false_optional_features.py
RENAMED
|
File without changes
|
|
File without changes
|
{flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/core/operations/metrics_operation.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/core/operations/satisfiable_configuration.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/core/transformations/model_to_model.py
RENAMED
|
File without changes
|
{flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/core/transformations/model_to_text.py
RENAMED
|
File without changes
|
{flamapy-fw-2.0.0.dev0 → flamapy-fw-2.0.0.dev1}/flamapy/core/transformations/text_to_model.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
|