Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 17, 2019 15:55
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/7e7809ec70d51d4fc336bf35ad5dbbbc to your computer and use it in GitHub Desktop.
Save ryantm/7e7809ec70d51d4fc336bf35ad5dbbbc to your computer and use it in GitHub Desktop.
/nix/store/m1xvj44m4s50gl5gsa3wa2d2fs7a2a95-python3.7-astropy-helpers-3.2.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── astropy_helpers
│   │   ├── commands
│   │   │   ├── build_ext.py
│   │   │   ├── build_sphinx.py
│   │   │   ├── _dummy.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── build_ext.cpython-37.pyc
│   │   │   │   ├── build_sphinx.cpython-37.pyc
│   │   │   │   ├── _dummy.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── test.cpython-37.pyc
│   │   │   ├── src
│   │   │   │   └── compiler.c
│   │   │   └── test.py
│   │   ├── conftest.py
│   │   ├── distutils_helpers.py
│   │   ├── git_helpers.py
│   │   ├── __init__.py
│   │   ├── openmp_helpers.py
│   │   ├── __pycache__
│   │   │   ├── conftest.cpython-37.pyc
│   │   │   ├── distutils_helpers.cpython-37.pyc
│   │   │   ├── git_helpers.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── openmp_helpers.cpython-37.pyc
│   │   │   ├── setup_helpers.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   ├── version.cpython-37.pyc
│   │   │   └── version_helpers.cpython-37.pyc
│   │   ├── setup_helpers.py
│   │   ├── sphinx
│   │   │   ├── conf.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── conf.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── utils.py
│   │   ├── version_helpers.py
│   │   └── version.py
│   └── astropy_helpers-3.2.1.dist-info
│   ├── INSTALLER
│   ├── LICENSE.rst
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
12 directories, 40 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment