Pyzo icon

Pyzo 4.19.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.19.0",
  "src": {
    "url": "https://github.com/pyzo/pyzo/releases/download/v4.19.0/pyzo-4.19.0-macos_arm64.dmg",
    "sha256": "38cf58c8dc8e76cc80b40181ccf6dac397f6357f07d85342f9e8483039f1fa61"
  },
  "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/"
  }
}