Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 18, 2020 10:46
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 r-ryantm/40d585023e252bbf08a7a2a1e1f14723 to your computer and use it in GitHub Desktop.
Save r-ryantm/40d585023e252bbf08a7a2a1e1f14723 to your computer and use it in GitHub Desktop.
/nix/store/q5ah1wfvpvsd1vi38wwischrrmc4zrwq-pyznap-1.5.0
├── bin
│   └── pyznap
├── lib
│   └── python3.7
│   └── site-packages
│   ├── pyznap
│   │   ├── clean.py
│   │   ├── config
│   │   │   └── pyznap.conf
│   │   ├── __init__.py
│   │   ├── main.py
│   │   ├── process.py
│   │   ├── __pycache__
│   │   │   ├── clean.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── main.cpython-37.pyc
│   │   │   ├── process.cpython-37.pyc
│   │   │   ├── pyzfs.cpython-37.pyc
│   │   │   ├── send.cpython-37.pyc
│   │   │   ├── ssh.cpython-37.pyc
│   │   │   ├── take.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   ├── pyzfs.py
│   │   ├── send.py
│   │   ├── ssh.py
│   │   ├── take.py
│   │   └── utils.py
│   └── pyznap-1.5.0.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 27 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment