Metadata-Version: 2.4
Name: sator-app
Version: 0.0.4
Summary: Package with the application layer for Sator, an open-source vulnerability analysis application.
Author-email: Eduard Pinconschi <eduard.pinconschi@tecnico.ulisboa.pt>
Project-URL: repository, https://github.com/epicosy/sator-app
Project-URL: homepage, https://github.com/epicosy/sator-app
Keywords: package,sator,app,hexagonal,architecture
Classifier: Topic :: Software Development
Classifier: Programming Language :: Python
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: sator-core>=0.0.6
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: coverage; extra == "test"
Requires-Dist: twine>=1.11.0; extra == "test"
Requires-Dist: setuptools>=38.6.0; extra == "test"
Requires-Dist: wheel>=0.31.0; extra == "test"
Dynamic: license-file

# sator-app

This package contains the Application Layer for Sator, responsible for orchestrating and managing use cases and 
workflows. It acts as a bridge between the domain logic and external interfaces, ensuring that business processes are 
executed correctly while maintaining a clean separation of concerns. This layer coordinates interactions between the 
domain, infrastructure, and presentation layers without containing business rules itself.

## Installation

```shell
$ pip install sator-app
```
