Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 28, 2020 09:55
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/dea90943ca7a3cf22b9794aa8e1c2308 to your computer and use it in GitHub Desktop.
Save r-ryantm/dea90943ca7a3cf22b9794aa8e1c2308 to your computer and use it in GitHub Desktop.
/nix/store/n2vfbacx1dkb023zdjngcjf54b1yf25b-python3.7-audioread-2.1.9
├── lib
│   └── python3.7
│   └── site-packages
│   ├── audioread
│   │   ├── exceptions.py
│   │   ├── ffdec.py
│   │   ├── gstdec.py
│   │   ├── __init__.py
│   │   ├── macca.py
│   │   ├── maddec.py
│   │   ├── __pycache__
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── ffdec.cpython-37.pyc
│   │   │   ├── gstdec.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── macca.cpython-37.pyc
│   │   │   ├── maddec.cpython-37.pyc
│   │   │   ├── rawread.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   ├── rawread.py
│   │   └── version.py
│   └── audioread-2.1.9.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── pbr.json
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 25 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment