{ "name": "cpl-cli", "version": "0.1.0", "type": "console", "license": "MIT", "author": "Sven Heidemann", "description": "CLI for the CPL library", "homepage": "", "keywords": [], "dependencies": { "click": "~8.3.0" }, "devDependencies": { "black": "~25.9" }, "references": [], "main": "cpl/cli/main.py", "directory": "cpl", "build": { "build": "python -m build", "include": [ "_templates/" ], "exclude": [ "**/__pycache__", "**/logs", "**/tests" ] } }