Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 9, 2020 18:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/e5c8dafbf828b7c2b2b4b298ea43904e to your computer and use it in GitHub Desktop.
Save r-ryantm/e5c8dafbf828b7c2b2b4b298ea43904e to your computer and use it in GitHub Desktop.
/nix/store/dhcxw7p9sgqsyykbvcwi44z2c2s80fky-python2.7-nwdiag-2.0.0
├── bin
│   ├── nwdiag
│   ├── packetdiag
│   └── rackdiag
├── lib
│   └── python2.7
│   └── site-packages
│   ├── nwdiag
│   │   ├── builder.py
│   │   ├── builder.pyc
│   │   ├── command.py
│   │   ├── command.pyc
│   │   ├── drawer.py
│   │   ├── drawer.pyc
│   │   ├── elements.py
│   │   ├── elements.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── metrics.py
│   │   ├── metrics.pyc
│   │   ├── parser.py
│   │   ├── parser.pyc
│   │   ├── tests
│   │   │   ├── diagrams
│   │   │   │   ├── autoexpand_node_width.diag
│   │   │   │   ├── connected_networks2.diag
│   │   │   │   ├── connected_networks3.diag
│   │   │   │   ├── connected_networks.diag
│   │   │   │   ├── diagram_attributes.diag
│   │   │   │   ├── errors
│   │   │   │   │   └── peer_network_in_same_node.diag
│   │   │   │   ├── group_across_network.diag
│   │   │   │   ├── group_and_peer_network.diag
│   │   │   │   ├── group_inner_network.diag
│   │   │   │   ├── group_network.diag
│   │   │   │   ├── group_outer_network.diag
│   │   │   │   ├── node_address_attribute.diag
│   │   │   │   ├── node_attributes.diag
│   │   │   │   ├── node_belongs_to_multiple_networks.diag
│   │   │   │   ├── node_including_hyphen.diag
│   │   │   │   ├── peer_network2.diag
│   │   │   │   ├── peer_network3.diag
│   │   │   │   ├── peer_network4.diag
│   │   │   │   ├── peer_network5.diag
│   │   │   │   ├── peer_network_branched.diag
│   │   │   │   ├── peer_network.diag
│   │   │   │   ├── same_peer_network.diag
│   │   │   │   ├── single_network.diag
│   │   │   │   ├── split_group.diag
│   │   │   │   └── two_networks.diag
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── test_builder.py
│   │   │   ├── test_builder.pyc
│   │   │   ├── test_generate_diagram.py
│   │   │   ├── test_generate_diagram.pyc
│   │   │   ├── test_rst_directives.py
│   │   │   ├── test_rst_directives.pyc
│   │   │   ├── utils.py
│   │   │   ├── utils.pyc
│   │   │   └── VLGothic
│   │   │   ├── LICENSE
│   │   │   ├── LICENSE_E.mplus
│   │   │   ├── LICENSE.en
│   │   │   ├── LICENSE_J.mplus
│   │   │   └── VL-Gothic-Regular.ttf
│   │   └── utils
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   └── rst
│   │   ├── directives.py
│   │   ├── directives.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── nodes.py
│   │   └── nodes.pyc
│   ├── nwdiag-2.0.0.dist-info
│   │   ├── entry_points.txt
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   ├── nwdiag_sphinxhelper.py
│   ├── nwdiag_sphinxhelper.pyc
│   ├── packetdiag
│   │   ├── builder.py
│   │   ├── builder.pyc
│   │   ├── command.py
│   │   ├── command.pyc
│   │   ├── drawer.py
│   │   ├── drawer.pyc
│   │   ├── elements.py
│   │   ├── elements.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── metrics.py
│   │   ├── metrics.pyc
│   │   ├── noderenderers.py
│   │   ├── noderenderers.pyc
│   │   ├── parser.py
│   │   ├── parser.pyc
│   │   ├── tests
│   │   │   ├── diagrams
│   │   │   │   ├── oneliner.diag
│   │   │   │   ├── oneliner_without_last_semicolon.diag
│   │   │   │   ├── oneliner_with_quoted.diag
│   │   │   │   ├── scale_direction.diag
│   │   │   │   ├── scale_interval.diag
│   │   │   │   ├── tcp_2.diag
│   │   │   │   └── tcp.diag
│   │   │   ├── test_generate_diagram.py
│   │   │   ├── test_generate_diagram.pyc
│   │   │   ├── test_rst_directives.py
│   │   │   ├── test_rst_directives.pyc
│   │   │   └── VLGothic
│   │   │   └── VL-Gothic-Regular.ttf
│   │   └── utils
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   └── rst
│   │   ├── directives.py
│   │   ├── directives.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── nodes.py
│   │   └── nodes.pyc
│   ├── packetdiag_sphinxhelper.py
│   ├── packetdiag_sphinxhelper.pyc
│   ├── rackdiag
│   │   ├── builder.py
│   │   ├── builder.pyc
│   │   ├── command.py
│   │   ├── command.pyc
│   │   ├── drawer.py
│   │   ├── drawer.pyc
│   │   ├── elements.py
│   │   ├── elements.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── metrics.py
│   │   ├── metrics.pyc
│   │   ├── parser.py
│   │   ├── parser.pyc
│   │   ├── tests
│   │   │   ├── diagrams
│   │   │   │   ├── autonumber.diag
│   │   │   │   ├── multi_rackitem.diag
│   │   │   │   ├── multi_racks.diag
│   │   │   │   ├── oneliner.diag
│   │   │   │   ├── oneliner_without_last_semicolon.diag
│   │   │   │   ├── oneliner_with_quoted.diag
│   │   │   │   ├── rack_height.diag
│   │   │   │   ├── rack_height_for_multi_racks.diag
│   │   │   │   └── simple.diag
│   │   │   ├── test_builder.py
│   │   │   ├── test_builder.pyc
│   │   │   ├── test_generate_diagram.py
│   │   │   ├── test_generate_diagram.pyc
│   │   │   ├── test_rst_directives.py
│   │   │   ├── test_rst_directives.pyc
│   │   │   └── VLGothic
│   │   │   └── VL-Gothic-Regular.ttf
│   │   └── utils
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── math.py
│   │   ├── math.pyc
│   │   └── rst
│   │   ├── directives.py
│   │   ├── directives.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── nodes.py
│   │   └── nodes.pyc
│   ├── rackdiag_sphinxhelper.py
│   └── rackdiag_sphinxhelper.pyc
└── nix-support
└── propagated-build-inputs
25 directories, 155 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment