Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created August 16, 2020 02:46
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/c1f52882f6ddfeb6e730b447a373498b to your computer and use it in GitHub Desktop.
Save r-ryantm/c1f52882f6ddfeb6e730b447a373498b to your computer and use it in GitHub Desktop.
/nix/store/42h3p91wimwaw98i1h03ryj05bsq3sq9-psrecord-1.2
├── bin
│   └── psrecord
├── lib
│   └── python3.8
│   └── site-packages
│   ├── psrecord
│   │   ├── __init__.py
│   │   ├── main.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   └── main.cpython-38.pyc
│   │   └── tests
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   └── test_main.cpython-38.pyc
│   │   └── test_main.py
│   └── psrecord-1.2.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
10 directories, 17 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment