Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 21, 2018 08:49
Show Gist options
  • Save ryantm/0d14ff30c172f091a342653aae676f55 to your computer and use it in GitHub Desktop.
Save ryantm/0d14ff30c172f091a342653aae676f55 to your computer and use it in GitHub Desktop.
/nix/store/q9ca3k22liz3dsaipnlnw8fmggpqx1n1-pius-2.2.6
├── 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.6.dist-info
│   ├── DESCRIPTION.rst
│   ├── INSTALLER
│   ├── METADATA
│   ├── metadata.json
│   ├── 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, 32 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment