Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 16, 2019 17:02
Show Gist options
  • Save ryantm/3abc2a725f081e3b797953042aac1e2c to your computer and use it in GitHub Desktop.
Save ryantm/3abc2a725f081e3b797953042aac1e2c to your computer and use it in GitHub Desktop.
/nix/store/kkj9p9rk8hcfw3cdxs9ippi6d960n71d-python3.7-xdot-1.1
├── bin
│   └── xdot
├── lib
│   └── python3.7
│   └── site-packages
│   ├── xdot
│   │   ├── dot
│   │   │   ├── __init__.py
│   │   │   ├── lexer.py
│   │   │   ├── parser.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── lexer.cpython-37.pyc
│   │   │   │   ├── parser.cpython-37.pyc
│   │   │   │   └── scanner.cpython-37.pyc
│   │   │   └── scanner.py
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── __main__.cpython-37.pyc
│   │   └── ui
│   │   ├── actions.py
│   │   ├── animation.py
│   │   ├── colors.py
│   │   ├── elements.py
│   │   ├── __init__.py
│   │   ├── pen.py
│   │   ├── __pycache__
│   │   │   ├── actions.cpython-37.pyc
│   │   │   ├── animation.cpython-37.pyc
│   │   │   ├── colors.cpython-37.pyc
│   │   │   ├── elements.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── pen.cpython-37.pyc
│   │   │   └── window.cpython-37.pyc
│   │   └── window.py
│   └── xdot-1.1.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
12 directories, 34 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment