File: SOURCES.txt

package info (click to toggle)
jsonpickle 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 460 kB
  • ctags: 671
  • sloc: python: 3,098; makefile: 12
file content (48 lines) | stat: -rw-r--r-- 1,057 bytes parent folder | download
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
COPYING
MANIFEST.in
README.rst
Rakefile
requirements-2.txt
requirements-3.txt
requirements-test.txt
requirements.txt
setup.py
docs/source/api.rst
docs/source/changelog.rst
docs/source/conf.py
docs/source/contrib.rst
docs/source/index.rst
jsonpickle/__init__.py
jsonpickle/backend.py
jsonpickle/compat.py
jsonpickle/handlers.py
jsonpickle/pickler.py
jsonpickle/tags.py
jsonpickle/unpickler.py
jsonpickle/util.py
jsonpickle/version.py
jsonpickle.egg-info/PKG-INFO
jsonpickle.egg-info/SOURCES.txt
jsonpickle.egg-info/dependency_links.txt
jsonpickle.egg-info/top_level.txt
jsonpickleJS/.gitignore
jsonpickleJS/LICENSE
jsonpickleJS/README.md
jsonpickleJS/handlers.js
jsonpickleJS/main.js
jsonpickleJS/pickler.js
jsonpickleJS/tags.js
jsonpickleJS/testPickle.html
jsonpickleJS/testUnpickle.html
jsonpickleJS/unpickler.js
jsonpickleJS/util.js
tests/backends_tests.py
tests/benchmark.py
tests/datetime_tests.py
tests/document_test.py
tests/handler_tests.py
tests/jsonpickle_test.py
tests/object_test.py
tests/runtests.py
tests/thirdparty_tests.py
tests/util_tests.py