Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 15, 2020 14:30
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/3dd7e6ec5783f560b82c005e25b073f5 to your computer and use it in GitHub Desktop.
Save r-ryantm/3dd7e6ec5783f560b82c005e25b073f5 to your computer and use it in GitHub Desktop.
/nix/store/2c9q99ayw6z17d9h6n8y7k8vj0z25s6x-python3.7-google-cloud-dns-0.32.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── google
│   │   └── cloud
│   │   └── dns
│   │   ├── changes.py
│   │   ├── client.py
│   │   ├── _http.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── changes.cpython-37.pyc
│   │   │   ├── client.cpython-37.pyc
│   │   │   ├── _http.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── resource_record_set.cpython-37.pyc
│   │   │   └── zone.cpython-37.pyc
│   │   ├── resource_record_set.py
│   │   └── zone.py
│   ├── google_cloud_dns-0.32.1.dist-info
│   │   ├── direct_url.json
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── namespace_packages.txt
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── google_cloud_dns-0.32.1-py3.7-nspkg.pth
└── nix-support
└── propagated-build-inputs
9 directories, 22 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment