Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 11, 2019 10:59
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/bde197cfe1c8ff7bde0a871c0b643948 to your computer and use it in GitHub Desktop.
Save ryantm/bde197cfe1c8ff7bde0a871c0b643948 to your computer and use it in GitHub Desktop.
/nix/store/jhbgjfnny3v8cdnnmwagfrspr42gad9r-pius-2.2.7
├── 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
│   │   ├── mailer.pyc
│   │   ├── signer.py
│   │   ├── signer.pyc
│   │   ├── state.py
│   │   ├── state.pyc
│   │   ├── util.py
│   │   ├── util.pyc
│   │   ├── wotsap.py
│   │   └── wotsap.pyc
│   └── pius-2.2.7.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, 31 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment