Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 16, 2019 19:12
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/948f0a18196705c4d862b93c9b60f4f7 to your computer and use it in GitHub Desktop.
Save ryantm/948f0a18196705c4d862b93c9b60f4f7 to your computer and use it in GitHub Desktop.
/nix/store/ph3mwn0dlmikm0kz9f4187mzxd6w0ix0-python3.7-pkginfo-1.5.0.1
├── bin
│   └── pkginfo
├── lib
│   └── python3.7
│   └── site-packages
│   ├── pkginfo
│   │   ├── bdist.py
│   │   ├── commandline.py
│   │   ├── _compat.py
│   │   ├── develop.py
│   │   ├── distribution.py
│   │   ├── index.py
│   │   ├── __init__.py
│   │   ├── installed.py
│   │   ├── __pycache__
│   │   │   ├── bdist.cpython-37.pyc
│   │   │   ├── commandline.cpython-37.pyc
│   │   │   ├── _compat.cpython-37.pyc
│   │   │   ├── develop.cpython-37.pyc
│   │   │   ├── distribution.cpython-37.pyc
│   │   │   ├── index.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── installed.cpython-37.pyc
│   │   │   ├── sdist.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   └── wheel.cpython-37.pyc
│   │   ├── sdist.py
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_bdist.cpython-37.pyc
│   │   │   │   ├── test_commandline.cpython-37.pyc
│   │   │   │   ├── test_develop.cpython-37.pyc
│   │   │   │   ├── test_distribution.cpython-37.pyc
│   │   │   │   ├── test_index.cpython-37.pyc
│   │   │   │   ├── test_installed.cpython-37.pyc
│   │   │   │   ├── test_sdist.cpython-37.pyc
│   │   │   │   ├── test_utils.cpython-37.pyc
│   │   │   │   └── test_wheel.cpython-37.pyc
│   │   │   ├── test_bdist.py
│   │   │   ├── test_commandline.py
│   │   │   ├── test_develop.py
│   │   │   ├── test_distribution.py
│   │   │   ├── test_index.py
│   │   │   ├── test_installed.py
│   │   │   ├── test_sdist.py
│   │   │   ├── test_utils.py
│   │   │   └── test_wheel.py
│   │   ├── utils.py
│   │   └── wheel.py
│   └── pkginfo-1.5.0.1.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
10 directories, 51 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment