File: SOURCES.txt

package info (click to toggle)
jsonpickle 3.0.0%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,184 kB
  • sloc: python: 6,088; javascript: 654; makefile: 90; sh: 17
file content (92 lines) | stat: -rw-r--r-- 1,976 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
.coveragerc
.flake8
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
BENCHMARKS.md
CHANGES.rst
LICENSE
Makefile
README.rst
appveyor.yml
azure-pipelines.yml
conftest.py
jsonpickle_benchmarks.py
pyproject.toml
pytest.ini
requirements-dev.txt
setup.cfg
setup.py
skeleton.md
tox.ini
.github/FUNDING.yml
.github/workflows/lint.yml
.github/workflows/test.yml
contrib/copy-docs
contrib/pyqt-reduce-handler.py
docs/api.rst
docs/conf.py
docs/contrib.rst
docs/extensions.rst
docs/history.rst
docs/index.rst
docs/requirements.txt
images/jsonpickle-0.9.6.svg
images/jsonpickle-1.5.1.svg
images/jsonpickle-1.5.2.svg
images/jsonpickle-2.2.0.svg
images/jsonpickle-3.0.0-dev.svg
jsonpickle/__init__.py
jsonpickle/backend.py
jsonpickle/compat.py
jsonpickle/errors.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/requires.txt
jsonpickle.egg-info/top_level.txt
jsonpickle/ext/__init__.py
jsonpickle/ext/gmpy.py
jsonpickle/ext/numpy.py
jsonpickle/ext/pandas.py
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
jsonpickleJS/ext/require/domReady.js
jsonpickleJS/ext/require/order.js
jsonpickleJS/ext/require/require.js
jsonpickleJS/ext/require/text.js
tests/backend_test.py
tests/benchmark.py
tests/bson_test.py
tests/collections_test.py
tests/datetime_test.py
tests/document_test.py
tests/ecdsa_test.py
tests/feedparser_test.py
tests/handler_test.py
tests/helper.py
tests/jsonpickle_test.py
tests/numpy_test.py
tests/object_test.py
tests/pandas_test.py
tests/sklearn_test.py
tests/sqlalchemy_test.py
tests/stdlib_test.py
tests/util_test.py
tests/wizard_test.py