Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 2, 2019 23:39
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/339ed2e06ac3986911a1f05168a323fe to your computer and use it in GitHub Desktop.
Save ryantm/339ed2e06ac3986911a1f05168a323fe to your computer and use it in GitHub Desktop.
/nix/store/1qhgs7z5gmi23pn5y3diz4drhrdmh9dl-python3.7-uncertainties-3.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── uncertainties
│   │   ├── 1to2.py
│   │   ├── core.py
│   │   ├── __init__.py
│   │   ├── lib1to2
│   │   │   ├── fixes
│   │   │   │   ├── fix_std_dev.py
│   │   │   │   ├── fix_std_devs.py
│   │   │   │   ├── fix_uarray_umatrix.py
│   │   │   │   ├── fix_ufloat.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── fix_std_dev.cpython-37.pyc
│   │   │   │   ├── fix_std_devs.cpython-37.pyc
│   │   │   │   ├── fix_uarray_umatrix.cpython-37.pyc
│   │   │   │   ├── fix_ufloat.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── test_1to2.cpython-37.pyc
│   │   │   └── test_1to2.py
│   │   ├── __pycache__
│   │   │   ├── 1to2.cpython-37.pyc
│   │   │   ├── core.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── test_umath.cpython-37.pyc
│   │   │   ├── test_uncertainties.cpython-37.pyc
│   │   │   ├── umath_core.cpython-37.pyc
│   │   │   └── umath.cpython-37.pyc
│   │   ├── test_umath.py
│   │   ├── test_uncertainties.py
│   │   ├── umath_core.py
│   │   ├── umath.py
│   │   └── unumpy
│   │   ├── core.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── core.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── test_ulinalg.cpython-37.pyc
│   │   │   ├── test_unumpy.cpython-37.pyc
│   │   │   └── ulinalg.cpython-37.pyc
│   │   ├── test_ulinalg.py
│   │   ├── test_unumpy.py
│   │   └── ulinalg.py
│   └── uncertainties-3.1.dist-info
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
13 directories, 45 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment