Stuff to make working with the NearlyFreeSpeech.NET API easier.
Project description
A simple Python package with a couple of functions (and an exception class) that make working with the NearlyFreeSpeech.NET API easier.
nfsnapi supports Python 2.7 and later, and Python 3.2 and later. For general usage there are no prerequisites other than a supported version of Python, however to test nfsnapi with Python 3.2 and earlier versions the mock library is required.
Synopsis
>>> import nfsnapi >>> # Replace USERNAME, API_KEY, and so on with actual values. >>> nfsnapi.run_request("USERNAME", "API_KEY", ... "/account/ACCOUNT_NUMBER/balance") u'10.56' >>> nfsnapi.run_request("USERNAME", "API_KEY", ... "/dns/DOMAIN/listRRs", "type=A") (A bunch of JSON not shown.) >>> # And so on...
Installation
The usual python setup.py install dance will install nfsnapi if grabbing the source distribution. Alternatively, nfsnapi is available from PyPI via your Python package manager of choice.
Documentation and Testing
The nfsnapi module is heavily documented. Running nfnsapi-tests.py will, funnily enough, run some tests. The tests require a configuration file with API credentials and what-not (see nfnsapi-tests.py’s docstring for more information), and the mock library if testing with Python 3.2 or earlier.
There’s support for Tox, which will run the tests on all available and supported versions of Python.
Licence
nfsnapi was written by Damien Dart, <damiendart@pobox.com>. This is free and unencumbered software released into the public domain. For more information, please refer to the accompanying “UNLICENCE” file.
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
File details
Details for the file nfsnapi-0.3.0.tar.gz
.
File metadata
- Download URL: nfsnapi-0.3.0.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec7a6b478b13672f3b6a8ff1e5c42b5d3844e01746c62c62ed1540fa741240f5 |
|
MD5 | 2ba6580683cfd9d4d1f773ead778a984 |
|
BLAKE2b-256 | 5cbbd090730955432cbec67b58d5834412c235079dbdd8165352c135e3f23efa |