PyGoDaddy is a 3rd-party client library, written in Python, for site admins(devs), to make GoDaddy suck less.
Currently, Only A-Record manipulation is supported
Features
Login with a USERNAME and a PASSWORD
CREATE, READ, UPDATE, DELETE your domain’s DNS Records (A-Record only for now)
INSTALL
To install pygodaddy, simply:
pip install pygodaddy
QUICKSTART
from pygodaddy import GoDaddyClient
client = GoDaddyClient()
if client.login(username, password):
print client.find_domains()
client.update_dns_record('sub.example.com', '1.2.3.4')
DOCS
Please refer to docstrings and tests
TESTING
Create a file in tests/accounts.py
Put settings in this file:
accounts = [
{
'username': 'USERNAME',
'password': 'PASSWORD',
'test_domain': 'DOMAIN.NAME',
},
]
run nosetests tests in root directory
0.1.5 (2013-07-12)
Fix a lot pypi stuff
0.1.0 (2013-07-12)
Birth!
0.0.1 (2011-07-12)
Frustration
Conception
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pygodaddy-0.1.5.tar.gz
(4.9 kB
view details)
File details
Details for the file pygodaddy-0.1.5.tar.gz.
File metadata
- Download URL: pygodaddy-0.1.5.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb6a5ed2659a73f8d4c8aaf795c7d0e8cabdea377c5f6c5ce6266d9c9c999e15
|
|
| MD5 |
1d7e5a289cd86e1c1bfbee317edfce54
|
|
| BLAKE2b-256 |
fac33bfcb6c4bc723ab5e249b33930dcad3a2cb49849940bbbe4ed3da15bee65
|