Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 24, 2018 06:17
Show Gist options
  • Save ryantm/53ee03d7334ac96c2430f1908a345502 to your computer and use it in GitHub Desktop.
Save ryantm/53ee03d7334ac96c2430f1908a345502 to your computer and use it in GitHub Desktop.
/nix/store/6nmy6a7yvwv777ggsyl5hnknrxfqvc19-python2.7-python-gnutls-3.1.1
├── lib
│   └── python2.7
│   └── site-packages
│   ├── gnutls
│   │   ├── connection.py
│   │   ├── connection.pyc
│   │   ├── constants.py
│   │   ├── constants.pyc
│   │   ├── crypto.py
│   │   ├── crypto.pyc
│   │   ├── errors.py
│   │   ├── errors.pyc
│   │   ├── __info__.py
│   │   ├── __info__.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── interfaces
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── twisted
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── library
│   │   │   ├── constants.py
│   │   │   ├── constants.pyc
│   │   │   ├── errors.py
│   │   │   ├── errors.pyc
│   │   │   ├── functions.py
│   │   │   ├── functions.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── types.py
│   │   │   └── types.pyc
│   │   ├── validators.py
│   │   └── validators.pyc
│   └── python_gnutls-3.1.1.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 35 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment