Metadata-Version: 2.4
Name: flamapy-fw
Version: 2.6.0.dev0
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.
Author-email: Flamapy <flamapy@us.es>
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://github.com/flamapy/core
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-mock; extra == "dev"
Requires-Dist: prospector; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: coverage; extra == "dev"
Dynamic: license-file

# flamapy-fw

The core framework of [flamapy](https://flamapy.org): the plugin-discovery
mechanism and the base classes (operations, transformations, variability models)
that every flamapy metamodel plugin builds on. It contains no analysis logic by
itself.

**Documentation:** https://docs.flamapy.org/framework

## Installation

```bash
pip install flamapy-fw
```
