
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
智眼Python SDK
基于 test
文件夹中的 \\__init__.py
-> load_tests
自动发现:
python -m unittest tests
pip install -U zymod
比如:
from zymod import upload
安装依赖包:
pip install -U setuptools wheel
生成 requirements.txt:
python zy_env_marker.py
运行:
rm -rf build/ dist/ zymod.egg-info/ && python setup.py bdist_wheel
在 dist
目录下会生成类似 zymod-1.0.0-py3-none-any.whl
的安装包。
全局安装:
sudo pip install -U dist/zymod-*-py3-none-any.whl
用户目录安装:
pip install --user -U dist/zymod-*-py3-none-any.whl
pip uninstall zymod
~/.pypirc
[distutils]
index-servers=
pypi
[pypi]
username:
password:
pip install -U twine
twine upload dist/*
如果使用国内镜像源,需要等一两天国内服务器才会同步官方源。
可以临时指定官方源安装:
python3 -m pip install -i https://pypi.org/simple/ example-pkg
FAQs
ZhiYan Python SDK
We found that zymod demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.