Skip to content

Latest commit

 

History

History
executable file
·
27 lines (18 loc) · 557 Bytes

README.rst

File metadata and controls

executable file
·
27 lines (18 loc) · 557 Bytes

pyflare

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

About

Pyflare is a Python adapter for CloudFlare's Client API.

Installation

$ pip install pyflare

Usage

from pyflare import Pyflare
cf = Pyflare('[email protected]', 'your_api_key')
# Create a new A record
response = cf.rec_new('example.com', 'A', 'sub', '1.2.3.4')