Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 5, 2019 19:45
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/2d552316489d092d40f36303df738687 to your computer and use it in GitHub Desktop.
Save ryantm/2d552316489d092d40f36303df738687 to your computer and use it in GitHub Desktop.
/nix/store/vwq7b6jcsvpl2grk7yy1p59rwb4df5a9-python3.7-pyotp-2.3.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── pyotp
│   │   ├── compat.py
│   │   ├── hotp.py
│   │   ├── __init__.py
│   │   ├── otp.py
│   │   ├── __pycache__
│   │   │   ├── compat.cpython-37.pyc
│   │   │   ├── hotp.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── otp.cpython-37.pyc
│   │   │   ├── totp.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   ├── totp.py
│   │   └── utils.py
│   └── pyotp-2.3.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 19 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment