aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorSVN-Git Migration <python-modules-team@lists.alioth.debian.org>2015-10-08 13:41:28 -0700
committerSVN-Git Migration <python-modules-team@lists.alioth.debian.org>2015-10-08 13:41:28 -0700
commit653256249d44c67a0852d57a166948a9dc712ef4 (patch)
tree91efed3ad3640d3949be638ad4c4e45a63fd3864 /README.rst
parentc6ee35e00c5709435b3a6b664c44fceb70a918c6 (diff)
downloadpython-requests-653256249d44c67a0852d57a166948a9dc712ef4.tar
python-requests-653256249d44c67a0852d57a166948a9dc712ef4.tar.gz
Imported Upstream version 1.2.3
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 806963a..3d03641 100644
--- a/README.rst
+++ b/README.rst
@@ -5,6 +5,9 @@ Requests: HTTP for Humans
.. image:: https://travis-ci.org/kennethreitz/requests.png?branch=master
:target: https://travis-ci.org/kennethreitz/requests
+.. image:: https://pypip.in/d/requests/badge.png
+ :target: https://crate.io/packages/requests/
+
Requests is an Apache2 Licensed HTTP library, written in Python, for human
beings.
@@ -69,6 +72,11 @@ Or, if you absolutely must:
But, you really shouldn't do that.
+Documentation
+-------------
+
+Documentation is available at http://docs.python-requests.org/.
+
Contribute
----------