Skip to content

cloudflare-api/pyflare

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyflare

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')

About

A python adapter for CloudFlare's client API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%