Skip to content

Commit a1b0e36

Browse files
committed
#267 Add simplejson for its iterable streaming encoding capabilities
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 5aa84c1 commit a1b0e36

11 files changed

Lines changed: 104 additions & 0 deletions

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ def read(*names, **kwargs):
9999
'jinja2 >= 2.7.0, < 3.0.0',
100100
'MarkupSafe >= 0.23',
101101
'colorama',
102+
'simplejson',
102103

103104
# packagedcode
104105
'requests >= 2.7.0, < 3.0.0',
110 KB
Binary file not shown.
114 KB
Binary file not shown.
Binary file not shown.
65.2 KB
Binary file not shown.
66.1 KB
Binary file not shown.
111 KB
Binary file not shown.
115 KB
Binary file not shown.
76.1 KB
Binary file not shown.

thirdparty/prod/simplejson.ABOUT

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
component:
2+
name: simplejson
3+
version: 3.10.0
4+
5+
home_url: https://github.com/simplejson/simplejson
6+
owner: Bob Ippolito
7+
copyright: Copyright (c) 2006 Bob Ippolito
8+
license_expression: mit or afl-2.1
9+
license_text_file: simplejson.LICENSE
10+
11+
vcs_tool: git
12+
vcs_repository: https://github.com/simplejson/simplejson.git
13+
14+
files:
15+
- simplejson-3.10.0-cp27-cp27m-linux_i686.whl
16+
- simplejson-3.10.0-cp27-cp27m-linux_x86_64.whl
17+
- simplejson-3.10.0-cp27-cp27m-macosx_10_11_x86_64.whl
18+
- simplejson-3.10.0-cp27-cp27m-win_amd64.whl
19+
- simplejson-3.10.0-cp27-cp27m-win32.whl
20+
- simplejson-3.10.0-cp27-cp27mu-linux_i686.whl
21+
- simplejson-3.10.0-cp27-cp27mu-linux_x86_64.whl
22+
- simplejson-3.10.0.tar.gz
23+
24+

0 commit comments

Comments
 (0)