Skip to main content

Build Status Docs

NS1 Python SDK

This project is in active development.

A Python SDK for accessing NS1, the Data Driven DNS platform.

About

This package provides a python SDK for accessing the NS1 DNS platform and includes both a simple NS1 REST API wrapper as well as a higher level interface for managing zones, records, data feeds, and more. It supports synchronous and asynchronous transports.

Python 3.8+ is supported. Automated tests are currently run against 3.8, 3.9, 3.10, 3.11, 3.12 and 3.13

Installation

$ pip install ns1_python

Dependencies

None, but supports different transport backends. Currently supported:

  • requests (synchronous, the default if available)
  • urllib (synchronous, the default if requests isn't available)
  • twisted (asynchronous, requires 2.7 or 3.5+)

Other transports are easy to add, see transport

Examples

See the examples directory

Documentation

If you don't yet have an NS1 account, signup here (free)

You'll need an API Key. To create one, login to the portal and click on the Account button in the top right. Select Settings & Users, then add a new API Key at the bottom.

Tests

Unit tests use pytest (pip install pytest). 2.7 also requires mock to be installed (pip install mock).

Tests should, of course, run and pass under python 2 and 3. We use tox to automate test runs and virtualenv setup, see tox.ini for config.

Contributions

Pull Requests and issues are welcome. See the NS1 Contribution Guidelines for more information.

Editing the docs

You can create or edit NS1-python documentation by downloading the repo onto your machine and using an editor such as VSCode.

Creating Pull Requests

  1. When you're ready to submit your changes, add a descriptive title and comments to summarize the changes made.
  2. Select Create a new branch for this commit and start a pull request.
  3. Check the Propose file change button.
  4. Scroll down to compare changes with the original document.
  5. Select Create pull request.

Our CI process will lint and check for formatting issues with flake8 and black. It is suggested to run these checks prior to submitting a pull request and fix any issues:

pip install flake8 black
flake8 . --count --show-source --statistics --extend-ignore=E501
black . --check -l 79 --diff

NOTE

This package was originally named ns1-python, but to comply with PEP 625 it was renamed to ns1_python via this PR.

You can still install the ns1-python package as normal.

Download files

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

Source Distribution

ns1_python-0.29.0.tar.gz (33.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ns1_python-0.29.0-py2.py3-none-any.whl (47.4 kB view details)

Uploaded Python 2Python 3

File details

Details for the file ns1_python-0.29.0.tar.gz.

File metadata

  • Download URL: ns1_python-0.29.0.tar.gz
  • Upload date:
  • Size: 33.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ns1_python-0.29.0.tar.gz
Algorithm Hash digest
SHA256 cd3db956d1503542e6cd21237d6f61ebbf6888545ebedb8ea2265905fc90aa1a
MD5 7a81e69462a9191bffb7e2264f9b17ab
BLAKE2b-256 922c95b6daa53159a691ad7eb9e000e8bc68308b85de503b17ad1a1ffbf19823

See more details on using hashes here.

File details

Details for the file ns1_python-0.29.0-py2.py3-none-any.whl.

File metadata

  • Download URL: ns1_python-0.29.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 47.4 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ns1_python-0.29.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d7915097998db165caf3cffa04b889fb00a89d7687bf541e54fda190dcea5e05
MD5 e55bf6c563fe9f59b20218d74a562e5f
BLAKE2b-256 74b88719f2bed1492686f62e7e35414eb7ebcb342b56fed7cb354efbb40a1929

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.29.0 This release

2 files

0.28.0

2 files

0.27.4

2 files

0.27.3

2 files

0.27.2

2 files

0.27.1

2 files

0.26.0

1 file

0.25.0

2 files

0.24.0

2 files

0.23.0

2 files

0.22.0

2 files

0.21.0

2 files

0.20.0

2 files

0.19.1

2 files

0.19.0

2 files

0.18.0

2 files

0.17.4

2 files

0.17.2

2 files

0.17.1

2 files

0.17.0

2 files

0.16.1

2 files

0.16.0

2 files

0.15.0

2 files

0.14.0

2 files

0.13.0

2 files

0.12.0

2 files

0.11.0

2 files

0.10.0

2 files

0.9.19

2 files

0.9.18

3 files

0.9.17

3 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page