Skip to main content

Python Library for Name.com v4 API

Project description

Overview

https://circleci.com/gh/CtheSky/namecom.svg?style=svg https://codecov.io/gh/CtheSky/namecom/branch/master/graph/badge.svg https://img.shields.io/badge/python-2.7%2B%2C%203.4%2B-brightgreen.svg https://img.shields.io/badge/pypi-v0.1.3-brightgreen.svg

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


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

pynamecom-0.1.4-py2.py3-none-any.whl (18.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page