.coveragerc
.coveralls.yml
.editorconfig
.gitignore
.readthedocs.yaml
LICENSE
MANIFEST.in
README.md
pylintrc
pyproject.toml
run_tests.sh
setup.cfg
setup.py
.github/workflows/build.yml
docs/.gitignore
docs/Makefile
docs/changelog.rst
docs/class_translation.rst
docs/client.rst
docs/conf.py
docs/index.rst
docs/installation.rst
docs/license.rst
docs/make.bat
docs/requirements.txt
docs/server.rst
docs/_static/.gitignore
docs/_templates/.gitignore
jsonrpclib/SimpleJSONRPCServer.py
jsonrpclib/__init__.py
jsonrpclib/config.py
jsonrpclib/history.py
jsonrpclib/jsonclass.py
jsonrpclib/jsonlib.py
jsonrpclib/jsonrpc.py
jsonrpclib/threadpool.py
jsonrpclib/utils.py
jsonrpclib_pelix.egg-info/PKG-INFO
jsonrpclib_pelix.egg-info/SOURCES.txt
jsonrpclib_pelix.egg-info/dependency_links.txt
jsonrpclib_pelix.egg-info/top_level.txt
tests/__init__.py
tests/test_cgi.py
tests/test_compatibility.py
tests/test_config.py
tests/test_headers.py
tests/test_history.py
tests/test_internal.py
tests/test_jsonclass.py
tests/test_jsonlib.py
tests/test_server.py
tests/test_threadpool.py
tests/test_unix.py
tests/utilities.py
tests/cgi-bin/cgi_server.py