Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 15:43
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/558551a0d05d5d8ca1a4ba719130e5be to your computer and use it in GitHub Desktop.
Save ryantm/558551a0d05d5d8ca1a4ba719130e5be to your computer and use it in GitHub Desktop.
/nix/store/560y6575rdjhih2g9g93vrsccgabvgkp-python3.7-py3dns-3.2.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── DNS
│   │   ├── Base.py
│   │   ├── Class.py
│   │   ├── __init__.py
│   │   ├── lazy.py
│   │   ├── Lib.py
│   │   ├── Opcode.py
│   │   ├── __pycache__
│   │   │   ├── Base.cpython-37.pyc
│   │   │   ├── Class.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── lazy.cpython-37.pyc
│   │   │   ├── Lib.cpython-37.pyc
│   │   │   ├── Opcode.cpython-37.pyc
│   │   │   ├── Status.cpython-37.pyc
│   │   │   ├── Type.cpython-37.pyc
│   │   │   └── win32dns.cpython-37.pyc
│   │   ├── Status.py
│   │   ├── Type.py
│   │   └── win32dns.py
│   └── py3dns-3.2.1.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 25 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment