LICENSE.txt
README.md
pyproject.toml
pam/__init__.py
pam/api.py
pam/cli.py
pam/interface_task_manager.py
pam/logger.py
pam/request_file_format.py
pam/result_batch_uploader.py
pam/server.py
pam/service.py
pam/sqlite.py
pam/task_manager.py
pam/temp_file_utils.py
pam/tester_task.py
pam/utils.py
pam/models/__init__.py
pam/models/request_command.py
pam/models/sqlite_download.py
pam/reports/__init__.py
pam/reports/area.py
pam/reports/axis.py
pam/reports/bar.py
pam/reports/box_plot.py
pam/reports/bubble.py
pam/reports/candlestick.py
pam/reports/collection.py
pam/reports/definition.py
pam/reports/donut.py
pam/reports/errors.py
pam/reports/fields.py
pam/reports/heatmap.py
pam/reports/line.py
pam/reports/manager.py
pam/reports/metric.py
pam/reports/pie.py
pam/reports/polar_area.py
pam/reports/radar.py
pam/reports/radial_bar.py
pam/reports/range_area.py
pam/reports/range_bar.py
pam/reports/range_transform.py
pam/reports/record.py
pam/reports/report.py
pam/reports/scatter.py
pam/reports/schema.py
pam/reports/store.py
pam/reports/table.py
pam/reports/transport.py
pam/reports/treemap.py
pam/templates/buildcmd/pamb
pam/templates/buildcmd/pamb-base.sh
pam/templates/init/AGENT.md
pam/templates/init/REPORTS.md
pam/templates/init/dockerignore.tmpl
pam/templates/init/gitignore.tmpl
pam/templates/init/main.tmpl
pam/templates/init/pylintrc.tmpl
pam/templates/init/run_unit_test.bat
pam/templates/init/run_unit_test.ps1
pam/templates/init/run_unit_test.sh
pam/templates/project/pip/Dockerfile
pam/templates/project/pip/requirements.txt
pam/templates/project/uv/Dockerfile
pam/templates/project/uv/pyproject.toml
pam/templates/project/uv/python-version
pam/templates/service/common/service.yaml
pam/templates/service/pandas/functions.tmpl
pam/templates/service/pandas/service.test.tmpl
pam/templates/service/pandas/service_class.tmpl
pam/templates/service/polars/functions.tmpl
pam/templates/service/polars/service.test.tmpl
pam/templates/service/polars/service_class.tmpl
pam_python.egg-info/PKG-INFO
pam_python.egg-info/SOURCES.txt
pam_python.egg-info/dependency_links.txt
pam_python.egg-info/entry_points.txt
pam_python.egg-info/requires.txt
pam_python.egg-info/top_level.txt
tests/test_cli_templates.py
tests/test_range_transform.py
tests/test_report_store.py
tests/test_result_batch_uploader.py
tests/test_service_dataframe_output.py
tests/test_sqlite_download_v2.py
tests/test_typed_area_report.py
tests/test_typed_bar_report.py
tests/test_typed_box_plot_report.py
tests/test_typed_bubble_report.py
tests/test_typed_candlestick_report.py
tests/test_typed_donut_report.py
tests/test_typed_heatmap_report.py
tests/test_typed_line_report.py
tests/test_typed_metric_report.py
tests/test_typed_pie_report.py
tests/test_typed_polar_area_report.py
tests/test_typed_radar_report.py
tests/test_typed_radial_bar_report.py
tests/test_typed_range_area_report.py
tests/test_typed_range_bar_report.py
tests/test_typed_scatter_report.py
tests/test_typed_table_report.py
tests/test_typed_treemap_report.py