{
  "name": "@galatea/sdk/client-python",
  "$schema": "../../../../node_modules/nx/schemas/project-schema.json",
  "projectType": "library",
  "sourceRoot": "libs/galatea/sdk/client-python/src",
  "tags": ["scope:galatea", "type:sdk", "lang:python", "galatea:sdk"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "options": {
        "cwd": "libs/galatea/sdk/client-python",
        "commands": ["python3 -m build"]
      },
      "outputs": ["{projectRoot}/dist"]
    },
    "test": {
      "executor": "nx:run-commands",
      "options": {
        "cwd": "libs/galatea/sdk/client-python",
        "commands": ["PYTHONPATH=src python3 -m pytest tests/ -v"]
      }
    },
    "lint": {
      "executor": "nx:run-commands",
      "options": {
        "cwd": "libs/galatea/sdk/client-python",
        "commands": ["python3 -m ruff check src/ tests/"]
      }
    },
    "format": {
      "executor": "nx:run-commands",
      "options": {
        "cwd": "libs/galatea/sdk/client-python",
        "commands": ["python3 -m ruff format src/ tests/"]
      }
    }
  }
}
