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

[skywalking-python] branch doc created (now 67e2532)

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

kezhenxu94 pushed a change to branch doc
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git.


      at 67e2532  Add missing docs of plugin requests

This branch includes the following new commits:

     new 67e2532  Add missing docs of plugin requests

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[skywalking-python] 01/01: Add missing docs of plugin requests

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 67e253212eae13299e41b41c67e4d864cf275e43
Author: kezhenxu94 <ke...@163.com>
AuthorDate: Fri Jun 12 23:15:34 2020 +0800

    Add missing docs of plugin requests
---
 .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