Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 20, 2019 13:53
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/62bda50d8040e9962c5ec5fb64285912 to your computer and use it in GitHub Desktop.
Save ryantm/62bda50d8040e9962c5ec5fb64285912 to your computer and use it in GitHub Desktop.
/nix/store/kid22843j68byw4353dmsa6l4dymhd81-python3.7-libkeepass-0.3.1.post1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── libkeepass
│   │   ├── common.py
│   │   ├── crypto.py
│   │   ├── hbio.py
│   │   ├── __init__.py
│   │   ├── kdb3.py
│   │   ├── kdb4.py
│   │   ├── __pycache__
│   │   │   ├── common.cpython-37.pyc
│   │   │   ├── crypto.cpython-37.pyc
│   │   │   ├── hbio.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── kdb3.cpython-37.pyc
│   │   │   ├── kdb4.cpython-37.pyc
│   │   │   ├── pytwofish.cpython-37.pyc
│   │   │   └── twofish.cpython-37.pyc
│   │   ├── pytwofish.py
│   │   ├── twofish.py
│   │   └── utils
│   │   ├── check.py
│   │   ├── convert.py
│   │   ├── __init__.py
│   │   ├── merge.py
│   │   └── __pycache__
│   │   ├── check.cpython-37.pyc
│   │   ├── convert.cpython-37.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   └── merge.cpython-37.pyc
│   └── libkeepass-0.3.1.post1.dist-info
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── pbr.json
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 32 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment