Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install netdiag

How to install netdiag

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install netdiag
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.1.6 Available View build log
0.1.5 Available View build log
0.1.4 Available View build log
0.1.3 Available View build log
0.1.1 Available View build log
0.1.0 Available View build log
Windows (64-bit)
0.1.6 Available View build log
0.1.5 Available View build log
0.1.4 Available View build log
0.1.3 Available View build log
0.1.1 Available View build log
0.1.0 Available View build log
Mac OS X (10.5+)
0.1.6 Available View build log
0.1.5 Available View build log
0.1.4 Available View build log
0.1.3 Available View build log
0.1.1 Available View build log
0.1.0 Available View build log
Linux (32-bit)
0.1.6 Available View build log
0.1.5 Available View build log
0.1.4 Available View build log
0.1.3 Available View build log
0.1.1 Available View build log
0.1.0 Available View build log
Linux (64-bit)
0.1.6 Available View build log
0.1.5 Available View build log
0.1.4 Available View build log
0.1.3 Available View build log
0.1.1 Available View build log
0.1.0 Available View build log
 
License
PSF
Dependencies
Lastest release
version 0.1.6 on Apr 30th, 2011

netdiag generate network-diagram image file from spec-text file.

Features

  • Generate network-diagram from dot like text (basic feature).
  • Multilingualization for node-label (utf-8 only).

You can get some examples and generated images on tk0miya.bitbucket.org .

Setup

by easy_install

Make environment:

$ easy_install netdiag
by buildout

Make environment:

$ hg clone http://bitbucket.org/tk0miya/netdiag
$ cd netdiag
$ python bootstrap.py
$ bin/buildout

spec-text setting sample

Few examples are available. You can get more examples at tk0miya.bitbucket.org .

simple.diag

simple.diag is simply define nodes and transitions by dot-like text format:

diagram {
  A -> B -> C;
  lane you {
    A; B;
  }
  lane me {
    C;
  }
}

Usage

Execute netdiag command:

$ netdiag simple.diag
$ ls simple.png
simple.png

Requirements

  • Python 2.4 or later (not support 3.x)
  • Python Imaging Library 1.1.5 or later.
  • funcparserlib 0.3.4 or later.
  • setuptools or distriubte.

License

Python Software Foundation License.

History

0.1.6 (2011-04-30)
  • Fix bugs
0.1.5 (2011-04-26)
  • Fix bugs
0.1.4 (2011-04-25)
  • Implement jumped edge
  • Fix bugs
0.1.3 (2011-04-23)
  • Fix sphinxcontrib_netdiag was not worked
0.1.2 (2011-04-23)
  • Support multi-homed host
  • Drop network-bridge sytanx (cf. net_a -- net_b)
0.1.1 (2011-04-10)
  • Fix bugs
0.1.0 (2011-04-09)
  • First release

Subscribe to package updates

Last updated Apr 30th, 2011

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.