/usr/share/pyshared/sphinxcontrib_nwdiag-0.7.0.egg-info/PKG-INFO is in python-sphinxcontrib.nwdiag 0.7.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | Metadata-Version: 1.1
Name: sphinxcontrib-nwdiag
Version: 0.7.0
Summary: Sphinx "nwdiag" and "rackdiag" extension
Home-page: http://bitbucket.org/birkenfeld/sphinx-contrib
Author: Takeshi Komiya
Author-email: i.tkomiya@gmail.com
License: BSD
Download-URL: http://pypi.python.org/pypi/sphinxcontrib-nwdiag
Description:
This package contains the nwdiag Sphinx extension and rackdiag Sphinx extension.
.. _Sphinx: http://sphinx.pocoo.org/
.. _nwdiag: http://blockdiag.com/en/nwdiag/
This extension enable you to insert network diagrams into your Sphinx document.
Following code is sample::
.. nwdiag::
diagram {
network {
web01; web02;
}
network {
web01; web02; db01;
}
}
And insert rack structure diagrams::
.. rackdiag::
diagram {
rackheight = 12;
1: UPS [height = 3];
4: DB Server (Master)
5: DB Server (Mirror)
7: Web Server (1)
8: Web Server (1)
9: Web Server (1)
10: LoadBalancer
}
This module needs nwdiag_.
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Documentation
Classifier: Topic :: Utilities
|