Metadata-Version: 2.1
Name: apirunner
Version: 1.1.0
Summary: One-stop solution for HTTP(S) testing.
License: Apache-2.0
Author: ylfeng
Author-email: 835393537@qq.com
Requires-Python: >=3.6,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Provides-Extra: allure
Provides-Extra: locust
Provides-Extra: upload
Requires-Dist: allure-pytest (>=2.8.16,<3.0.0); extra == "allure"
Requires-Dist: black (>=19.10b0,<20.0)
Requires-Dist: filetype (>=1.0.7,<2.0.0); extra == "upload"
Requires-Dist: jinja2 (>=2.10.3,<3.0.0)
Requires-Dist: jmespath (>=0.9.5,<0.10.0)
Requires-Dist: locust (>=1.0.3,<2.0.0); extra == "locust"
Requires-Dist: loguru (>=0.4.1,<0.5.0)
Requires-Dist: pydantic (>=1.4,<2.0)
Requires-Dist: pytest (>=5.4.2,<6.0.0)
Requires-Dist: pytest-html (>=2.1.1,<3.0.0)
Requires-Dist: pyyaml (>=5.1.2,<6.0.0)
Requires-Dist: requests (>=2.22.0,<3.0.0)
Requires-Dist: requests-toolbelt (>=0.9.1,<0.10.0); extra == "upload"
Requires-Dist: sentry-sdk (>=0.14.4,<0.15.0)
Description-Content-Type: text/markdown

# httprunners

#### 介绍
基于httprunner3.1.4框架进行二次开发，优化相关功能与一些小的缺陷。

#### 软件架构
软件架构说明


#### 安装教程

1.  xxxx
2.  xxxx
3.  xxxx

#### 使用说明

1.  xxxx
2.  xxxx
3.  xxxx

#### 参与贡献

1.  Fork 本仓库
2.  新建 Feat_xxx 分支
3.  提交代码
4.  新建 Pull Request


#### 特技

1.  使用 Readme\_XXX.md 来支持不同的语言，例如 Readme\_en.md, Readme\_zh.md
2.  Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com)
3.  你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目
4.  [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目，是综合评定出的优秀开源项目
5.  Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help)
6.  Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)

poetry 打包推送
poetry build
poetry publish
