Metadata-Version: 1.0
Name: nsone
Version: 0.9.100
Summary: Legacy Python SDK for the NS1 DNS platform
Home-page: https://github.com/ns1/nsone-python
Author: NS1 Developers
Author-email: devteam@ns1.com
License: MIT
Description-Content-Type: UNKNOWN
Description: Legacy NS1 Python SDK
        =====================
        
        This SDK is deprecated 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.
        
        Migration to the new SDK
        ------------------------
        
        The new SDK provides equivalent functionality. To migrate a project to the new
        SDK:
        
        * Update your project dependencies to use ``ns1-python`` instead of ``nsone``.
        * Replace use of ``nsone`` namespace with ``ns1``.
        * Replace use of ``nsone.NSONE`` with ``ns1.NS1``.
        
Platform: UNKNOWN
