Skip to main content

An adapter for CloudFlare's client API

Project description

https://secure.travis-ci.org/jlinn/pyflare.png?branch=master

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


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.5.zip (20.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page