> This SDK is [deprecated](https://github.com/ns1/community/blob/master/project_status/DEPRECATED.md) in favor of ns1-python <https://github.com/ns1/ns1-python> _and should not be used for new projects._
The code in this repository provides just a thin wrapper for the new SDK to allow easier migration.
The new SDK provides equivalent functionality. To migrate a project to the new SDK:
- Update your project dependencies to use
ns1-python
instead ofnsone
. - Replace use of
nsone
namespace withns1
. - Replace use of
nsone.NSONE
withns1.NS1
.