File: SOURCES.txt

package info (click to toggle)
jsonpickle 0.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 220 kB
  • ctags: 321
  • sloc: python: 1,179; makefile: 72
file content (28 lines) | stat: -rw-r--r-- 605 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
COPYING
MANIFEST.in
README.rst
setup.py
docs/Makefile
docs/make.bat
docs/source/api.rst
docs/source/conf.py
docs/source/index.rst
docs/source/_static/searchtools.js
jsonpickle/__init__.py
jsonpickle/compat.py
jsonpickle/handlers.py
jsonpickle/pickler.py
jsonpickle/tags.py
jsonpickle/unpickler.py
jsonpickle/util.py
jsonpickle.egg-info/PKG-INFO
jsonpickle.egg-info/SOURCES.txt
jsonpickle.egg-info/dependency_links.txt
jsonpickle.egg-info/top_level.txt
jsonpickle.egg-info/zip-safe
tests/benchmark.py
tests/jsonpickle_test.py
tests/runtests.py
tests/samples.py
tests/thirdparty_tests.py
tests/util_tests.py