Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 9, 2019 02:58
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/0372a571314366228f77dfa8105c6ab9 to your computer and use it in GitHub Desktop.
Save ryantm/0372a571314366228f77dfa8105c6ab9 to your computer and use it in GitHub Desktop.
/nix/store/ymv3cjfld51mdljdxa5xh35888bkfg3k-python3.8-astropy-healpix-0.5
├── lib
│   └── python3.8
│   └── site-packages
│   ├── astropy_healpix
│   │   ├── _astropy_init.py
│   │   ├── bench.py
│   │   ├── compiler_version.cpython-38-x86_64-linux-gnu.so
│   │   ├── conftest.py
│   │   ├── _core.cpython-38-x86_64-linux-gnu.so
│   │   ├── core.py
│   │   ├── healpy.py
│   │   ├── high_level.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── _astropy_init.cpython-38.pyc
│   │   │   ├── bench.cpython-38.pyc
│   │   │   ├── conftest.cpython-38.pyc
│   │   │   ├── core.cpython-38.pyc
│   │   │   ├── healpy.cpython-38.pyc
│   │   │   ├── high_level.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   ├── setup_package.cpython-38.pyc
│   │   │   ├── utils.cpython-38.pyc
│   │   │   └── version.cpython-38.pyc
│   │   ├── setup_package.py
│   │   ├── tests
│   │   │   ├── coveragerc
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── setup_package.cpython-38.pyc
│   │   │   │   ├── test_bench.cpython-38.pyc
│   │   │   │   ├── test_core.cpython-38.pyc
│   │   │   │   ├── test_healpy.cpython-38.pyc
│   │   │   │   ├── test_high_level.cpython-38.pyc
│   │   │   │   └── test_utils.cpython-38.pyc
│   │   │   ├── setup_package.py
│   │   │   ├── test_bench.py
│   │   │   ├── test_core.py
│   │   │   ├── test_healpy.py
│   │   │   ├── test_high_level.py
│   │   │   └── test_utils.py
│   │   ├── utils.py
│   │   └── version.py
│   └── astropy_healpix-0.5.dist-info
│   ├── INSTALLER
│   ├── LICENSE.md
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 44 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment