12 buildPythonPackage rec {
15 format = "setuptools";
18 inherit pname version;
19 sha256 = "36e033ebbbe5aca0fab031ffaf3611d5bc5c50237df68ff81bb95f8be353a1ee";
22 propagatedBuildInputs = [
30 # No tests in pypi source
34 homepage = "https://github.com/aaren/notedown";
35 description = "Convert IPython Notebooks to markdown (and back)";
36 mainProgram = "notedown";
37 license = lib.licenses.bsd2;
38 maintainers = with lib.maintainers; [ vcanadi ];