Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 16, 2020 01:16
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/157aed73ded796caa2078ad458d38952 to your computer and use it in GitHub Desktop.
Save r-ryantm/157aed73ded796caa2078ad458d38952 to your computer and use it in GitHub Desktop.
/nix/store/4r6rdx2w1dqq4yq4k6r5q9hf95a6iw6v-python3.7-accupy-0.3.3
├── lib
│   └── python3.7
│   └── site-packages
│   ├── accupy
│   │   ├── __about__.py
│   │   ├── dot.py
│   │   ├── ill_cond.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __about__.cpython-37.pyc
│   │   │   ├── dot.cpython-37.pyc
│   │   │   ├── ill_cond.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── sums.cpython-37.pyc
│   │   └── sums.py
│   ├── accupy-0.3.3.dist-info
│   │   ├── direct_url.json
│   │   ├── INSTALLER
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── _accupy.cpython-37m-x86_64-linux-gnu.so
└── 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