You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/06/12 15:33:15 UTC

[skywalking-python] branch master updated: Add missing docs of plugin requests (#13)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git


The following commit(s) were added to refs/heads/master by this push:
     new 3892cab  Add missing docs of plugin requests (#13)
3892cab is described below

commit 3892cab9d5d2c03107cfb2b1c59a6c77c5c3cc35
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Fri Jun 12 23:33:09 2020 +0800

    Add missing docs of plugin requests (#13)
---
 .gitignore | 1 +
 README.md  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 0cb649f..be223d3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ __pycache__
 build/
 dist/
 skywalking_python.egg-info/
+*.pyc
\ No newline at end of file
diff --git a/README.md b/README.md
index b23b809..b84781d 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,7 @@ Library | Plugin Name
 | :--- | :--- |
 | [http.server](https://docs.python.org/3/library/http.server.html) | `sw_http_server` |
 | [urllib.request](https://docs.python.org/3/library/urllib.request.html) | `sw_urllib_request` |
+| [requests](https://requests.readthedocs.io/en/master/) | `requests` |
 
 ## API