用于Pyramid Web应用的Swagger工具
项目描述
- PyPI:
- 文档:
- 源码:
- 许可证:
版权 © 2014 Scott Triglia,根据 BSD 3条款
- 构建状态:
- master上的当前覆盖率:
- 持久的问答聊天:
pyramid_swagger
此项目提供方便的工具,用于在Pyramid Web应用中使用Swagger定义和验证您的接口。
完整文档可在以下网址查看:http://pyramid-swagger.readthedocs.org/。
如何贡献
在Github上Fork此仓库:https://help.github.com/articles/fork-a-repo/
克隆您的Fork仓库:https://help.github.com/articles/cloning-a-repository/
为您的更改创建一个功能分支
git remote add upstream https://github.com/Yelp/pyramid_swagger.git git fetch upstream git checkout upstream/master -b my-feature-branch
创建并激活虚拟环境,这将为您提供 pyramid_swagger 开发所需的所有库和工具
make source .activate.sh
在开始之前确保测试套件可以运行
tox -e py38 # Note: use py310 for Python 3.10, see tox.ini for possible values
推送到github:git pull && git push origin
发送拉取请求:https://help.github.com/articles/creating-a-pull-request/
运行单个测试
确保您已激活虚拟环境(见上文)。
py.test -vvv tests/tween_test.py::test_response_properties
项目详情
关闭
pyramid_swagger-2.9.0.tar.gz 的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | ed2c04677704fb0f13575630d0fecfe4a391bb8465c138ff5d57f213508fa8a2 |
|
MD5 | 38330dd2093cf5f3fbeb9fa45552c2bc |
|
BLAKE2b-256 | 44cb0d498df44ca030d260fbb1916844dc0d233d957f5e76838784f791359a36 |