Nacos 0.8.0 ~ 1.3.2 Installation pip install nacos-sdk-python Getting Started importnacos# Both HTTP/HTTPS protocols are supported, if not set protocol prefix default is HTTP, and HTTPS with no ssl check(verify=
('Uploading the package to PyPi via Twine...') os.system('twine upload dist/*') sys.exit() setup( name="nacos-sdk-python", version=nacos.__version__, packages=find_packages( exclude=["test", "*.tests", "*.tests.*", "tests.*", "tests"]), url="https://github.com/nacos-...
exclude test folder to pypi package 5年前 Loading... README Apache-2.0 A Python implementation of Nacos OpenAPI. see:https://nacos.io/zh-cn/docs/open-API.html Supported Python version: Python 2.7 Python 3.6 Python 3.7 Supported Nacos version ...
刚发布的最新版本是稳定版(https://pypi.org/project/nacos-sdk-python/)
使用https://pypi.org/project/nacos-python-sdk/ 这个包,亲测可以解决监听时报403的问题 👍 1 CZJCC closed this as completed Aug 9, 2024 Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment Assignees No one assigned Labels None yet Projec...
Additional navigation options This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. Browse files ChunLin Diao committedSep 22, 2020 exclude test folder to pypi package c9ad4bf ...
self.status('Uploading the package to PyPi via Twine…') os.system('twine upload dist/*') sys.exit() with open("README.md", "r") as fh: long_description = fh.read() setup( name="nacos-sdk-python", version=nacos.__version__, packages=find_packages(exclude=["test"]), packages=...
setup.py exclude test folder to pypi package Sep 22, 2020 Repository files navigation README Licensenacos-sdk-python A Python implementation of Nacos OpenAPI.see: https://nacos.io/zh-cn/docs/open-API.htmlSupported Python version:Python 2.7 Python 3.6 Python 3.7Supported...
('Uploading the package to PyPi via Twine...') os.system('twine upload dist/*') sys.exit() setup( name="nacos-sdk-python", version="2.0.0.beta5", packages=find_packages( exclude=["test", "*.tests", "*.tests.*", "tests.*", "tests"]), url="https://github.com/nacos-group...
Nacos 0.8.0 ~ 1.3.2 Installation pip install nacos-sdk-python Getting Started importnacos# Both HTTP/HTTPS protocols are supported, if not set protocol prefix default is HTTP, and HTTPS with no ssl check(verify=False)# "192.168.3.4:8848" or "https://192.168.3.4:443" or "http://192.168...