Metadata-Version: 2.1
Name: nacos-python-sdk
Version: 0.2
Summary: nacos-python-sdk
Home-page: https://codeup.aliyun.com/612cb27957e7cd986dfaf21f/nacos-python-sdk
License: Apache License 2.0
Keywords: nacos,nacos-python-sdk
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt


# nacos-python-sdk
Our repository aligns with the [nacos-sdk-python](https://github.com/nacos-group/nacos-sdk-python/tree/master).

However, we have made modifications to the `client.py` file to incorporate authentication support for nacos versions 2.2 and above. This adjustment addresses the issue:
```
ERROR: nacos.client: [do-pulling] exception HTTP Error 403: occur, return an empty list, waiting for recovery.
```
Given that the original project is no longer maintained by its author and no pull requests have been accepted, we have taken the initiative to rectify and re-upload this project.


[![Pypi Version](https://badge.fury.io/py/nacos-python-sdk.svg)](https://badge.fury.io/py/nacos-python-sdk)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/nacos-group/nacos-sdk-python/blob/master/LICENSE)
