Salt与ServiceNow交互的扩展
项目描述
Salt扩展用于ServiceNow
Salt与ServiceNow交互的扩展
安全
如果您认为您发现了一个安全漏洞,请参阅Salt的安全指南。
用户文档
此README是为希望为项目做出贡献的人编写的。如果您只想开始使用此扩展,请查看用户文档。
贡献
saltext-servicenow项目团队欢迎社区贡献。
有关更多信息,请参阅Salt贡献指南,但如果您想立即开始,以下是开始的方法
# Clone the repo
git clone --origin salt git@github.com:salt-extensions/saltext-servicenow.git
# Change to the repo dir
cd saltext-servicenow
# Create a new venv
python3 -m venv env --prompt saltext-servicenow
source env/bin/activate
# On mac, you may need to upgrade pip
python -m pip install --upgrade pip
# On WSL or some flavors of linux you may need to install the `enchant`
# library in order to build the docs
sudo apt-get install -y enchant
# Install extension + test/dev/doc dependencies into your environment
python -m pip install -e '.[tests,dev,docs]'
# Run tests!
python -m nox -e tests-3
# skip requirements install for next time
export SKIP_REQUIREMENTS_INSTALL=1
# Build the docs, serve, and view in your web browser:
python -m nox -e docs && (cd docs/_build/html; python -m webbrowser localhost:8000; python -m http.server; cd -)
编写代码并不是唯一的贡献方式!我们重视在这些领域的任何贡献
您还可以通过其他方式做出贡献
- 撰写博客文章
- 在社交媒体上分享您如何使用Salt + ServiceNow解决问题,包括视频
- 在会议上发表演讲
- 发布视频
- 在IRC、Discord或电子邮件组中提问/回答问题
这些对我们的社区来说都非常有价值,我们真诚地感谢每一个贡献!
更多信息,请构建文档并访问http://localhost:8000/——那里您可以找到其余的文档。
项目详情
下载文件
下载适用于您平台的文件。如果您不确定选择哪个,请了解更多关于安装包的信息。
源代码发行版
saltext_servicenow-1.0.0.tar.gz (41.6 kB 查看哈希值)
构建发行版
关闭
saltext_servicenow-1.0.0.tar.gz的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | eb0bebf9c660f357378da9df8650b625dd465a15c5ff61476da2cb74bbb2251d |
|
MD5 | 1c9d79950b24e16f8c3cf216bf3a747b |
|
BLAKE2b-256 | 9a9b5bf3a47f4d60a7a57b21dd1de48d9524ca85cae963fd24f1daaabb228649 |
关闭
saltext.servicenow-1.0.0-py2.py3-none-any.whl的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | 183b6ec258cac2377c1c295c338c859df4e5a0b9f875de11189aabf7bc810ee8 |
|
MD5 | d8b04581d72b13a1b0b07bb7b0dfd46f |
|
BLAKE2b-256 | 6ee35f66dbe2749e90398e8ca8003a74f6f68c4ec11e964fa5c47ccb63889281 |