/tmp/python2-wheel-0.37.1-3-any.gSd8Fj/ └── usr/ ├── bin/ │   └── wheel2* ├── lib/ │   └── python2.7/ │   └── site-packages/ │   ├── wheel/ │   │   ├── bdist_wheel.py │   │   ├── bdist_wheel.pyc │   │   ├── bdist_wheel.pyo │   │   ├── cli/ │   │   │   ├── convert.py │   │   │   ├── convert.pyc │   │   │   ├── convert.pyo │   │   │   ├── __init__.py │   │   │   ├── __init__.pyc │   │   │   ├── __init__.pyo │   │   │   ├── pack.py │   │   │   ├── pack.pyc │   │   │   ├── pack.pyo │   │   │   ├── unpack.py │   │   │   ├── unpack.pyc │   │   │   └── unpack.pyo │   │   ├── __init__.py │   │   ├── __init__.pyc │   │   ├── __init__.pyo │   │   ├── macosx_libfile.py │   │   ├── macosx_libfile.pyc │   │   ├── macosx_libfile.pyo │   │   ├── __main__.py │   │   ├── __main__.pyc │   │   ├── __main__.pyo │   │   ├── metadata.py │   │   ├── metadata.pyc │   │   ├── metadata.pyo │   │   ├── pkginfo.py │   │   ├── pkginfo.pyc │   │   ├── pkginfo.pyo │   │   ├── util.py │   │   ├── util.pyc │   │   ├── util.pyo │   │   ├── vendored/ │   │   │   ├── __init__.py │   │   │   ├── __init__.pyc │   │   │   ├── __init__.pyo │   │   │   └── packaging/ │   │   │   ├── __init__.py │   │   │   ├── __init__.pyc │   │   │   ├── __init__.pyo │   │   │   ├── tags.py │   │   │   ├── tags.pyc │   │   │   ├── tags.pyo │   │   │   ├── _typing.py │   │   │   ├── _typing.pyc │   │   │   └── _typing.pyo │   │   ├── wheelfile.py │   │   ├── wheelfile.pyc │   │   └── wheelfile.pyo │   └── wheel-0.37.1-py2.7.egg-info/ │   ├── dependency_links.txt │   ├── entry_points.txt │   ├── not-zip-safe │   ├── PKG-INFO │   ├── requires.txt │   ├── SOURCES.txt │   └── top_level.txt └── share/ └── licenses/ └── python2-wheel/ └── LICENSE.txt 14 directories, 57 files