Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 16, 2019 06:47
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/1d689a105922221b8032e9cd2f303777 to your computer and use it in GitHub Desktop.
Save ryantm/1d689a105922221b8032e9cd2f303777 to your computer and use it in GitHub Desktop.
/nix/store/fgjisqagjri6ybk6x8caakwmzjrgc0dz-pius-3.0.0
├── bin
│   ├── pius
│   ├── pius-keyring-mgr
│   ├── pius-party-worksheet
│   └── pius-report
├── lib
│   └── python2.7
│   └── site-packages
│   ├── libpius
│   │   ├── constants.py
│   │   ├── constants.pyc
│   │   ├── exceptions.py
│   │   ├── exceptions.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── mailer.py
│   │   ├── signer.py
│   │   ├── signer.pyc
│   │   ├── state.py
│   │   ├── state.pyc
│   │   ├── util.py
│   │   ├── util.pyc
│   │   ├── wotsap.py
│   │   └── wotsap.pyc
│   └── pius-3.0.0.dist-info
│   ├── COPYING
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── share
└── man
└── man1
├── pius.1.gz
├── pius-keyring-mgr.1.gz
├── pius-party-worksheet.1.gz
└── pius-report.1.gz
10 directories, 30 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment