Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created January 28, 2020 05: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 r-ryantm/f0cf124db06e0b19eea426e02cd3ea41 to your computer and use it in GitHub Desktop.
Save r-ryantm/f0cf124db06e0b19eea426e02cd3ea41 to your computer and use it in GitHub Desktop.
/nix/store/xph0a1sfgzb5fiikhvgab5ykp22gnbwi-python2.7-pykeepass-3.2.0
├── lib
│   └── python2.7
│   └── site-packages
│   ├── pykeepass
│   │   ├── attachment.py
│   │   ├── attachment.pyc
│   │   ├── baseelement.py
│   │   ├── baseelement.pyc
│   │   ├── blank_database.kdbx
│   │   ├── entry.py
│   │   ├── entry.pyc
│   │   ├── exceptions.py
│   │   ├── exceptions.pyc
│   │   ├── group.py
│   │   ├── group.pyc
│   │   ├── icons.py
│   │   ├── icons.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── kdbx_parsing
│   │   │   ├── common.py
│   │   │   ├── common.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── kdbx3.py
│   │   │   ├── kdbx3.pyc
│   │   │   ├── kdbx4.py
│   │   │   ├── kdbx4.pyc
│   │   │   ├── kdbx.py
│   │   │   ├── kdbx.pyc
│   │   │   ├── pytwofish.py
│   │   │   ├── pytwofish.pyc
│   │   │   ├── twofish.py
│   │   │   └── twofish.pyc
│   │   ├── pykeepass.py
│   │   ├── pykeepass.pyc
│   │   ├── xpath.py
│   │   └── xpath.pyc
│   └── pykeepass-3.2.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── pbr.json
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 41 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment