Skip to content

Commit 078c1ae

Browse files
committed
Add: Badges to README.md
1 parent 3000dcf commit 078c1ae

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
## Moesif Patch Python Requests
22

3+
[![Built For][ico-built-for]][link-built-for]
4+
[![Latest Version][ico-version]][link-package]
5+
[![Language Versions][ico-language]][link-language]
6+
[![Software License][ico-license]][link-license]
7+
[![Source Code][ico-source]][link-source]
8+
39
This is a library to patch the Requests lib for capturing outgoing API calls to send to Moesif for API Analytics.
410

5-
It is imported as a dependency in higher level middleware like [Moesif Django Middleware](https://github.com/moesif/moesifdjango) and [Moesif WSGI Middleware](https://github.com/moesif/moesifwsgi) which we recommend checking out first.
11+
It is imported as a dependency in higher level middleware like [Moesif Django Middleware](https://github.com/moesif/moesifpythonrequest) and [Moesif WSGI Middleware](https://github.com/moesif/moesifwsgi) which we recommend checking out first.
12+
13+
[ico-built-for]: https://img.shields.io/badge/built%20for-python%20requests-blue.svg
14+
[ico-version]: https://img.shields.io/pypi/v/moesifpythonrequest.svg
15+
[ico-language]: https://img.shields.io/pypi/pyversions/moesifpythonrequest.svg
16+
[ico-license]: https://img.shields.io/badge/License-Apache%202.0-green.svg
17+
[ico-source]: https://img.shields.io/github/last-commit/moesif/moesifpythonrequest.svg?style=social
18+
19+
[link-built-for]: http://docs.python-requests.org/en/master/
20+
[link-package]: https://pypi.python.org/pypi/moesifpythonrequest
21+
[link-language]: https://pypi.python.org/pypi/moesifpythonrequest
22+
[link-license]: https://raw.githubusercontent.com/Moesif/moesifpythonrequest/master/LICENSE
23+
[link-source]: https://github.com/Moesif/moesifpythonrequest

0 commit comments

Comments
 (0)