File tree 1 file changed +4
-2
lines changed
Filter options
1 file changed +4
-2
lines changed
Original file line number Diff line number Diff line change 1
1
# Zencoder
2
+ [ ![ Build Status] ( https://secure.travis-ci.org/schworer/zencoder-py.png )] ( http://travis-ci.org/schworer/zencoder-py )
2
3
3
4
A Python module for the [ Zencoder] ( http://zencoder.com ) API.
4
5
5
6
## Installation
6
7
Install from PyPI using ` easy_install ` or ` pip ` .
7
8
9
+ pip install zencoder
10
+
8
11
## Dependencies
9
- ` zencoder-py ` depends on [ httplib2 ] ( http://code.google.com/p/httplib2/ ) , and uses the ` json ` or ` simplejson ` module.
12
+ ` zencoder-py ` depends on [ requests ] ( http://python-requests.org ) , and uses the ` json ` or ` simplejson ` module.
10
13
11
14
## Usage
12
15
@@ -60,5 +63,4 @@ Docs are in progress, and hosted at Read the Docs: http://zencoder.rtfd.org
60
63
* [ Josh Kennedy] ( http://github.com/kennedyj )
61
64
* [ Issac Kelly] ( http://github.com/issackelly )
62
65
63
- [ ![ Build Status] ( https://secure.travis-ci.org/schworer/zencoder-py.png )] ( http://travis-ci.org/schworer/zencoder-py )
64
66
You can’t perform that action at this time.
0 commit comments