pyflare 1.1.5
pip install pyflare
Latest version
Released:
An adapter for CloudFlare's client API
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: LICENSE.txt
- Author: Joe Linn
Classifiers
- Development Status
- Intended Audience
- Operating System
- Programming Language
- Topic
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
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: LICENSE.txt
- Author: Joe Linn
Classifiers
- Development Status
- Intended Audience
- Operating System
- Programming Language
- Topic
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
File details
Details for the file pyflare-1.1.5.zip
.
File metadata
- Download URL: pyflare-1.1.5.zip
- Upload date:
- Size: 20.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f24f40d026d8822f652de222a00fe7b1dcc18d4de9e8068327a793532ae0e57a |
|
MD5 | 29a4e5a6a0f02db83e0dcbf78978af41 |
|
BLAKE2b-256 | eb9ff30d20271a0138c6ba712eea3578697875569a8b045939ac05d0ace1ec69 |