Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 31, 2020 03:18
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/1a46e56d920f6c979eb07db27e73a273 to your computer and use it in GitHub Desktop.
Save r-ryantm/1a46e56d920f6c979eb07db27e73a273 to your computer and use it in GitHub Desktop.
/nix/store/8i0vcc6r8nsz7znfnb6f0bgf52aiwhxv-sewer-0.8.1
├── bin
│   ├── sewer
│   └── sewer-cli
├── lib
│   └── python3.7
│   └── site-packages
│   ├── sewer
│   │   ├── client.py
│   │   ├── cli.py
│   │   ├── config.py
│   │   ├── dns_providers
│   │   │   ├── acmedns.py
│   │   │   ├── aliyundns.py
│   │   │   ├── auroradns.py
│   │   │   ├── cloudflare.py
│   │   │   ├── cloudns.py
│   │   │   ├── common.py
│   │   │   ├── dnspod.py
│   │   │   ├── duckdns.py
│   │   │   ├── hurricane.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── acmedns.cpython-37.pyc
│   │   │   │   ├── aliyundns.cpython-37.pyc
│   │   │   │   ├── auroradns.cpython-37.pyc
│   │   │   │   ├── cloudflare.cpython-37.pyc
│   │   │   │   ├── cloudns.cpython-37.pyc
│   │   │   │   ├── common.cpython-37.pyc
│   │   │   │   ├── dnspod.cpython-37.pyc
│   │   │   │   ├── duckdns.cpython-37.pyc
│   │   │   │   ├── hurricane.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── rackspace.cpython-37.pyc
│   │   │   │   └── route53.cpython-37.pyc
│   │   │   ├── rackspace.py
│   │   │   └── route53.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── cli.cpython-37.pyc
│   │   │   ├── client.cpython-37.pyc
│   │   │   ├── config.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── __version__.cpython-37.pyc
│   │   └── __version__.py
│   └── sewer-0.8.1.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
10 directories, 43 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment