noderenderer plugin for blockdiag
Project description
======================
blockdiagcontrib-cisco
======================
A plugin for `blockdiag` that provides shapes for networking.
The shapes are using `Network Topology Icons`_ designed by `Cisco Systems, Inc`_ .
.. _Network Topology Icons: http://www.cisco.com/web/about/ac50/ac47/2.html
.. _Cisco Systems, Inc: http://www.cisco.com/
Diagram examples
================
`blockdiagcontrib-cisco` renders network icon as node's shape.
Example::
diagram admin {
A [shape = "cisco.router"];
}
.. blockdiag::
diagram admin {
A [shape = "cisco.router"];
}
Or, use `shape_namespace` keyword::
diagram admin {
shape_namespace = "cisco";
A [shape = "router"];
}
.. blockdiag::
diagram admin {
shape_namespace = "cisco";
A [shape = "router"];
}
See more examples and output images in http://packages.python.org/blockdiagcontrib-cisco/ .
Requirements
============
* blockdiag 0.8.0 or later
License
=======
Python Software Foundation License.
blockdiagcontrib-cisco
======================
A plugin for `blockdiag` that provides shapes for networking.
The shapes are using `Network Topology Icons`_ designed by `Cisco Systems, Inc`_ .
.. _Network Topology Icons: http://www.cisco.com/web/about/ac50/ac47/2.html
.. _Cisco Systems, Inc: http://www.cisco.com/
Diagram examples
================
`blockdiagcontrib-cisco` renders network icon as node's shape.
Example::
diagram admin {
A [shape = "cisco.router"];
}
.. blockdiag::
diagram admin {
A [shape = "cisco.router"];
}
Or, use `shape_namespace` keyword::
diagram admin {
shape_namespace = "cisco";
A [shape = "router"];
}
.. blockdiag::
diagram admin {
shape_namespace = "cisco";
A [shape = "router"];
}
See more examples and output images in http://packages.python.org/blockdiagcontrib-cisco/ .
Requirements
============
* blockdiag 0.8.0 or later
License
=======
Python Software Foundation License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file blockdiagcontrib-cisco-0.1.8.tar.gz
.
File metadata
- Download URL: blockdiagcontrib-cisco-0.1.8.tar.gz
- Upload date:
- Size: 5.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 22f39752f5e1981c93ce034d749f98d65db0f348157d5fd95b743cc2031e3c1a |
|
MD5 | 636bfc9d71625d7d5e50e88f14ebce1e |
|
BLAKE2b-256 | c0cd578d3c267e57d57c1e0969b0f5ba9648cf68dd343eb96fcce4d5b67444e7 |