Metadata-Version: 2.1
Name: mal-toolbox
Version: 0.0.10
Summary: A collection of tools used to create MAL models and attack graphs.
Author-email: Andrei Buhaiu <buhaiu@kth.se>, Giuseppe Nebbione <nebbione@kth.se>
License: Apache Software License
Project-URL: Homepage, https://github.com/mal-lang/mal-toolbox
Project-URL: Bug Tracker, https://github.com/mal-lang/mal-toolbox/issues
Project-URL: Repository, https://github.com/mal-lang/mal-toolbox
Keywords: mal
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: py2neo >=2021.2.3
Requires-Dist: python-jsonschema-objects >=0.4.1

A collection of python modules to help developers to create and work with MAL
models and attack graphs.

The langue module provides various tools to process MAL languages.

The model module is used to create MAL models.

The attackgraph module contains tools to generate attack graphs from existing
MAL models and analyse MAL attack graphs.
