Python Library for Name.com v4 API
Project description
Overview
namecom is a python library for the v4 api of name.com, a domain name registrar.
Installation
If you haven’t already, start by installing it with pip:
pip install --upgrade pynamecom
Quick Start
Use DnsApi to create a dns record:
from namecom import Auth, DnsApi
auth = Auth('username', 'access_token')
api = DnsApi(domainName='example.org', auth=auth)
result = api.create_record(host='test', type='A', answer='10.0.0.1')
Documentation
Read more about this project at readthedocs:
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file pynamecom-0.1.4-py2.py3-none-any.whl
.
File metadata
- Download URL: pynamecom-0.1.4-py2.py3-none-any.whl
- Upload date:
- Size: 18.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.20.0 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9144c030ba7c013593a81d25181ffe04b01a40f7d2ebab5a31fe1b0b5e88858c |
|
MD5 | 70f9ff608eef8355af020d67d3be30f9 |
|
BLAKE2b-256 | 1e7622cb582d79bc1bf1513266d27baaddd57f795ccecb7a70eae290a5af1c53 |