Skip to main content

A python JSON-RPC client for the Metaname API

Project description

python-metaname

A python JSON-RPC client for the Metaname API

Documentation for the Metaname API is at: https://metaname.net/api/1.1/doc

Usage:

>>> client = Client("account_reference", "api_key")
>>> client.domain_names()
>>> client.dns_zone("example.com")
>>> client.create_dns_record("example.com",
        {"name":"www",
            "type":"A",
            "aux":None,
            "ttl":86400,
            "data":"93.184.216.119"})

License:

See LICENSE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

metaname-0.1.2.tar.gz (1.2 kB view hashes)

Uploaded Source

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