Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 9, 2020 22:57
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/efb91527ef1c8306f42954f623161712 to your computer and use it in GitHub Desktop.
Save r-ryantm/efb91527ef1c8306f42954f623161712 to your computer and use it in GitHub Desktop.
/nix/store/d6a4zr6pik5i87wrdp9w8fhk0k30wly9-python3.7-pytools-2020.4.3
├── lib
│   └── python3.7
│   └── site-packages
│   ├── pytools
│   │   ├── batchjob.py
│   │   ├── codegen.py
│   │   ├── convergence.py
│   │   ├── datatable.py
│   │   ├── debug.py
│   │   ├── decorator.py
│   │   ├── graph.py
│   │   ├── importlib_backport.py
│   │   ├── __init__.py
│   │   ├── lex.py
│   │   ├── log.py
│   │   ├── mpi.py
│   │   ├── mpiwrap.py
│   │   ├── obj_array.py
│   │   ├── persistent_dict.py
│   │   ├── prefork.py
│   │   ├── __pycache__
│   │   │   ├── batchjob.cpython-37.pyc
│   │   │   ├── codegen.cpython-37.pyc
│   │   │   ├── convergence.cpython-37.pyc
│   │   │   ├── datatable.cpython-37.pyc
│   │   │   ├── debug.cpython-37.pyc
│   │   │   ├── decorator.cpython-37.pyc
│   │   │   ├── graph.cpython-37.pyc
│   │   │   ├── importlib_backport.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── lex.cpython-37.pyc
│   │   │   ├── log.cpython-37.pyc
│   │   │   ├── mpi.cpython-37.pyc
│   │   │   ├── mpiwrap.cpython-37.pyc
│   │   │   ├── obj_array.cpython-37.pyc
│   │   │   ├── persistent_dict.cpython-37.pyc
│   │   │   ├── prefork.cpython-37.pyc
│   │   │   ├── py_codegen.cpython-37.pyc
│   │   │   ├── spatial_btree.cpython-37.pyc
│   │   │   ├── stopwatch.cpython-37.pyc
│   │   │   ├── tag.cpython-37.pyc
│   │   │   ├── test.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   ├── py_codegen.py
│   │   ├── py.typed
│   │   ├── spatial_btree.py
│   │   ├── stopwatch.py
│   │   ├── tag.py
│   │   ├── test.py
│   │   └── version.py
│   └── pytools-2020.4.3.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 53 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment