-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
47 lines (25 loc) · 659 Bytes
/
README
File metadata and controls
47 lines (25 loc) · 659 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
jindo
====
.. contents::
Installation
------------
You can install jindo with ``easy_install jindo`` (sudo required in most cases)
You'll need to create this file and put your (mt) API key in it:
~/.jindorc
Contents:
api_key=YOUR_API_KEY
Summary
-------
Usage Examples::
$ jindo -i
Get a list of all services associated with the account API keyh was issued for
$ jindo -d NNNNN
List details for service number NNNNNN
$ jindo -d NNNNN -f json
Same as above but output in JSON format instead of text
Changes
-------
**0.0.2**: Added -f format option
Requirements
------------
* setuptools