Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created January 18, 2021 05:03
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/af2edec5b9392406a1944b6a34b5226f to your computer and use it in GitHub Desktop.
Save r-ryantm/af2edec5b9392406a1944b6a34b5226f to your computer and use it in GitHub Desktop.
/nix/store/60c5gyhydxbvyf2g5wb0dglvsa1360l6-python3.7-keyrings.alt-4.0.2
├── lib
│   └── python3.7
│   └── site-packages
│   ├── keyrings
│   │   ├── alt
│   │   │   ├── escape.py
│   │   │   ├── file_base.py
│   │   │   ├── file.py
│   │   │   ├── Gnome.py
│   │   │   ├── Google.py
│   │   │   ├── __init__.py
│   │   │   ├── keyczar.py
│   │   │   ├── multi.py
│   │   │   ├── __pycache__
│   │   │   │   ├── escape.cpython-37.pyc
│   │   │   │   ├── file_base.cpython-37.pyc
│   │   │   │   ├── file.cpython-37.pyc
│   │   │   │   ├── Gnome.cpython-37.pyc
│   │   │   │   ├── Google.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── keyczar.cpython-37.pyc
│   │   │   │   ├── multi.cpython-37.pyc
│   │   │   │   ├── pyfs.cpython-37.pyc
│   │   │   │   ├── _win_crypto.cpython-37.pyc
│   │   │   │   └── Windows.cpython-37.pyc
│   │   │   ├── pyfs.py
│   │   │   ├── _win_crypto.py
│   │   │   └── Windows.py
│   │   ├── __init__.py
│   │   └── __pycache__
│   │   └── __init__.cpython-37.pyc
│   └── keyrings.alt-4.0.2.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 34 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment