Pyzo icon

Pyzo 4.21.0

Python IDE focused on interactivity and introspection

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    pyzo # Pyzo
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    pyzo # Pyzo
  ];
}

Package Definition

{
  "pname": "pyzo",
  "version": "4.21.0",
  "src": {
    "url": "https://github.com/pyzo/pyzo/releases/download/v4.21.0/pyzo-4.21.0-macos_arm64.dmg",
    "sha256": "2b73d1a2a0dc61d144852349e4701c2324d3329fda7bbdd1299a26292abdf973"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/pyzo.app\" && cp -r \"pyzo.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Python IDE focused on interactivity and introspection",
    "homepage": "https://pyzo.org/"
  }
}