File: SOURCES.txt

package info (click to toggle)
simplejson 3.20.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 596 kB
  • sloc: python: 3,422; ansic: 2,950; makefile: 10; sh: 8
file content (54 lines) | stat: -rw-r--r-- 1,564 bytes parent folder | download | duplicates (3)
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
46
47
48
49
50
51
52
53
54
CHANGES.txt
LICENSE.txt
MANIFEST.in
README.rst
conf.py
index.rst
setup.py
scripts/make_docs.py
simplejson/__init__.py
simplejson/_speedups.c
simplejson/compat.py
simplejson/decoder.py
simplejson/encoder.py
simplejson/errors.py
simplejson/ordered_dict.py
simplejson/raw_json.py
simplejson/scanner.py
simplejson/tool.py
simplejson.egg-info/PKG-INFO
simplejson.egg-info/SOURCES.txt
simplejson.egg-info/dependency_links.txt
simplejson.egg-info/top_level.txt
simplejson/tests/__init__.py
simplejson/tests/_cibw_runner.py
simplejson/tests/test_bigint_as_string.py
simplejson/tests/test_bitsize_int_as_string.py
simplejson/tests/test_check_circular.py
simplejson/tests/test_decimal.py
simplejson/tests/test_decode.py
simplejson/tests/test_default.py
simplejson/tests/test_dump.py
simplejson/tests/test_encode_basestring_ascii.py
simplejson/tests/test_encode_for_html.py
simplejson/tests/test_errors.py
simplejson/tests/test_fail.py
simplejson/tests/test_float.py
simplejson/tests/test_for_json.py
simplejson/tests/test_indent.py
simplejson/tests/test_item_sort_key.py
simplejson/tests/test_iterable.py
simplejson/tests/test_namedtuple.py
simplejson/tests/test_pass1.py
simplejson/tests/test_pass2.py
simplejson/tests/test_pass3.py
simplejson/tests/test_raw_json.py
simplejson/tests/test_recursion.py
simplejson/tests/test_scanstring.py
simplejson/tests/test_separators.py
simplejson/tests/test_speedups.py
simplejson/tests/test_str_subclass.py
simplejson/tests/test_subclass.py
simplejson/tests/test_tool.py
simplejson/tests/test_tuple.py
simplejson/tests/test_unicode.py