pythonPackages.diagrams: init at 0.19.1

Add python diagrams library. Generate nice architecture diagrams
with python code, allowing for rapid iteration.

The images are rendered using dot from graphviz.

This PR is based on the upstream GitHub repo for diagrams, which
differs significantly from the tarball published to pypi.

Closes #101532
This commit is contained in:
Nick Bathum
2021-04-10 13:06:35 -04:00
parent e2d7984d8c
commit 5e5a40b1ee
3 changed files with 63 additions and 0 deletions

View File

@@ -1553,6 +1553,8 @@ in {
dftfit = callPackage ../development/python-modules/dftfit { };
diagrams = callPackage ../development/python-modules/diagrams { };
diceware = callPackage ../development/python-modules/diceware { };
dicom2nifti = callPackage ../development/python-modules/dicom2nifti { };