1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: python-diagrams
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: debhelper-compat (= 13), dh-python, python3-setuptools, python3-all,
python3-graphviz
Standards-Version: 4.5.1
Homepage: https://diagrams.mingrammer.com/
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-diagrams
Vcs-Git: https://salsa.debian.org/python-team/packages/python-diagrams.git
Testsuite: autopkgtest-pkg-python
Package: python3-diagrams
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Code for prototyping cloud system architectures (Python 3)
Diagrams lets you draw the cloud system architecture in Python code.
It was born for prototyping a new system architecture design without
any design tools. You can also describe or visualize the existing
system architecture as well. Diagrams currently supports six major
providers: AWS, Azure, GCP, Kubernetes, Alibaba Cloud and Oracle
Cloud. It now also supports On-Premise nodes.
.
This package installs the library for Python 3.
|