An adapter for CloudFlare's client API
Project description
About
Pyflare is a Python adapter for CloudFlare’s Client API and CloudFlare’s Hosting provider API.
Installation
$ pip install pyflare
Usage
from pyflare import PyflareClient
cf = PyflareClient('address@example.com', 'your_api_key')
# Create a new A record
response = cf.rec_new('example.com', 'A', 'sub', '1.2.3.4')
from pyflare import PyflareHosting
hf = PyflareHosting('your_host_api_key')
# Authenticate a user
response = hf.user_auth('one@example.com', 'user_password')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyflare-1.1.4.zip
(20.2 kB
view details)
File details
Details for the file pyflare-1.1.4.zip.
File metadata
- Download URL: pyflare-1.1.4.zip
- Upload date:
- Size: 20.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
95a04c8fa9ae9d4bb0e580c4fb1685f7976f9e5ba6c2ebcbbc21bded6dfa0e89
|
|
| MD5 |
8f34dbc041f58b32e1ac708631997b99
|
|
| BLAKE2b-256 |
6a360b5fe46c3f099075cb3231ef295d6cb9be24f1eb602f3ced2de9b11fbe7a
|