CHANGELOG
LICENSE
MANIFEST.in
Procfile
README.md
requirements.txt
requirements_dev.txt
setup.cfg
setup.py
docs/TableauConfiguration.md
docs/about.md
docs/deploy-to-heroku.md
docs/security.md
docs/server-config.md
docs/server-install.md
docs/server-rest.md
docs/tabpy-tools.md
docs/tabpy-virtualenv.md
docs/img/Example1-SimpleFunctionCall.png
docs/img/Example2-MultipleFunctionCalls.png
docs/img/python-calculated-field.png
misc/TabPy.postman_collection.json
misc/TabPy.yml
tabpy/VERSION
tabpy/__init__.py
tabpy/tabpy.py
tabpy.egg-info/PKG-INFO
tabpy.egg-info/SOURCES.txt
tabpy.egg-info/dependency_links.txt
tabpy.egg-info/entry_points.txt
tabpy.egg-info/requires.txt
tabpy.egg-info/top_level.txt
tabpy/models/__init__.py
tabpy/models/deploy_models.py
tabpy/models/scripts/ANOVA.py
tabpy/models/scripts/PCA.py
tabpy/models/scripts/SentimentAnalysis.py
tabpy/models/scripts/__init__.py
tabpy/models/scripts/tTest.py
tabpy/models/utils/__init__.py
tabpy/models/utils/setup_utils.py
tabpy/tabpy_server/__init__.py
tabpy/tabpy_server/state.ini.template
tabpy/tabpy_server/app/__init__.py
tabpy/tabpy_server/app/app.py
tabpy/tabpy_server/app/app_parameters.py
tabpy/tabpy_server/app/util.py
tabpy/tabpy_server/common/__init__.py
tabpy/tabpy_server/common/default.conf
tabpy/tabpy_server/common/endpoint_file_mgr.py
tabpy/tabpy_server/common/messages.py
tabpy/tabpy_server/common/util.py
tabpy/tabpy_server/handlers/__init__.py
tabpy/tabpy_server/handlers/base_handler.py
tabpy/tabpy_server/handlers/endpoint_handler.py
tabpy/tabpy_server/handlers/endpoints_handler.py
tabpy/tabpy_server/handlers/evaluation_plane_handler.py
tabpy/tabpy_server/handlers/management_handler.py
tabpy/tabpy_server/handlers/query_plane_handler.py
tabpy/tabpy_server/handlers/service_info_handler.py
tabpy/tabpy_server/handlers/status_handler.py
tabpy/tabpy_server/handlers/upload_destination_handler.py
tabpy/tabpy_server/handlers/util.py
tabpy/tabpy_server/management/__init__.py
tabpy/tabpy_server/management/state.py
tabpy/tabpy_server/management/util.py
tabpy/tabpy_server/psws/__init__.py
tabpy/tabpy_server/psws/callbacks.py
tabpy/tabpy_server/psws/python_service.py
tabpy/tabpy_server/static/TabPy_logo.png
tabpy/tabpy_server/static/index.html
tabpy/tabpy_server/static/tableau.png
tabpy/tabpy_tools/__init__.py
tabpy/tabpy_tools/client.py
tabpy/tabpy_tools/custom_query_object.py
tabpy/tabpy_tools/query_object.py
tabpy/tabpy_tools/rest.py
tabpy/tabpy_tools/rest_client.py
tabpy/tabpy_tools/schema.py
tabpy/utils/__init__.py
tabpy/utils/tabpy_user.py
tests/__init__.py
tests/integration/__init__.py
tests/integration/integ_test_base.py
tests/integration/test_auth.py
tests/integration/test_custom_evaluate_timeout.py
tests/integration/test_deploy_and_evaluate_model.py
tests/integration/test_deploy_and_evaluate_model_auth_on.py
tests/integration/test_deploy_and_evaluate_model_ssl.py
tests/integration/test_deploy_model_ssl_off_auth_off.py
tests/integration/test_deploy_model_ssl_off_auth_on.py
tests/integration/test_deploy_model_ssl_on_auth_off.py
tests/integration/test_deploy_model_ssl_on_auth_on.py
tests/integration/test_evaluate.py
tests/integration/test_url.py
tests/integration/test_url_ssl.py
tests/integration/resources/2019_04_24_to_3018_08_25.crt
tests/integration/resources/2019_04_24_to_3018_08_25.key
tests/integration/resources/deploy_and_evaluate_model.conf
tests/integration/resources/deploy_and_evaluate_model_auth.conf
tests/integration/resources/pwdfile.txt
tests/unit/__init__.py
tests/unit/server_tests/__init__.py
tests/unit/server_tests/test_config.py
tests/unit/server_tests/test_endpoint_file_manager.py
tests/unit/server_tests/test_endpoint_handler.py
tests/unit/server_tests/test_endpoints_handler.py
tests/unit/server_tests/test_evaluation_plane_handler.py
tests/unit/server_tests/test_pwd_file.py
tests/unit/server_tests/test_service_info_handler.py
tests/unit/server_tests/resources/expired.crt
tests/unit/server_tests/resources/future.crt
tests/unit/server_tests/resources/valid.crt
tests/unit/tools_tests/__init__.py
tests/unit/tools_tests/test_client.py
tests/unit/tools_tests/test_rest.py
tests/unit/tools_tests/test_rest_object.py
tests/unit/tools_tests/test_schema.py