Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 11:41
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/c81846987b2362a8c669216c423d8295 to your computer and use it in GitHub Desktop.
Save ryantm/c81846987b2362a8c669216c423d8295 to your computer and use it in GitHub Desktop.
/nix/store/22rbsj5qar2xdv1m1jlzwmn6ijsc7zwq-python3.7-pex-1.6.11
├── bin
│   └── pex
├── lib
│   └── python3.7
│   └── site-packages
│   ├── pex
│   │   ├── archiver.py
│   │   ├── base.py
│   │   ├── bin
│   │   │   ├── __init__.py
│   │   │   ├── pex.py
│   │   │   └── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── pex.cpython-37.pyc
│   │   ├── bootstrap.py
│   │   ├── commands
│   │   │   ├── bdist_pex.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── bdist_pex.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── common.py
│   │   ├── compatibility.py
│   │   ├── compiler.py
│   │   ├── crawler.py
│   │   ├── environment.py
│   │   ├── executor.py
│   │   ├── fetcher.py
│   │   ├── finders.py
│   │   ├── glibc.py
│   │   ├── http.py
│   │   ├── __init__.py
│   │   ├── installer.py
│   │   ├── interpreter_constraints.py
│   │   ├── interpreter.py
│   │   ├── iterator.py
│   │   ├── link.py
│   │   ├── __main__.py
│   │   ├── orderedset.py
│   │   ├── package.py
│   │   ├── pep425tags.py
│   │   ├── pex_bootstrapper.py
│   │   ├── pex_builder.py
│   │   ├── pex_info.py
│   │   ├── pex.py
│   │   ├── pex_warnings.py
│   │   ├── platforms.py
│   │   ├── __pycache__
│   │   │   ├── archiver.cpython-37.pyc
│   │   │   ├── base.cpython-37.pyc
│   │   │   ├── bootstrap.cpython-37.pyc
│   │   │   ├── common.cpython-37.pyc
│   │   │   ├── compatibility.cpython-37.pyc
│   │   │   ├── compiler.cpython-37.pyc
│   │   │   ├── crawler.cpython-37.pyc
│   │   │   ├── environment.cpython-37.pyc
│   │   │   ├── executor.cpython-37.pyc
│   │   │   ├── fetcher.cpython-37.pyc
│   │   │   ├── finders.cpython-37.pyc
│   │   │   ├── glibc.cpython-37.pyc
│   │   │   ├── http.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── installer.cpython-37.pyc
│   │   │   ├── interpreter_constraints.cpython-37.pyc
│   │   │   ├── interpreter.cpython-37.pyc
│   │   │   ├── iterator.cpython-37.pyc
│   │   │   ├── link.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   ├── orderedset.cpython-37.pyc
│   │   │   ├── package.cpython-37.pyc
│   │   │   ├── pep425tags.cpython-37.pyc
│   │   │   ├── pex_bootstrapper.cpython-37.pyc
│   │   │   ├── pex_builder.cpython-37.pyc
│   │   │   ├── pex.cpython-37.pyc
│   │   │   ├── pex_info.cpython-37.pyc
│   │   │   ├── pex_warnings.cpython-37.pyc
│   │   │   ├── platforms.cpython-37.pyc
│   │   │   ├── requirements.cpython-37.pyc
│   │   │   ├── resolvable.cpython-37.pyc
│   │   │   ├── resolver.cpython-37.pyc
│   │   │   ├── resolver_options.cpython-37.pyc
│   │   │   ├── sorter.cpython-37.pyc
│   │   │   ├── testing.cpython-37.pyc
│   │   │   ├── tracer.cpython-37.pyc
│   │   │   ├── translator.cpython-37.pyc
│   │   │   ├── util.cpython-37.pyc
│   │   │   ├── variables.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   ├── requirements.py
│   │   ├── resolvable.py
│   │   ├── resolver_options.py
│   │   ├── resolver.py
│   │   ├── sorter.py
│   │   ├── testing.py
│   │   ├── third_party
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── tracer.py
│   │   ├── translator.py
│   │   ├── util.py
│   │   ├── variables.py
│   │   ├── vendor
│   │   │   ├── __init__.py
│   │   │   ├── __main__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── __main__.cpython-37.pyc
│   │   │   └── _vendored
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── setuptools
│   │   │   │   ├── __init__.py
│   │   │   │   ├── pkg_resources
│   │   │   │   │   ├── extern
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── py31compat.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   └── py31compat.cpython-37.pyc
│   │   │   │   │   └── _vendor
│   │   │   │   │   ├── appdirs.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── packaging
│   │   │   │   │   │   ├── __about__.py
│   │   │   │   │   │   ├── _compat.py
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── markers.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   ├── __about__.cpython-37.pyc
│   │   │   │   │   │   │   ├── _compat.cpython-37.pyc
│   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   │   ├── markers.cpython-37.pyc
│   │   │   │   │   │   │   ├── requirements.cpython-37.pyc
│   │   │   │   │   │   │   ├── specifiers.cpython-37.pyc
│   │   │   │   │   │   │   ├── _structures.cpython-37.pyc
│   │   │   │   │   │   │   ├── utils.cpython-37.pyc
│   │   │   │   │   │   │   └── version.cpython-37.pyc
│   │   │   │   │   │   ├── requirements.py
│   │   │   │   │   │   ├── specifiers.py
│   │   │   │   │   │   ├── _structures.py
│   │   │   │   │   │   ├── utils.py
│   │   │   │   │   │   └── version.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── appdirs.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── pyparsing.cpython-37.pyc
│   │   │   │   │   │   └── six.cpython-37.pyc
│   │   │   │   │   ├── pyparsing.py
│   │   │   │   │   └── six.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── setuptools
│   │   │   │   │   ├── archive_util.py
│   │   │   │   │   ├── build_meta.py
│   │   │   │   │   ├── cli-32.exe
│   │   │   │   │   ├── cli-64.exe
│   │   │   │   │   ├── cli.exe
│   │   │   │   │   ├── command
│   │   │   │   │   │   ├── alias.py
│   │   │   │   │   │   ├── bdist_egg.py
│   │   │   │   │   │   ├── bdist_rpm.py
│   │   │   │   │   │   ├── bdist_wininst.py
│   │   │   │   │   │   ├── build_clib.py
│   │   │   │   │   │   ├── build_ext.py
│   │   │   │   │   │   ├── build_py.py
│   │   │   │   │   │   ├── develop.py
│   │   │   │   │   │   ├── dist_info.py
│   │   │   │   │   │   ├── easy_install.py
│   │   │   │   │   │   ├── egg_info.py
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── install_egg_info.py
│   │   │   │   │   │   ├── install_lib.py
│   │   │   │   │   │   ├── install.py
│   │   │   │   │   │   ├── install_scripts.py
│   │   │   │   │   │   ├── launcher manifest.xml
│   │   │   │   │   │   ├── py36compat.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   ├── alias.cpython-37.pyc
│   │   │   │   │   │   │   ├── bdist_egg.cpython-37.pyc
│   │   │   │   │   │   │   ├── bdist_rpm.cpython-37.pyc
│   │   │   │   │   │   │   ├── bdist_wininst.cpython-37.pyc
│   │   │   │   │   │   │   ├── build_clib.cpython-37.pyc
│   │   │   │   │   │   │   ├── build_ext.cpython-37.pyc
│   │   │   │   │   │   │   ├── build_py.cpython-37.pyc
│   │   │   │   │   │   │   ├── develop.cpython-37.pyc
│   │   │   │   │   │   │   ├── dist_info.cpython-37.pyc
│   │   │   │   │   │   │   ├── easy_install.cpython-37.pyc
│   │   │   │   │   │   │   ├── egg_info.cpython-37.pyc
│   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   │   ├── install.cpython-37.pyc
│   │   │   │   │   │   │   ├── install_egg_info.cpython-37.pyc
│   │   │   │   │   │   │   ├── install_lib.cpython-37.pyc
│   │   │   │   │   │   │   ├── install_scripts.cpython-37.pyc
│   │   │   │   │   │   │   ├── py36compat.cpython-37.pyc
│   │   │   │   │   │   │   ├── register.cpython-37.pyc
│   │   │   │   │   │   │   ├── rotate.cpython-37.pyc
│   │   │   │   │   │   │   ├── saveopts.cpython-37.pyc
│   │   │   │   │   │   │   ├── sdist.cpython-37.pyc
│   │   │   │   │   │   │   ├── setopt.cpython-37.pyc
│   │   │   │   │   │   │   ├── test.cpython-37.pyc
│   │   │   │   │   │   │   ├── upload.cpython-37.pyc
│   │   │   │   │   │   │   └── upload_docs.cpython-37.pyc
│   │   │   │   │   │   ├── register.py
│   │   │   │   │   │   ├── rotate.py
│   │   │   │   │   │   ├── saveopts.py
│   │   │   │   │   │   ├── sdist.py
│   │   │   │   │   │   ├── setopt.py
│   │   │   │   │   │   ├── test.py
│   │   │   │   │   │   ├── upload_docs.py
│   │   │   │   │   │   └── upload.py
│   │   │   │   │   ├── config.py
│   │   │   │   │   ├── depends.py
│   │   │   │   │   ├── _deprecation_warning.py
│   │   │   │   │   ├── dep_util.py
│   │   │   │   │   ├── dist.py
│   │   │   │   │   ├── extension.py
│   │   │   │   │   ├── extern
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   │   ├── glibc.py
│   │   │   │   │   ├── glob.py
│   │   │   │   │   ├── gui-32.exe
│   │   │   │   │   ├── gui-64.exe
│   │   │   │   │   ├── gui.exe
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── launch.py
│   │   │   │   │   ├── lib2to3_ex.py
│   │   │   │   │   ├── monkey.py
│   │   │   │   │   ├── msvc.py
│   │   │   │   │   ├── namespaces.py
│   │   │   │   │   ├── package_index.py
│   │   │   │   │   ├── pep425tags.py
│   │   │   │   │   ├── py27compat.py
│   │   │   │   │   ├── py31compat.py
│   │   │   │   │   ├── py33compat.py
│   │   │   │   │   ├── py36compat.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── archive_util.cpython-37.pyc
│   │   │   │   │   │   ├── build_meta.cpython-37.pyc
│   │   │   │   │   │   ├── config.cpython-37.pyc
│   │   │   │   │   │   ├── depends.cpython-37.pyc
│   │   │   │   │   │   ├── _deprecation_warning.cpython-37.pyc
│   │   │   │   │   │   ├── dep_util.cpython-37.pyc
│   │   │   │   │   │   ├── dist.cpython-37.pyc
│   │   │   │   │   │   ├── extension.cpython-37.pyc
│   │   │   │   │   │   ├── glibc.cpython-37.pyc
│   │   │   │   │   │   ├── glob.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── launch.cpython-37.pyc
│   │   │   │   │   │   ├── lib2to3_ex.cpython-37.pyc
│   │   │   │   │   │   ├── monkey.cpython-37.pyc
│   │   │   │   │   │   ├── msvc.cpython-37.pyc
│   │   │   │   │   │   ├── namespaces.cpython-37.pyc
│   │   │   │   │   │   ├── package_index.cpython-37.pyc
│   │   │   │   │   │   ├── pep425tags.cpython-37.pyc
│   │   │   │   │   │   ├── py27compat.cpython-37.pyc
│   │   │   │   │   │   ├── py31compat.cpython-37.pyc
│   │   │   │   │   │   ├── py33compat.cpython-37.pyc
│   │   │   │   │   │   ├── py36compat.cpython-37.pyc
│   │   │   │   │   │   ├── sandbox.cpython-37.pyc
│   │   │   │   │   │   ├── site-patch.cpython-37.pyc
│   │   │   │   │   │   ├── ssl_support.cpython-37.pyc
│   │   │   │   │   │   ├── unicode_utils.cpython-37.pyc
│   │   │   │   │   │   ├── version.cpython-37.pyc
│   │   │   │   │   │   ├── wheel.cpython-37.pyc
│   │   │   │   │   │   └── windows_support.cpython-37.pyc
│   │   │   │   │   ├── sandbox.py
│   │   │   │   │   ├── script (dev).tmpl
│   │   │   │   │   ├── script.tmpl
│   │   │   │   │   ├── site-patch.py
│   │   │   │   │   ├── ssl_support.py
│   │   │   │   │   ├── unicode_utils.py
│   │   │   │   │   ├── _vendor
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── packaging
│   │   │   │   │   │   │   ├── __about__.py
│   │   │   │   │   │   │   ├── _compat.py
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── markers.py
│   │   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   │   ├── __about__.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── _compat.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── markers.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── requirements.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── specifiers.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── _structures.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── utils.cpython-37.pyc
│   │   │   │   │   │   │   │   └── version.cpython-37.pyc
│   │   │   │   │   │   │   ├── requirements.py
│   │   │   │   │   │   │   ├── specifiers.py
│   │   │   │   │   │   │   ├── _structures.py
│   │   │   │   │   │   │   ├── utils.py
│   │   │   │   │   │   │   └── version.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   │   ├── pyparsing.cpython-37.pyc
│   │   │   │   │   │   │   └── six.cpython-37.pyc
│   │   │   │   │   │   ├── pyparsing.py
│   │   │   │   │   │   └── six.py
│   │   │   │   │   ├── version.py
│   │   │   │   │   ├── wheel.py
│   │   │   │   │   └── windows_support.py
│   │   │   │   └── setuptools-40.6.2.dist-info
│   │   │   │   ├── dependency_links.txt
│   │   │   │   ├── entry_points.txt
│   │   │   │   ├── INSTALLER
│   │   │   │   ├── LICENSE
│   │   │   │   ├── METADATA
│   │   │   │   ├── top_level.txt
│   │   │   │   ├── WHEEL
│   │   │   │   └── zip-safe
│   │   │   └── wheel
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── wheel
│   │   │   │   ├── archive.py
│   │   │   │   ├── bdist_wheel.py
│   │   │   │   ├── egg2wheel.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── install.py
│   │   │   │   ├── __main__.py
│   │   │   │   ├── metadata.py
│   │   │   │   ├── paths.py
│   │   │   │   ├── pep425tags.py
│   │   │   │   ├── pkginfo.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── archive.cpython-37.pyc
│   │   │   │   │   ├── bdist_wheel.cpython-37.pyc
│   │   │   │   │   ├── egg2wheel.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── install.cpython-37.pyc
│   │   │   │   │   ├── __main__.cpython-37.pyc
│   │   │   │   │   ├── metadata.cpython-37.pyc
│   │   │   │   │   ├── paths.cpython-37.pyc
│   │   │   │   │   ├── pep425tags.cpython-37.pyc
│   │   │   │   │   ├── pkginfo.cpython-37.pyc
│   │   │   │   │   ├── util.cpython-37.pyc
│   │   │   │   │   └── wininst2wheel.cpython-37.pyc
│   │   │   │   ├── signatures
│   │   │   │   │   ├── djbec.py
│   │   │   │   │   ├── ed25519py.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── keys.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── djbec.cpython-37.pyc
│   │   │   │   │   ├── ed25519py.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── keys.cpython-37.pyc
│   │   │   │   ├── tool
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── util.py
│   │   │   │   └── wininst2wheel.py
│   │   │   └── wheel-0.31.1.dist-info
│   │   │   ├── entry_points.txt
│   │   │   ├── INSTALLER
│   │   │   ├── LICENSE.txt
│   │   │   ├── METADATA
│   │   │   ├── top_level.txt
│   │   │   └── WHEEL
│   │   └── version.py
│   └── pex-1.6.11.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
48 directories, 331 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment