Guest User

Untitled

a guest
Jul 21st, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.57 KB | None | 0 0
  1. /nix/store/x9922g7qnlxw7ykbx0j1rbpvp1zja2rs-peru-1.1.4
  2. ├── bin
  3. │   └── peru
  4. ├── lib
  5. │   └── python3.6
  6. │   └── site-packages
  7. │   ├── peru
  8. │   │   ├── async_helpers.py
  9. │   │   ├── cache.py
  10. │   │   ├── compat.py
  11. │   │   ├── display.py
  12. │   │   ├── edit_yaml.py
  13. │   │   ├── error.py
  14. │   │   ├── glob.py
  15. │   │   ├── imports.py
  16. │   │   ├── __init__.py
  17. │   │   ├── keyval.py
  18. │   │   ├── __main__.py
  19. │   │   ├── main.py
  20. │   │   ├── merge.py
  21. │   │   ├── module.py
  22. │   │   ├── parser.py
  23. │   │   ├── plugin.py
  24. │   │   ├── __pycache__
  25. │   │   │   ├── async_helpers.cpython-36.pyc
  26. │   │   │   ├── cache.cpython-36.pyc
  27. │   │   │   ├── compat.cpython-36.pyc
  28. │   │   │   ├── display.cpython-36.pyc
  29. │   │   │   ├── edit_yaml.cpython-36.pyc
  30. │   │   │   ├── error.cpython-36.pyc
  31. │   │   │   ├── glob.cpython-36.pyc
  32. │   │   │   ├── imports.cpython-36.pyc
  33. │   │   │   ├── __init__.cpython-36.pyc
  34. │   │   │   ├── keyval.cpython-36.pyc
  35. │   │   │   ├── __main__.cpython-36.pyc
  36. │   │   │   ├── main.cpython-36.pyc
  37. │   │   │   ├── merge.cpython-36.pyc
  38. │   │   │   ├── module.cpython-36.pyc
  39. │   │   │   ├── parser.cpython-36.pyc
  40. │   │   │   ├── plugin.cpython-36.pyc
  41. │   │   │   ├── rule.cpython-36.pyc
  42. │   │   │   ├── runtime.cpython-36.pyc
  43. │   │   │   └── scope.cpython-36.pyc
  44. │   │   ├── resources
  45. │   │   │   └── plugins
  46. │   │   │   ├── cp
  47. │   │   │   │   ├── cp_plugin.py
  48. │   │   │   │   ├── plugin.yaml
  49. │   │   │   │   └── __pycache__
  50. │   │   │   │   └── cp_plugin.cpython-36.pyc
  51. │   │   │   ├── curl
  52. │   │   │   │   ├── curl_plugin.py
  53. │   │   │   │   ├── plugin.yaml
  54. │   │   │   │   └── __pycache__
  55. │   │   │   │   └── curl_plugin.cpython-36.pyc
  56. │   │   │   ├── empty
  57. │   │   │   │   ├── empty_plugin.py
  58. │   │   │   │   ├── plugin.yaml
  59. │   │   │   │   └── __pycache__
  60. │   │   │   │   └── empty_plugin.cpython-36.pyc
  61. │   │   │   ├── git
  62. │   │   │   │   ├── git_plugin.py
  63. │   │   │   │   ├── plugin.yaml
  64. │   │   │   │   └── __pycache__
  65. │   │   │   │   └── git_plugin.cpython-36.pyc
  66. │   │   │   ├── hg
  67. │   │   │   │   ├── hg_plugin.py
  68. │   │   │   │   ├── plugin.yaml
  69. │   │   │   │   └── __pycache__
  70. │   │   │   │   └── hg_plugin.cpython-36.pyc
  71. │   │   │   ├── noop_cache
  72. │   │   │   │   ├── noop_cache_plugin.py
  73. │   │   │   │   ├── plugin.yaml
  74. │   │   │   │   └── __pycache__
  75. │   │   │   │   └── noop_cache_plugin.cpython-36.pyc
  76. │   │   │   ├── print
  77. │   │   │   │   ├── plugin.yaml
  78. │   │   │   │   ├── print_plugin.py
  79. │   │   │   │   └── __pycache__
  80. │   │   │   │   └── print_plugin.cpython-36.pyc
  81. │   │   │   ├── rsync
  82. │   │   │   │   ├── plugin.yaml
  83. │   │   │   │   └── rsync_plugin.sh
  84. │   │   │   └── svn
  85. │   │   │   ├── plugin.yaml
  86. │   │   │   ├── __pycache__
  87. │   │   │   │   └── svn_plugin.cpython-36.pyc
  88. │   │   │   └── svn_plugin.py
  89. │   │   ├── rule.py
  90. │   │   ├── runtime.py
  91. │   │   ├── scope.py
  92. │   │   └── VERSION
  93. │   └── peru-1.1.4.dist-info
  94. │   ├── entry_points.txt
  95. │   ├── INSTALLER
  96. │   ├── METADATA
  97. │   ├── RECORD
  98. │   ├── top_level.txt
  99. │   └── WHEEL
  100. └── nix-support
  101. └── propagated-build-inputs
  102.  
  103. 27 directories, 73 files
Add Comment
Please, Sign In to add comment