Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 25, 2019 08:08
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/b58dca272b53687b270742eed0908d87 to your computer and use it in GitHub Desktop.
Save ryantm/b58dca272b53687b270742eed0908d87 to your computer and use it in GitHub Desktop.
/nix/store/9lnrz6wvs05yqajdwwygpbar0ay044fs-aws-google-auth-0.0.33
├── bin
│   └── aws-google-auth
├── lib
│   └── python3.7
│   └── site-packages
│   ├── aws_google_auth
│   │   ├── amazon.py
│   │   ├── configuration.py
│   │   ├── google.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── amazon.cpython-37.pyc
│   │   │   ├── configuration.cpython-37.pyc
│   │   │   ├── google.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── u2f.cpython-37.pyc
│   │   │   ├── util.cpython-37.pyc
│   │   │   └── _version.cpython-37.pyc
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_amazon.cpython-37.pyc
│   │   │   │   ├── test_args_parser.cpython-37.pyc
│   │   │   │   ├── test_backwards_compatibility.cpython-37.pyc
│   │   │   │   ├── test_config_parser.cpython-37.pyc
│   │   │   │   ├── test_configuration.cpython-37.pyc
│   │   │   │   ├── test_configuration_persistence.cpython-37.pyc
│   │   │   │   ├── test_google.cpython-37.pyc
│   │   │   │   ├── test_init.cpython-37.pyc
│   │   │   │   ├── test_python_version.cpython-37.pyc
│   │   │   │   └── test_util.cpython-37.pyc
│   │   │   ├── test_amazon.py
│   │   │   ├── test_args_parser.py
│   │   │   ├── test_backwards_compatibility.py
│   │   │   ├── test_config_parser.py
│   │   │   ├── test_configuration_persistence.py
│   │   │   ├── test_configuration.py
│   │   │   ├── test_google.py
│   │   │   ├── test_init.py
│   │   │   ├── test_python_version.py
│   │   │   └── test_util.py
│   │   ├── u2f.py
│   │   ├── util.py
│   │   └── _version.py
│   └── aws_google_auth-0.0.33.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
10 directories, 45 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment