Skip to content

Repository files navigation

Overview

https://circleci.com/gh/CtheSky/namecom.svg?style=svg

namecom is a python library that wraps 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:

About

A python library that wraps v4 api of name.com. https://namecom.readthedocs.io/

Resources

Stars

3 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages