[project] name = "asp-cli" version = "0.5.2" description = "Command line client for Agentic SOC Platform" readme = "README.md" requires-python = ">=3.11" license = "MIT" authors = [ { name = "Agentic SOC Platform contributors" }, ] keywords = ["agentic-soc", "soc", "security", "cli"] classifiers = [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Information Technology", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Topic :: Security", ] dependencies = [ "httpx>=0.28.1", "jmespath>=1.0.1", "pydantic>=2.13.4", "rich>=14.2.0", "typer>=0.20.0", ] [project.urls] Homepage = "https://github.com/FunnyWolf/agentic-soc-platform" Repository = "https://github.com/FunnyWolf/agentic-soc-platform" Issues = "https://github.com/FunnyWolf/agentic-soc-platform/issues" [project.scripts] asp = "asp_cli.main:run" [build-system] requires = ["hatchling>=1.28"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/asp_cli"] [tool.hatch.build.targets.wheel.force-include] "src/asp_cli/spec/operations.json" = "asp_cli/spec/operations.json"