Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 15, 2020 21:45
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/26227a2b03e7d281d86762d4d2552924 to your computer and use it in GitHub Desktop.
Save r-ryantm/26227a2b03e7d281d86762d4d2552924 to your computer and use it in GitHub Desktop.
/nix/store/48k79pcblby1w4a4ihdi0c203br84vml-python3.7-python-igraph-0.8.3
├── bin
│   └── igraph
├── include
│   └── python3.7m
│   └── python-igraph
│   └── igraphmodule_api.h
├── lib
│   └── python3.7
│   └── site-packages
│   ├── igraph
│   │   ├── app
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── shell.cpython-37.pyc
│   │   │   └── shell.py
│   │   ├── clustering.py
│   │   ├── compat.py
│   │   ├── configuration.py
│   │   ├── cut.py
│   │   ├── datatypes.py
│   │   ├── drawing
│   │   │   ├── baseclasses.py
│   │   │   ├── colors.py
│   │   │   ├── coord.py
│   │   │   ├── edge.py
│   │   │   ├── graph.py
│   │   │   ├── __init__.py
│   │   │   ├── metamagic.py
│   │   │   ├── __pycache__
│   │   │   │   ├── baseclasses.cpython-37.pyc
│   │   │   │   ├── colors.cpython-37.pyc
│   │   │   │   ├── coord.cpython-37.pyc
│   │   │   │   ├── edge.cpython-37.pyc
│   │   │   │   ├── graph.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── metamagic.cpython-37.pyc
│   │   │   │   ├── shapes.cpython-37.pyc
│   │   │   │   ├── text.cpython-37.pyc
│   │   │   │   ├── utils.cpython-37.pyc
│   │   │   │   └── vertex.cpython-37.pyc
│   │   │   ├── shapes.py
│   │   │   ├── text.py
│   │   │   ├── utils.py
│   │   │   └── vertex.py
│   │   ├── formula.py
│   │   ├── _igraph.cpython-37m-x86_64-linux-gnu.so
│   │   ├── __init__.py
│   │   ├── layout.py
│   │   ├── matching.py
│   │   ├── operators.py
│   │   ├── __pycache__
│   │   │   ├── clustering.cpython-37.pyc
│   │   │   ├── compat.cpython-37.pyc
│   │   │   ├── configuration.cpython-37.pyc
│   │   │   ├── cut.cpython-37.pyc
│   │   │   ├── datatypes.cpython-37.pyc
│   │   │   ├── formula.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── layout.cpython-37.pyc
│   │   │   ├── matching.cpython-37.pyc
│   │   │   ├── operators.cpython-37.pyc
│   │   │   ├── statistics.cpython-37.pyc
│   │   │   ├── summary.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   ├── remote
│   │   │   ├── gephi.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── gephi.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── statistics.py
│   │   ├── summary.py
│   │   ├── utils.py
│   │   └── version.py
│   └── python_igraph-0.8.3.dist-info
│   ├── COPYING
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
17 directories, 69 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment