1
- # Unirest for Python [ ![ Build Status] ( https://api.travis-ci.org/Mashape/unirest-python.png )] ( https://travis-ci.org/Mashape/unirest-python )
1
+ # Unirest for Python [ ![ Build Status] [ travis-image ]] [ travis-url ] [ ![ version] [ pypi-version ]] [ pypi-url ]
2
+
3
+ [ ![ License] [ pypi-license ]] [ license-url ]
4
+ [ ![ Downloads] [ pypi-downloads ]] [ pypi-url ]
5
+ [ ![ Dependencies] [ versioneye-image ]] [ versioneye-url ]
6
+ [ ![ Gitter] [ gitter-image ]] [ gitter-url ]
2
7
3
8
Unirest is a set of lightweight HTTP libraries available in multiple languages, ideal for most applications:
4
9
@@ -11,8 +16,6 @@ Unirest is a set of lightweight HTTP libraries available in multiple languages,
11
16
* Customizable default headers for every request (DRY)
12
17
* Automatic JSON parsing into a native object for JSON responses
13
18
14
- Created with love by [ thefosk] ( https://github.com/thefosk ) @ [ mashape.com] ( https://mashape.com )
15
-
16
19
## Installing
17
20
To utilize Unirest, install it using pip:
18
21
@@ -139,3 +142,28 @@ You can clear the default headers anytime with:
139
142
``` python
140
143
unirest.clear_default_headers()
141
144
```
145
+
146
+ ----
147
+
148
+ Made with ♥ ; from the [ Mashape] ( https://www.mashape.com/ ) team
149
+
150
+ [ license-url ] : https://github.com/Mashape/unirest-python/blob/master/LICENSE
151
+
152
+ [ gitter-url ] : https://gitter.im/Mashape/unirest-python
153
+ [ gitter-image ] : https://img.shields.io/badge/Gitter-Join%20Chat-blue.svg?style=flat-square
154
+
155
+ [ travis-url ] : https://travis-ci.org/Mashape/unirest-python
156
+ [ travis-image ] : https://img.shields.io/travis/Mashape/unirest-python.svg?style=flat-square
157
+
158
+ [ pypi-url ] : https://pypi.python.org/pypi/Unirest/
159
+ [ pypi-license ] : https://img.shields.io/pypi/l/Unirest.svg?style=flat-square
160
+ [ pypi-version ] : https://img.shields.io/pypi/v/Unirest.svg?style=flat-square
161
+ [ pypi-downloads ] : https://img.shields.io/pypi/dm/Unirest.svg?style=flat-square
162
+
163
+ [ codeclimate-url ] : https://codeclimate.com/github/Mashape/unirest-python
164
+ [ codeclimate-quality ] : https://img.shields.io/codeclimate/github/Mashape/unirest-python.svg?style=flat-square
165
+ [ codeclimate-coverage ] : https://img.shields.io/codeclimate/coverage/github/Mashape/unirest-python.svg?style=flat-square
166
+
167
+ [ versioneye-url ] : https://www.versioneye.com/user/projects/54b82a8905064657eb00024e
168
+ [ versioneye-image ] : https://img.shields.io/versioneye/d/user/projects/54b82a8905064657eb00024e.svg?style=flat-square
169
+
0 commit comments