This repository was archived by the owner on Nov 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-15
lines changed Expand file tree Collapse file tree 2 files changed +11
-15
lines changed Original file line number Diff line number Diff line change 1
- <a href =" https://pypi.org/project/drf-openapi-tester/ " >
2
- <img src="https://img.shields.io/pypi/v/drf-openapi-tester.svg" alt="Package version">
3
- </a >
4
- <a href =" https://codecov.io/gh/snok/drf-openapi-tester " >
5
- <img src="https://codecov.io/gh/snok/drf-openapi-tester/branch/master/graph/badge.svg" alt="Code coverage">
6
- </a >
7
- <a href =" https://pypi.org/project/drf-openapi-tester/ " >
8
- <img src="https://img.shields.io/badge/python-3.6%2B-blue" alt="Supported Python versions">
9
- </a >
10
- <a href =" https://pypi.python.org/pypi/drf-openapi-tester " >
11
- <img src="https://img.shields.io/badge/django%20versions-2.2%2B-blue" alt="Supported Django versions">
12
- </a >
13
- <a href =" http://mypy-lang.org/ " >
14
- <img src="http://www.mypy-lang.org/static/mypy_badge.svg" alt="Checked with mypy">
15
- </a >
1
+ [ ![ PyPI] ( https://img.shields.io/pypi/v/drf-openapi-tester.svg )] ( https://pypi.org/project/drf-openapi-tester/ )
2
+ [ ![ Coverage] ( https://codecov.io/gh/snok/drf-openapi-tester/branch/master/graph/badge.svg )] ( https://codecov.io/gh/snok/drf-openapi-tester )
3
+ [ ![ Python versions] ( https://img.shields.io/badge/Python-3.7%2B-blue )] ( https://pypi.org/project/drf-openapi-tester/ )
4
+ [ ![ Django versions] ( https://img.shields.io/badge/Django-3.0%2B-blue )] ( https://pypi.org/project/drf-openapi-tester/ )
5
+
6
+ [ ![ Maintainability Rating] ( https://sonarcloud.io/api/project_badges/measure?project=Goldziher_pydantic-factories&metric=sqale_rating )] ( https://sonarcloud.io/summary/new_code?id=Goldziher_pydantic-factories )
7
+ [ ![ Reliability Rating] ( https://sonarcloud.io/api/project_badges/measure?project=Goldziher_pydantic-factories&metric=reliability_rating )] ( https://sonarcloud.io/summary/new_code?id=Goldziher_pydantic-factories )
8
+ [ ![ Quality Gate Status] ( https://sonarcloud.io/api/project_badges/measure?project=Goldziher_pydantic-factories&metric=alert_status )] ( https://sonarcloud.io/summary/new_code?id=Goldziher_pydantic-factories )
16
9
17
10
# DRF OpenAPI Tester
18
11
Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ classifiers = [
24
24
" Programming Language :: Python :: 3.8" ,
25
25
" Programming Language :: Python :: 3.9" ,
26
26
" Programming Language :: Python :: 3.10" ,
27
+ ' Framework :: Django :: 3.0' ,
28
+ ' Framework :: Django :: 3.1' ,
29
+ ' Framework :: Django :: 3.2' ,
27
30
" Topic :: Software Development" ,
28
31
" Topic :: Software Development :: Libraries" ,
29
32
" Topic :: Software Development :: Libraries :: Application Frameworks" ,
You can’t perform that action at this time.
0 commit comments