sator-app


Namesator-app JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryPackage with the application layer for Sator, an open-source vulnerability analysis application.
upload_time2025-03-18 20:33:40
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords package sator app hexagonal architecture
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "sator-app",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "package, sator, app, hexagonal, architecture",
    "author": null,
    "author_email": "Eduard Pinconschi <eduard.pinconschi@tecnico.ulisboa.pt>",
    "download_url": "https://files.pythonhosted.org/packages/98/45/5c15ab82ac3da162a61c34f91f56eda169a401a5b694ea651d3f2a5b2405/sator_app-0.0.1.tar.gz",
    "platform": null,
    "description": "# sator-app\n\nThis package contains the Application Layer for Sator, responsible for orchestrating and managing use cases and \nworkflows. It acts as a bridge between the domain logic and external interfaces, ensuring that business processes are \nexecuted correctly while maintaining a clean separation of concerns. This layer coordinates interactions between the \ndomain, infrastructure, and presentation layers without containing business rules itself.\n\n## Installation\n\n```shell\n$ pip install sator-app\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Package with the application layer for Sator, an open-source vulnerability analysis application.",
    "version": "0.0.1",
    "project_urls": {
        "homepage": "https://github.com/epicosy/sator-app",
        "repository": "https://github.com/epicosy/sator-app"
    },
    "split_keywords": [
        "package",
        " sator",
        " app",
        " hexagonal",
        " architecture"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a660727c1471a05f3e81185151acec6f3a8b49ef7d1fdaea9d817bc71f4e3982",
                "md5": "4744c987bc05376097633f6739b12446",
                "sha256": "942e8906dbb4a8ecff233daaeb1eb0b4c3f86a5c7a18945e88d21b39c61641b6"
            },
            "downloads": -1,
            "filename": "sator_app-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4744c987bc05376097633f6739b12446",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 6757,
            "upload_time": "2025-03-18T20:33:39",
            "upload_time_iso_8601": "2025-03-18T20:33:39.610060Z",
            "url": "https://files.pythonhosted.org/packages/a6/60/727c1471a05f3e81185151acec6f3a8b49ef7d1fdaea9d817bc71f4e3982/sator_app-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "98455c15ab82ac3da162a61c34f91f56eda169a401a5b694ea651d3f2a5b2405",
                "md5": "e4a64fe2ede7c56bb4cf09e1cd9714ee",
                "sha256": "cb47fc929bbb9d09a5bbe1fb4cb8403caf8d072f1cee9024e26f8833c20fb621"
            },
            "downloads": -1,
            "filename": "sator_app-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "e4a64fe2ede7c56bb4cf09e1cd9714ee",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 6881,
            "upload_time": "2025-03-18T20:33:40",
            "upload_time_iso_8601": "2025-03-18T20:33:40.763316Z",
            "url": "https://files.pythonhosted.org/packages/98/45/5c15ab82ac3da162a61c34f91f56eda169a401a5b694ea651d3f2a5b2405/sator_app-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-03-18 20:33:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "epicosy",
    "github_project": "sator-app",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "sator-app"
}
        
Elapsed time: 1.25647s