Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 21, 2018 19:33
Show Gist options
  • Save ryantm/3102eed12460e1f407431a6d25b439ac to your computer and use it in GitHub Desktop.
Save ryantm/3102eed12460e1f407431a6d25b439ac to your computer and use it in GitHub Desktop.
/nix/store/x9922g7qnlxw7ykbx0j1rbpvp1zja2rs-peru-1.1.4
├── bin
│   └── peru
├── lib
│   └── python3.6
│   └── site-packages
│   ├── peru
│   │   ├── async_helpers.py
│   │   ├── cache.py
│   │   ├── compat.py
│   │   ├── display.py
│   │   ├── edit_yaml.py
│   │   ├── error.py
│   │   ├── glob.py
│   │   ├── imports.py
│   │   ├── __init__.py
│   │   ├── keyval.py
│   │   ├── __main__.py
│   │   ├── main.py
│   │   ├── merge.py
│   │   ├── module.py
│   │   ├── parser.py
│   │   ├── plugin.py
│   │   ├── __pycache__
│   │   │   ├── async_helpers.cpython-36.pyc
│   │   │   ├── cache.cpython-36.pyc
│   │   │   ├── compat.cpython-36.pyc
│   │   │   ├── display.cpython-36.pyc
│   │   │   ├── edit_yaml.cpython-36.pyc
│   │   │   ├── error.cpython-36.pyc
│   │   │   ├── glob.cpython-36.pyc
│   │   │   ├── imports.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── keyval.cpython-36.pyc
│   │   │   ├── __main__.cpython-36.pyc
│   │   │   ├── main.cpython-36.pyc
│   │   │   ├── merge.cpython-36.pyc
│   │   │   ├── module.cpython-36.pyc
│   │   │   ├── parser.cpython-36.pyc
│   │   │   ├── plugin.cpython-36.pyc
│   │   │   ├── rule.cpython-36.pyc
│   │   │   ├── runtime.cpython-36.pyc
│   │   │   └── scope.cpython-36.pyc
│   │   ├── resources
│   │   │   └── plugins
│   │   │   ├── cp
│   │   │   │   ├── cp_plugin.py
│   │   │   │   ├── plugin.yaml
│   │   │   │   └── __pycache__
│   │   │   │   └── cp_plugin.cpython-36.pyc
│   │   │   ├── curl
│   │   │   │   ├── curl_plugin.py
│   │   │   │   ├── plugin.yaml
│   │   │   │   └── __pycache__
│   │   │   │   └── curl_plugin.cpython-36.pyc
│   │   │   ├── empty
│   │   │   │   ├── empty_plugin.py
│   │   │   │   ├── plugin.yaml
│   │   │   │   └── __pycache__
│   │   │   │   └── empty_plugin.cpython-36.pyc
│   │   │   ├── git
│   │   │   │   ├── git_plugin.py
│   │   │   │   ├── plugin.yaml
│   │   │   │   └── __pycache__
│   │   │   │   └── git_plugin.cpython-36.pyc
│   │   │   ├── hg
│   │   │   │   ├── hg_plugin.py
│   │   │   │   ├── plugin.yaml
│   │   │   │   └── __pycache__
│   │   │   │   └── hg_plugin.cpython-36.pyc
│   │   │   ├── noop_cache
│   │   │   │   ├── noop_cache_plugin.py
│   │   │   │   ├── plugin.yaml
│   │   │   │   └── __pycache__
│   │   │   │   └── noop_cache_plugin.cpython-36.pyc
│   │   │   ├── print
│   │   │   │   ├── plugin.yaml
│   │   │   │   ├── print_plugin.py
│   │   │   │   └── __pycache__
│   │   │   │   └── print_plugin.cpython-36.pyc
│   │   │   ├── rsync
│   │   │   │   ├── plugin.yaml
│   │   │   │   └── rsync_plugin.sh
│   │   │   └── svn
│   │   │   ├── plugin.yaml
│   │   │   ├── __pycache__
│   │   │   │   └── svn_plugin.cpython-36.pyc
│   │   │   └── svn_plugin.py
│   │   ├── rule.py
│   │   ├── runtime.py
│   │   ├── scope.py
│   │   └── VERSION
│   └── peru-1.1.4.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
27 directories, 73 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment