Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 4, 2020 18:43
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/d41e7831f9f71d95e30d74a350c37d9d to your computer and use it in GitHub Desktop.
Save r-ryantm/d41e7831f9f71d95e30d74a350c37d9d to your computer and use it in GitHub Desktop.
/nix/store/nc4qkgkk1llldh22z5z4kb6kp36ygclc-python3.7-seqdiag-2.0.0
├── bin
│   └── seqdiag
├── lib
│   └── python3.7
│   └── site-packages
│   ├── __pycache__
│   │   └── seqdiag_sphinxhelper.cpython-37.pyc
│   ├── seqdiag
│   │   ├── builder.py
│   │   ├── command.py
│   │   ├── drawer.py
│   │   ├── elements.py
│   │   ├── __init__.py
│   │   ├── metrics.py
│   │   ├── parser.py
│   │   ├── __pycache__
│   │   │   ├── builder.cpython-37.pyc
│   │   │   ├── command.cpython-37.pyc
│   │   │   ├── drawer.cpython-37.pyc
│   │   │   ├── elements.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── metrics.cpython-37.pyc
│   │   │   └── parser.cpython-37.pyc
│   │   ├── tests
│   │   │   ├── diagrams
│   │   │   │   ├── alt_block.diag
│   │   │   │   ├── altblock.diag
│   │   │   │   ├── diagram_class.diag
│   │   │   │   ├── diagram_edge_length.diag
│   │   │   │   ├── nested_altblock.diag
│   │   │   │   ├── node_activated.diag
│   │   │   │   ├── node_fontsize.diag
│   │   │   │   ├── node_notes.diag
│   │   │   │   ├── plugin_autoclass.diag
│   │   │   │   ├── separators.diag
│   │   │   │   └── separators_in_subedge.diag
│   │   │   ├── __pycache__
│   │   │   │   ├── test_generate_diagram.cpython-37.pyc
│   │   │   │   └── test_rst_directives.cpython-37.pyc
│   │   │   ├── test_generate_diagram.py
│   │   │   ├── test_rst_directives.py
│   │   │   └── VLGothic
│   │   │   ├── LICENSE
│   │   │   ├── LICENSE_E.mplus
│   │   │   ├── LICENSE.en
│   │   │   ├── LICENSE_J.mplus
│   │   │   └── VL-Gothic-Regular.ttf
│   │   └── utils
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   └── rst
│   │   ├── directives.py
│   │   ├── __init__.py
│   │   ├── nodes.py
│   │   └── __pycache__
│   │   ├── directives.cpython-37.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   └── nodes.cpython-37.pyc
│   ├── seqdiag-2.0.0.dist-info
│   │   ├── entry_points.txt
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── seqdiag_sphinxhelper.py
└── nix-support
└── propagated-build-inputs
17 directories, 53 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment