pydev

pydev is an opinionated environment for developing Python packages.

Installation

To use these options, add to your flake inputs:

pydev.url = "github:oceansprint/pydev";

and inside the mkFlake:

imports = [
  inputs.pydev.flakeModule
];

Run nix flake lock and you're set.

Options

pydev.extraTestDependencies

Extra dependencies for tests.

Type: list of string

Declared by:

pydev.supportedPythons

Supported Python versions.

Type: list of string

Declared by: