Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 23:52
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 ryantm/e903257073c87b4d9ace13d24548ba62 to your computer and use it in GitHub Desktop.
Save ryantm/e903257073c87b4d9ace13d24548ba62 to your computer and use it in GitHub Desktop.
/nix/store/wdrx508sgnb58ny28pyga8hlh6ka55jj-python3.7-resampy-0.2.2
├── lib
│   └── python3.7
│   └── site-packages
│   ├── resampy
│   │   ├── core.py
│   │   ├── data
│   │   │   ├── kaiser_best.npz
│   │   │   └── kaiser_fast.npz
│   │   ├── filters.py
│   │   ├── __init__.py
│   │   ├── interpn.py
│   │   ├── __pycache__
│   │   │   ├── core.cpython-37.pyc
│   │   │   ├── filters.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── interpn.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   └── version.py
│   └── resampy-0.2.2.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 19 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment