Socket
Socket
Sign inDemoInstall

dnsimple-zoneimport

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    dnsimple-zoneimport

A script that allows you to import a Bind zone file into your DNSimple account.


Maintainers
1

Readme

DNSimple Zone File Importer

This script allows you to import a Bind zone file into your DNSimple account.

Installing

To install current version using pip, issue::

$ sudo pip install dnsimple-zoneimport

Usage

dnsimple_zoneimport --help::

DNSimple Zone File Importer.

Usage:
    dnsimple_zoneimport -e <email> -t <api-token> <zonefile>
    dnsimple_zoneimport -h | --help
    dnsimple_zoneimport -v | --version

Options:
    -e            DNSimple email address.
    -t            DNSimple API token (see https://dnsimple.com/account).
    -h --help     Show this screen.
    -v --version  Show version.

Development

If you have checked out the source code, start the script with ::

python -m dnsimple_zoneimport.importer

Testing

To test, the pytest library is required::

$ pip install pytest

Then run the tests::

$ py.test

Sourcecode

The sourcecode is available on Github: https://github.com/wbrp/dnsimple-zoneimport

Coding Guidelines

PEP8 via flake8 <https://pypi.python.org/pypi/flake8>_ with max-line-width set to 99 and E126-E128 ignored.

Versioning

This project uses Semantic Versioning <http://semver.org/>_.

License

The code is licensed under the MIT license. See LICENSE file for more details.

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc