Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. /nix/store/ynbf2755nzv43y3k0g54achmny4wx32c-pyznap-1.4.3
  2. ├── bin
  3. │   └── pyznap
  4. ├── lib
  5. │   └── python3.7
  6. │   └── site-packages
  7. │   ├── pyznap
  8. │   │   ├── clean.py
  9. │   │   ├── config
  10. │   │   │   └── pyznap.conf
  11. │   │   ├── __init__.py
  12. │   │   ├── main.py
  13. │   │   ├── process.py
  14. │   │   ├── __pycache__
  15. │   │   │   ├── clean.cpython-37.pyc
  16. │   │   │   ├── __init__.cpython-37.pyc
  17. │   │   │   ├── main.cpython-37.pyc
  18. │   │   │   ├── process.cpython-37.pyc
  19. │   │   │   ├── pyzfs.cpython-37.pyc
  20. │   │   │   ├── send.cpython-37.pyc
  21. │   │   │   ├── ssh.cpython-37.pyc
  22. │   │   │   ├── take.cpython-37.pyc
  23. │   │   │   └── utils.cpython-37.pyc
  24. │   │   ├── pyzfs.py
  25. │   │   ├── send.py
  26. │   │   ├── ssh.py
  27. │   │   ├── take.py
  28. │   │   └── utils.py
  29. │   └── pyznap-1.4.3.dist-info
  30. │   ├── entry_points.txt
  31. │   ├── INSTALLER
  32. │   ├── METADATA
  33. │   ├── RECORD
  34. │   ├── top_level.txt
  35. │   └── WHEEL
  36. └── nix-support
  37. └── propagated-build-inputs
  38.  
  39. 9 directories, 27 files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement