Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 17, 2020 03:01
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/d99c784aeafccb71328fe0c5ac6e125a to your computer and use it in GitHub Desktop.
Save r-ryantm/d99c784aeafccb71328fe0c5ac6e125a to your computer and use it in GitHub Desktop.
/nix/store/ygw873wimmi885nfbp517bnmkiz5nhra-python3.7-simplefix-1.0.14
├── lib
│   └── python3.7
│   └── site-packages
│   ├── simplefix
│   │   ├── constants.py
│   │   ├── data.py
│   │   ├── __init__.py
│   │   ├── message.py
│   │   ├── parser.py
│   │   └── __pycache__
│   │   ├── constants.cpython-37.pyc
│   │   ├── data.cpython-37.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   ├── message.cpython-37.pyc
│   │   └── parser.cpython-37.pyc
│   └── simplefix-1.0.14.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 18 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment