Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 20, 2019 13:48
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/a959b24aa9e9459762dee9d8b3783368 to your computer and use it in GitHub Desktop.
Save ryantm/a959b24aa9e9459762dee9d8b3783368 to your computer and use it in GitHub Desktop.
/nix/store/13i3x0ibxr6zdyzr024jbxzkkjd6bp8g-python3.7-zc.buildout-2.13.2
├── bin
│   └── buildout
├── lib
│   └── python3.7
│   └── site-packages
│   ├── zc
│   │   └── buildout
│   │   ├── allowhosts.txt
│   │   ├── allow-unknown-extras.txt
│   │   ├── bootstrap_cl_settings.test
│   │   ├── bootstrap.txt
│   │   ├── buildout.py
│   │   ├── buildout.txt
│   │   ├── configparser.py
│   │   ├── configparser.test
│   │   ├── debugging.txt
│   │   ├── dependencylinks.txt
│   │   ├── downloadcache.txt
│   │   ├── download.py
│   │   ├── download.txt
│   │   ├── easy_install.py
│   │   ├── easy_install.txt
│   │   ├── extends-cache.txt
│   │   ├── __init__.py
│   │   ├── pep425tags.py
│   │   ├── __pycache__
│   │   │   ├── buildout.cpython-37.pyc
│   │   │   ├── configparser.cpython-37.pyc
│   │   │   ├── download.cpython-37.pyc
│   │   │   ├── easy_install.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── pep425tags.cpython-37.pyc
│   │   │   ├── rmtree.cpython-37.pyc
│   │   │   ├── testing.cpython-37.pyc
│   │   │   ├── testrecipes.cpython-37.pyc
│   │   │   └── tests.cpython-37.pyc
│   │   ├── repeatable.txt
│   │   ├── rmtree.py
│   │   ├── runsetup.txt
│   │   ├── setup.txt
│   │   ├── testing_bugfix.txt
│   │   ├── testing.py
│   │   ├── testing.txt
│   │   ├── testrecipes.py
│   │   ├── tests.py
│   │   ├── update.txt
│   │   └── windows.txt
│   ├── zc.buildout-2.13.2.dist-info
│   │   ├── entry_points.txt
│   │   ├── INSTALLER
│   │   ├── LICENSE.txt
│   │   ├── METADATA
│   │   ├── namespace_packages.txt
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── zc.buildout-2.13.2-py3.7-nspkg.pth
└── nix-support
└── propagated-build-inputs
9 directories, 50 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment