File tree 2 files changed +9
-8
lines changed
2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
1
py3resttest
2
2
==========
3
- ![ GitHub Workflow Status] ( https://img.shields.io/github/workflow/status/abhijo89-to/py3resttest /Python%20package )
3
+ ![ GitHub Workflow Status] ( https://img.shields.io/github/workflow/status/crazi-coder/resttest3 /Python%20package )
4
4
![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/resttest3 )
5
5
![ PyPI - Wheel] ( https://img.shields.io/pypi/wheel/resttest3 )
6
6
![ PyPI] ( https://img.shields.io/pypi/v/resttest3 )
7
7
![ PyPI - Downloads] ( https://img.shields.io/pypi/dm/resttest3 )
8
- [ ![ Coverage Status] ( https://coveralls.io/repos/github/abhijo89-to/py3resttest /badge.svg )] ( https://coveralls.io/github/abhijo89-to/py3resttest )
9
- [ ![ SourceLevel] ( https://app.sourcelevel.io/github/abhijo89-to/py3resttest .svg )] ( https://app.sourcelevel.io/github/abhijo89-to/py3resttest )
10
- [ ![ CodeFactor] ( https://www.codefactor.io/repository/github/abhijo89-to/py3resttest /badge )] ( https://www.codefactor.io/repository/github/abhijo89-to/py3resttest )
8
+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/crazi-coder/resttest3 /badge.svg )] ( https://coveralls.io/github/abhijo89-to/py3resttest )
9
+ [ ![ SourceLevel] ( https://app.sourcelevel.io/github/crazi-coder/resttest3 .svg )] ( https://app.sourcelevel.io/github/abhijo89-to/py3resttest )
10
+ [ ![ CodeFactor] ( https://www.codefactor.io/repository/github/crazi-coder/resttest3 /badge )] ( https://www.codefactor.io/repository/github/abhijo89-to/py3resttest )
11
11
12
12
13
- Please read [ documentation] ( https://abhijo89-to.github.io/py3resttest / ) . We are doing active development for python3 and removed python2 support
13
+ Please read [ documentation] ( https://crazicoder.com / ) . We are doing active development for python3 and removed python2 support
14
14
15
15
This project is a fork of [ pyresttest] ( https://github.com/svanoort/pyresttest )
Original file line number Diff line number Diff line change 2
2
with open ("requirements.txt" ) as fp :
3
3
install_requires = [lib_str .strip () for lib_str in fp .read ().split ("\n " ) if not lib_str .startswith ("#" )]
4
4
5
+ with open ('README.md' ) as fp :
6
+ readme = fp .read ()
5
7
6
8
setup (
7
9
name = 'resttest3' ,
8
- version = "1.0.1 " ,
10
+ version = "1.0.3 " ,
9
11
description = 'Python RESTful API Testing & Micro benchmarking Tool' ,
10
- long_description = 'Python RESTful API Testing & Microbenchmarking Tool '
11
- '\n Documentation at https://abhijo89-to.github.io/py3resttest/' ,
12
+ long_description = readme ,
12
13
author = "Abhilash Joseph C" ,
13
14
14
15
url = 'https://github.com/abhijo89-to/resttest3' ,
You can’t perform that action at this time.
0 commit comments