Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 23, 2020 09:50
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/c816857334b8db0264c6bdb045a58e09 to your computer and use it in GitHub Desktop.
Save r-ryantm/c816857334b8db0264c6bdb045a58e09 to your computer and use it in GitHub Desktop.
/nix/store/lg4vzz6h1xg3y0jp0vg1l53nlm3xp3sj-python2.7-cloudflare-2.7.1
├── bin
│   └── cli4
├── lib
│   └── python2.7
│   └── site-packages
│   ├── cli4
│   │   ├── cli4.man
│   │   ├── cli4.py
│   │   ├── cli4.pyc
│   │   ├── converters.py
│   │   ├── converters.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── __main__.py
│   │   └── __main__.pyc
│   ├── CloudFlare
│   │   ├── api_extras.py
│   │   ├── api_extras.pyc
│   │   ├── api_v4.py
│   │   ├── api_v4.pyc
│   │   ├── cloudflare.py
│   │   ├── cloudflare.pyc
│   │   ├── exceptions.py
│   │   ├── exceptions.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── logging_helper.py
│   │   ├── logging_helper.pyc
│   │   ├── read_configs.py
│   │   ├── read_configs.pyc
│   │   ├── utils.py
│   │   └── utils.pyc
│   ├── cloudflare-2.7.1.dist-info
│   │   ├── entry_points.txt
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── examples
│   ├── example_always_use_https.py
│   ├── example_always_use_https.pyc
│   ├── example_are_zones_ipv6.py
│   ├── example_are_zones_ipv6.pyc
│   ├── example_are_zones_ipv6_simple.py
│   ├── example_are_zones_ipv6_simple.pyc
│   ├── example_certificates.py
│   ├── example_certificates.pyc
│   ├── example_create_zone_and_populate.py
│   ├── example_create_zone_and_populate.pyc
│   ├── example_delete_zone_entry.py
│   ├── example_delete_zone_entry.pyc
│   ├── example_dns_export.py
│   ├── example_dns_export.pyc
│   ├── example_dnssec_settings.py
│   ├── example_dnssec_settings.pyc
│   ├── example_ips.py
│   ├── example_ips.pyc
│   ├── example_page_rules.sh
│   ├── example_paging_thru_zones.py
│   ├── example_paging_thru_zones.pyc
│   ├── example_paging_thru_zones.sh
│   ├── example_proxied.py
│   ├── example_proxied.pyc
│   ├── example_settings.py
│   ├── example_settings.pyc
│   ├── example_update_dynamic_dns.py
│   ├── example_update_dynamic_dns.pyc
│   ├── example_user.py
│   ├── example_user.pyc
│   ├── example_with_usage.py
│   ├── example_with_usage.pyc
│   ├── example_zone_search.sh
│   ├── example_zones.py
│   ├── example_zones.pyc
│   ├── __init__.py
│   └── __init__.pyc
├── nix-support
│   └── propagated-build-inputs
└── share
└── man
└── man1
└── cli4.man.gz
12 directories, 72 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment