pyp-platform

Repository Profile Report • Scanned at 2026-07-12 13:12:32

Code Silhouette Report
Total Code Lines
715,529
Blank: 158,146 • Comments: 308,548
Total Files
2,853
Languages detected: 27
Code Base Size
122.9 MB
Avg file size: 49.5 KB
Commits
782
First: 2026-01-31
Contributors
3
Last commit: 2026-04-11
Language Distribution (Lines of Code)
Files Count by Language
Monthly Commit Activity Timeline
Third-Party Dependencies
Top Contributors
Stanley-blik 422 commits
root 358 commits
GitHub Action 1 commits
ScriptKiddy254 1 commits
File Size Distribution
Size Range File Count
Under 1 KB649
1 KB - 10 KB968
10 KB - 100 KB723
100 KB - 1 MB188
Over 1 MB16
Top 15 Largest Files
File Path File Size
pm-reports/009_payment_admin_email_audit.txt 16.6 MB
amazon-q-extension/extension/resources/language-server/clients/amazonq-ui.js 6.8 MB
amazon-q-extension/extension/resources/language-server/servers/aws-lsp-codewhisperer.js 5.7 MB
assets/native-language/libpyp_language.rlib 3.6 MB
quant-brain-worker/python_modules/scipy/sparse/_sparsetools.cpython-313-wasm32-emscripten.so 2.9 MB
quant-brain-worker/python_modules/numpy/_core/_multiarray_umath.cpython-313-wasm32-emscripten.so 2.4 MB
quant-brain-worker/python_modules/scipy/optimize/_highs/_highs_wrapper.cpython-313-wasm32-emscripten.so 2.2 MB
quant-brain-worker/python_modules/scipy/special/cython_special.cpython-313-wasm32-emscripten.so 1.8 MB
quant-brain-worker/python_modules/sklearn/_loss/_loss.cpython-313-wasm32-emscripten.so 1.7 MB
quant-brain-worker/python_modules/scipy/linalg/_flapack.cpython-313-wasm32-emscripten.so 1.6 MB
quant-brain-worker/python_modules/scipy/special/_ufuncs_cxx.cpython-313-wasm32-emscripten.so 1.5 MB
quant-brain-worker/python_modules/scipy/misc/face.dat 1.5 MB
quant-brain-worker/python_modules/numpy/linalg/_umath_linalg.cpython-313-wasm32-emscripten.so 1.2 MB
pyp-trainer/pyp-trainer 1.1 MB
main-worker/logs.json 1.1 MB
Language Composition Summary
Language Files Code Lines
Python1,266266,885
Text74176,608
TypeScript36956,932
JSON4752,428
Markdown21247,002
Cython11740,692
JavaScript32024,042
C/C++ Header8215,870
Rust9614,908
C++55,554
CSS234,863
C62,395
SQL412,177
YAML181,300
Meson21740
reStructuredText15725
SVG93573
TOML18395
Bourne Again Shell5372
PowerShell4357
Bourne Shell6249
DOS Batch5153
XML3150
HTML3116
INI227
Dockerfile115
D11
Repository Topology (Directory Map)
├── .github/
│   ├── actions/
│   │   └── setup-pyp-trainer/
│   │       └── action.yml
│   ├── scripts/
│   │   ├── combine_yearly.py
│   │   ├── download_data.py
│   │   ├── download_forex.py
│   │   ├── download_monthly.py
│   │   ├── unzip_monthly.py
│   │   ├── upload_forex_r2.py
│   │   ├── upload_r2.py
│   │   └── verify_data.py
│   └── workflows/
│       ├── brain-worker.yml
│       ├── crypto-data-collection.yml
│       ├── forex-data-collection.yml
│       ├── language-build.yml
│       ├── native-training-test.yml
│       ├── phase-7-testing.yml
│       ├── release-trainer.yml
│       ├── rust-build.yml
│       ├── skill-generation.yml
│       ├── sync-dashboard-web.yml
│       ├── sync-docs-content.yml
│       ├── sync-marketing-site.yml
│       ├── sync-metatrader.yml
│       └── training-job.yml
├── .kilocode/
│   └── setup-script
├── amazon-q-extension/
│   ├── extension/
│   │   ├── resources/
│   │   │   ├── amazonQCT/
│   │   │   │   └── QCT-Maven-1-0-156-0.jar
│   │   │   ├── css/
│   │   │   │   ├── amazonq-chat.css
│   │   │   │   ├── amazonq-webview.css
│   │   │   │   ├── amazonqTransformationHub.css
│   │   │   │   ├── auth.css
│   │   │   │   ├── base.css
│   │   │   │   ├── executeStateMachine.css
│   │   │   │   ├── icons.css
│   │   │   │   ├── searchSchemas.css
│   │   │   │   ├── securityIssue.css
│   │   │   │   └── submitFeedback.css
│   │   │   ├── debugger/
│   │   │   │   └── py_debug_wrapper.py
│   │   │   ├── fonts/
│   │   │   │   └── aws-toolkit-icons.woff
│   │   │   ├── icons/
│   │   │   │   ├── aws/
│   │   │   │   │   ├── amazonq/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── applicationcomposer/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── apprunner/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── cdk/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── cloudformation/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── cloudwatch/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── codecatalyst/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── codewhisperer/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── ecr/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── ecs/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── generic/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── iot/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── lambda/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── mynah/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── redshift/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── s3/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── sagemaker/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── sagemakerunifiedstudio/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── schemas/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   └── stepfunctions/
│   │   │   │   │       └── ... (max depth reached)
│   │   │   │   ├── fonts/
│   │   │   │   │   └── aws-toolkit-icons.woff
│   │   │   │   └── vscode/
│   │   │   │       ├── codicons/
│   │   │   │       │   └── ... (max depth reached)
│   │   │   │       ├── dark/
│   │   │   │       │   └── ... (max depth reached)
│   │   │   │       ├── light/
│   │   │   │       │   └── ... (max depth reached)
│   │   │   │       ├── LICENSE.txt
│   │   │   │       └── README.md
│   │   │   ├── images/
│   │   │   │   ├── severity-critical.svg
│   │   │   │   ├── severity-high.svg
│   │   │   │   ├── severity-info.svg
│   │   │   │   ├── severity-low.svg
│   │   │   │   └── severity-medium.svg
│   │   │   ├── js/
│   │   │   │   ├── vsCodeExtensionInterface.js
│   │   │   │   └── vscode.js
│   │   │   ├── language-server/
│   │   │   │   ├── clients/
│   │   │   │   │   ├── README.txt
│   │   │   │   │   ├── amazonq-ui.js
│   │   │   │   │   └── client-metadata.json
│   │   │   │   └── servers/
│   │   │   │       ├── indexing/
│   │   │   │       │   └── ... (max depth reached)
│   │   │   │       ├── resources/
│   │   │   │       │   └── ... (max depth reached)
│   │   │   │       ├── aws-lsp-codewhisperer.js
│   │   │   │       ├── aws-lsp-codewhisperer.js.LICENSE.txt
│   │   │   │       ├── crypt32-ia32.node
│   │   │   │       ├── crypt32-x64.node
│   │   │   │       ├── package.json
│   │   │   │       └── registry.node
│   │   │   ├── markdown/
│   │   │   │   ├── WelcomeToCodeWhisperer.md
│   │   │   │   ├── WelcomeToCodeWhispererCloud9.md
│   │   │   │   ├── lambda2sam.md
│   │   │   │   ├── lambdaEdit.md
│   │   │   │   ├── samReadme.md
│   │   │   │   └── twosum_vsc.gif
│   │   │   ├── marketplace/
│   │   │   │   ├── cloud9/
│   │   │   │   │   ├── Codelens-YAML-template.png
│   │   │   │   │   ├── Codelens-direct-function.png
│   │   │   │   │   ├── open-commands-cn.png
│   │   │   │   │   ├── open-commands-en.png
│   │   │   │   │   ├── overview-aws-explorer-cn.png
│   │   │   │   │   ├── overview-aws-explorer-en.png
│   │   │   │   │   ├── sam-configure-and-run-still-cn.png
│   │   │   │   │   └── sam-configure-and-run-still-en.png
│   │   │   │   ├── amazonq-icon-256x256.png
│   │   │   │   └── aws-icon-256x256.png
│   │   │   ├── walkthrough/
│   │   │   │   ├── amazonq/
│   │   │   │   │   ├── chat.md
│   │   │   │   │   ├── chat1.png
│   │   │   │   │   ├── chat2.png
│   │   │   │   │   ├── inline.md
│   │   │   │   │   ├── inline.png
│   │   │   │   │   ├── menu.md
│   │   │   │   │   ├── menu.png
│   │   │   │   │   ├── scans.md
│   │   │   │   │   └── scans.png
│   │   │   │   ├── appBuilder/
│   │   │   │   │   ├── AppPickerResource/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── InnerLoopResource/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── RemoteLoopResource/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── AppPicker.md
│   │   │   │   │   ├── InnerLoop.md
│   │   │   │   │   ├── RemoteLoop.md
│   │   │   │   │   └── install.png
│   │   │   │   ├── images/
│   │   │   │   │   ├── aws-explorer-no-regions.png
│   │   │   │   │   ├── aws-explorer-with-regions.png
│   │   │   │   │   ├── aws-toolkit-add-connection.png
│   │   │   │   │   ├── aws-toolkit-choose-connection.png
│   │   │   │   │   ├── aws-toolkit-commandpalette.png
│   │   │   │   │   ├── aws-toolkit-region-added.png
│   │   │   │   │   ├── aws-toolkit-region-context-menu.png
│   │   │   │   │   ├── aws-toolkit-select-region.png
│   │   │   │   │   └── aws-toolkit-show-regions.png
│   │   │   │   ├── setup-connect.md
│   │   │   │   ├── setup-region.md
│   │   │   │   └── setup-toolchain.md
│   │   │   ├── amazonq-logo.svg
│   │   │   ├── aws-cn-logo.svg
│   │   │   ├── aws-logo.svg
│   │   │   ├── codecatalyst_connect
│   │   │   ├── codecatalyst_connect.ps1
│   │   │   ├── ec2_connect
│   │   │   ├── endpoints.json
│   │   │   ├── hyperpod_connect
│   │   │   ├── hyperpod_connect.ps1
│   │   │   ├── policychecks-tf-default.yaml
│   │   │   ├── sagemaker_connect
│   │   │   ├── sagemaker_connect.ps1
│   │   │   ├── smus-context-template.md
│   │   │   └── vs-lambda-sample-request-manifest.xml
│   │   ├── CHANGELOG.md
│   │   ├── LICENSE.txt
│   │   ├── NOTICE
│   │   ├── README.md
│   │   ├── package.json
│   │   ├── package.nls.json
│   │   └── quickStartVscode.html
│   ├── [Content_Types].xml
│   └── extension.vsixmanifest
├── assets/
│   ├── favicon/
│   │   ├── android-chrome-192x192.png
│   │   ├── android-chrome-512x512.png
│   │   ├── apple-touch-icon.png
│   │   ├── favicon-16x16.png
│   │   ├── favicon-32x32.png
│   │   ├── favicon.ico
│   │   └── site.webmanifest
│   ├── favicon-dashboard/
│   │   ├── android-chrome-192x192.png
│   │   ├── android-chrome-512x512.png
│   │   ├── apple-touch-icon.png
│   │   ├── favicon-16x16.png
│   │   ├── favicon-32x32.png
│   │   ├── favicon.ico
│   │   └── site.webmanifest
│   ├── icon/
│   │   └── pyp_square_icon.png
│   ├── native-language/
│   │   ├── libpyp_language.d
│   │   ├── libpyp_language.rlib
│   │   └── libpyp_language.so
│   ├── rectangular/
│   │   └── pyp_full_rectangular_logo.png
│   └── pyp-trading-loading.json
├── au79-test/
│   ├── out-blog-sol-20m/
│   │   └── summary.json
│   ├── out-blog-sol-20m-v2/
│   │   └── summary.json
│   ├── .env.example
│   ├── README.md
│   ├── backtest_latest20.py
│   ├── requirements.txt
│   └── run_live.py
├── aws-toolkit-vscode/
├── brain-worker/
│   ├── src/
│   │   ├── audit.ts
│   │   ├── auth.ts
│   │   ├── brain.ts
│   │   ├── cache.ts
│   │   ├── circuit-breaker.ts
│   │   ├── dispatcher.ts
│   │   ├── encoding.ts
│   │   ├── errors.ts
│   │   ├── index.ts
│   │   ├── metrics.ts
│   │   ├── ratelimit.ts
│   │   ├── retry.ts
│   │   ├── types.ts
│   │   └── wasm.ts
│   ├── test/
│   │   ├── unit.test.ts
│   │   └── wasm.test.ts
│   ├── .gitignore
│   ├── DONE.md
│   ├── IMPLEMENTATION_COMPLETE.md
│   ├── PRODUCTION_READY.md
│   ├── QUICKSTART.md
│   ├── README.md
│   ├── RUNBOOK.md
│   ├── TODO.md
│   ├── deploy.bat
│   ├── deploy.sh
│   ├── package.json
│   ├── test-api.bat
│   ├── test-api.sh
│   ├── tsconfig.json
│   └── wrangler.toml
├── core/
│   ├── src/
│   │   ├── basis_dictionary.rs
│   │   ├── constants.rs
│   │   ├── hdc.rs
│   │   ├── indicator_library.rs
│   │   ├── lib.rs
│   │   ├── maestro.rs
│   │   ├── market.rs
│   │   ├── market_encoder.rs
│   │   ├── predict.rs
│   │   ├── pyp_ed.rs
│   │   ├── pyp_integration.rs
│   │   ├── registry.rs
│   │   ├── skills.rs
│   │   ├── strategy_compiler.rs
│   │   └── vector_ops.rs
│   ├── tests/
│   │   ├── market_sim.rs
│   │   ├── test_hdc_brain.rs
│   │   ├── test_performance.rs
│   │   └── test_stanley_integration.rs
│   ├── BREAKTHROUGH.md
│   ├── Cargo.toml
│   ├── INIT_STATUS.md
│   ├── README.md
│   ├── TODO.md
│   ├── TRIGGER.md
│   └── hdc-brain-wrapper.js
├── database/
│   ├── design/
│   │   ├── images/
│   │   │   ├── PYP DATABASE COMPLETE ERD.png
│   │   │   ├── PYP DATABASE DETAILED ERD WITH ATTRIBUTES.png
│   │   │   ├── PYP DATABASE ERD PART 1 CORE ENTITIES.png
│   │   │   ├── PYP DATABASE ERD PART 2 PREDICTION & MARKETPLACE.png
│   │   │   ├── PYP DATABASE ERD PART 3 SHOP, PAYMENTS & ADMIN.png
│   │   │   ├── PYP DATABASE ERD PART 4 PPE SYSTEM & ANALYTICS.png
│   │   │   └── PYP DATABASE ERD PART 5 PLATFORM INTEGRATION & SECURITY.png
│   │   ├── DB_NORMALIZATION
│   │   ├── ERD_INDEX.md
│   │   ├── admin_payment_architecture.md
│   │   ├── entities.txt
│   │   ├── erd_complete.mmd
│   │   ├── erd_detailed.mmd
│   │   ├── erd_part1_core.mmd
│   │   ├── erd_part2_prediction_marketplace.mmd
│   │   ├── erd_part3_shop_payment_admin.mmd
│   │   ├── erd_part4_ppe_analytics.mmd
│   │   ├── erd_part5_integration_security.mmd
│   │   ├── immutability_policy.md
│   │   ├── normalization_review.md
│   │   └── relationships.md
│   └── migrations/
│       ├── 0001_initial_schema.sql
│       ├── 0002_telegram_oauth.sql
│       ├── 0003_multi_file_projects.sql
│       ├── 0003_multi_file_projects_fixed.sql
│       ├── 0004_onboarding_preferences.sql
│       ├── 0005_live_deployments.sql
│       ├── 0005_location_and_shop_id.sql
│       ├── 0006_mt_channels.sql
│       ├── 0007_project_channels.sql
│       ├── 0008_project_collaborators.sql
│       ├── 0009_subscription_channels.sql
│       ├── 0023_training_report_json.sql
│       ├── 0024_ppe_run_updated_at.sql
│       ├── 0025_signal_dispatch_prediction.sql
│       ├── 0026_signal_dispatch_deployment.sql
│       ├── 0027_live_deployment_extras.sql
│       ├── 0028_marketplace_ppe_link.sql
│       ├── 0029_platform_subscription_payments.sql
│       ├── 0030_starter_flag.sql
│       ├── 0031_beta_program_enrollment.sql
│       ├── 0031_platform_user_subscriptions.sql
│       ├── 0032_signal_dispatch_usage_indexes.sql
│       ├── 0033_marketplace_runtime_requests.sql
│       ├── 0034_ppe_post_processing.sql
│       ├── 0035_ppe_pp_native_jobs.sql
│       ├── 0035_user_follows.sql
│       ├── 0036_ppe_post_processing_error_message.sql
│       ├── 0037_crm_tracker.sql
│       ├── 0038_quant_foundation.sql
│       ├── 0039_live_deployment_quant.sql
│       ├── 0040_quant_releases.sql
│       ├── 0041_marketplace_quant_source.sql
│       ├── 0042_pce.sql
│       ├── 0043_plan_checkout_journeys.sql
│       ├── 0043_quant_ppe_release_link.sql
│       └── 0044_quant_ppe_progress_heartbeat.sql
├── dispatcher-worker/
│   ├── src/
│   │   ├── db.ts
│   │   ├── discord.ts
│   │   ├── index.ts
│   │   ├── telegram.ts
│   │   ├── types.ts
│   │   └── whatsapp.ts
│   ├── ARCHITECTURE_DESIGN.md
│   ├── DEPLOY.md
│   ├── README.md
│   ├── REAL_ARCHITECTURE.md
│   ├── TODO.md
│   ├── package.json
│   ├── schema.sql
│   ├── tsconfig.json
│   └── wrangler.toml
├── docs/
│   ├── legal/
│   │   ├── LEGAL-DOCS.md
│   │   ├── PRIVACY-TODO.md
│   │   ├── TERMS-TODO.md
│   │   ├── acceptable-use-policy.md
│   │   ├── ai-ethics-policy.md
│   │   ├── algorithmic-trading-disclosure.md
│   │   ├── aml-policy.md
│   │   ├── api-terms.md
│   │   ├── community-guidelines.md
│   │   ├── cookie-policy.md
│   │   ├── creator-agreement.md
│   │   ├── data-retention-policy.md
│   │   ├── dmca-policy.md
│   │   ├── financial-disclaimers.md
│   │   ├── jurisdictional-restrictions.md
│   │   ├── kyc-policy.md
│   │   ├── marketplace-terms.md
│   │   ├── privacy-policy.md
│   │   ├── refund-policy.md
│   │   ├── sanctions-policy.md
│   │   ├── security-policy.md
│   │   ├── terms-of-service.md
│   │   └── third-party-integration-policy.md
│   ├── pypscript-language/
│   │   ├── archive/
│   │   │   ├── doc_007_import_system.md
│   │   │   └── doc_009_file_structure.md
│   │   ├── PYPSCRIPT-LANGUAGE.md
│   │   ├── doc_001_getting_started.md
│   │   ├── doc_002_syntax_reference.md
│   │   ├── doc_003_builtin_indicators.md
│   │   ├── doc_004_functions_library.md
│   │   ├── doc_005_pattern_matching.md
│   │   ├── doc_006_multi_timeframe.md
│   │   ├── doc_006_strategy_examples.md
│   │   ├── doc_007_advanced_techniques.md
│   │   ├── doc_008_advanced_patterns.md
│   │   ├── doc_008_best_practices.md
│   │   ├── doc_009_testing_validation.md
│   │   ├── doc_010_professional_trading.md
│   │   ├── doc_010_troubleshooting.md
│   │   └── doc_011_faq.md
│   ├── PYP_BLOG.md
│   ├── PYP_DOCS.md
│   └── TODO.md
├── frontend/
│   ├── dashboard-web/
│   │   ├── architecture/
│   │   │   ├── wireframes/
│   │   │   │   ├── 0010_auth_wireframes.txt
│   │   │   │   ├── 0011_onboarding_wireframes.txt
│   │   │   │   ├── 0012_dashboard_wireframes.txt
│   │   │   │   ├── 0013_project_wireframes.txt
│   │   │   │   ├── 0014_ppc_editor_wireframes.txt
│   │   │   │   ├── 0015_training_wireframes.txt
│   │   │   │   ├── 0016_ppe_simulation_wireframes.txt
│   │   │   │   ├── 0017_releases_deployments_wireframes.txt
│   │   │   │   ├── 0018_explore_marketplace_wireframes.txt
│   │   │   │   ├── 0019_profile_wireframes.txt
│   │   │   │   ├── 0020_settings_wireframes.txt
│   │   │   │   ├── 0021_notifications_wireframes.txt
│   │   │   │   ├── 0022_subscriptions_wireframes.txt
│   │   │   │   ├── 0023_following_wireframes.txt
│   │   │   │   ├── 0024_search_wireframes.txt
│   │   │   │   ├── 0025_error_screens_wireframes.txt
│   │   │   │   └── 0026_loading_screens_wireframes.txt
│   │   │   ├── 0001_product_foundation.txt
│   │   │   ├── 0002_application_shell_and_navigation.txt
│   │   │   ├── 0003_strategy_lifecycle_state_machines.txt
│   │   │   ├── 0004_marketplace_explore_state_machines.txt
│   │   │   ├── 0005_ppe_simulation_flow.txt
│   │   │   ├── 0006_user_journey_flows.txt
│   │   │   ├── 0007_api_contracts.txt
│   │   │   ├── 0008_edge_case_mapping.txt
│   │   │   └── 0009_screens_catalog.txt
│   │   ├── web/
│   │   │   ├── .open-next/
│   │   │   │   ├── .build/
│   │   │   │   │   ├── durable-objects/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── cache.cjs
│   │   │   │   │   ├── composable-cache.cjs
│   │   │   │   │   ├── open-next.config.edge.mjs
│   │   │   │   │   └── open-next.config.mjs
│   │   │   │   ├── assets/
│   │   │   │   │   ├── _next/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── BUILD_ID
│   │   │   │   │   ├── android-chrome-192x192.png
│   │   │   │   │   ├── android-chrome-512x512.png
│   │   │   │   │   ├── apple-touch-icon.png
│   │   │   │   │   ├── favicon-16x16.png
│   │   │   │   │   ├── favicon-32x32.png
│   │   │   │   │   ├── favicon.ico
│   │   │   │   │   ├── file.svg
│   │   │   │   │   ├── globe.svg
│   │   │   │   │   ├── next.svg
│   │   │   │   │   ├── pyp-logo.png
│   │   │   │   │   ├── site.webmanifest
│   │   │   │   │   ├── vercel.svg
│   │   │   │   │   └── window.svg
│   │   │   │   ├── cache/
│   │   │   │   │   └── 8CNCQzYPANJiRiAYOcBVD/
│   │   │   │   │       └── ... (max depth reached)
│   │   │   │   ├── cloudflare/
│   │   │   │   │   ├── cache-assets-manifest.sql
│   │   │   │   │   ├── images.js
│   │   │   │   │   ├── init.js
│   │   │   │   │   ├── next-env.mjs
│   │   │   │   │   └── skew-protection.js
│   │   │   │   ├── cloudflare-templates/
│   │   │   │   │   ├── shims/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── images.js
│   │   │   │   │   ├── init.js
│   │   │   │   │   ├── skew-protection.js
│   │   │   │   │   └── worker.js
│   │   │   │   ├── dynamodb-provider/
│   │   │   │   │   ├── dynamodb-cache.json
│   │   │   │   │   └── open-next.config.mjs
│   │   │   │   ├── middleware/
│   │   │   │   │   ├── handler.mjs
│   │   │   │   │   └── open-next.config.mjs
│   │   │   │   ├── server-functions/
│   │   │   │   │   └── default/
│   │   │   │   │       └── ... (max depth reached)
│   │   │   │   └── worker.js
│   │   │   ├── _next/
│   │   │   │   └── static/
│   │   │   │       ├── YsWr9qstQ60R77CQmn6g6/
│   │   │   │       │   └── ... (max depth reached)
│   │   │   │       ├── chunks/
│   │   │   │       │   └── ... (max depth reached)
│   │   │   │       └── media/
│   │   │   │           └── ... (max depth reached)
│   │   │   ├── app/
│   │   │   │   ├── 403/
│   │   │   │   │   └── page.tsx
│   │   │   │   ├── 503/
│   │   │   │   │   └── page.tsx
│   │   │   │   ├── [username]/
│   │   │   │   │   ├── [projectname]/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── s/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── layout.tsx
│   │   │   │   │   └── page.tsx
│   │   │   │   ├── api/
│   │   │   │   │   ├── og/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── profile/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   └── turnstile/
│   │   │   │   │       └── ... (max depth reached)
│   │   │   │   ├── auth/
│   │   │   │   │   └── callback/
│   │   │   │   │       └── ... (max depth reached)
│   │   │   │   ├── authenticate/
│   │   │   │   │   ├── layout.tsx
│   │   │   │   │   └── page.tsx
│   │   │   │   ├── choose-plan/
│   │   │   │   │   └── page.tsx
│   │   │   │   ├── dashboard/
│   │   │   │   │   ├── layout.tsx
│   │   │   │   │   └── page.tsx
│   │   │   │   ├── deployments/
│   │   │   │   │   ├── signals/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   └── page.tsx
│   │   │   │   ├── explore/
│   │   │   │   │   ├── [strategyId]/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── layout.tsx
│   │   │   │   │   └── page.tsx
│   │   │   │   ├── following/
│   │   │   │   │   ├── layout.tsx
│   │   │   │   │   └── page.tsx
│   │   │   │   ├── forgot-password/
│   │   │   │   │   ├── layout.tsx
│   │   │   │   │   └── page.tsx
│   │   │   │   ├── marketplace/
│   │   │   │   │   ├── listings/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── requests/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── strategies/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── success/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── layout.tsx
│   │   │   │   │   └── page.tsx
│   │   │   │   ├── notifications/
│   │   │   │   │   ├── layout.tsx
│   │   │   │   │   └── page.tsx
│   │   │   │   ├── onboarding/
│   │   │   │   │   └── page.tsx
│   │   │   │   ├── pce/
│   │   │   │   │   ├── [pceId]/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   └── page.tsx
│   │   │   │   ├── profile/
│   │   │   │   │   └── page.tsx
│   │   │   │   ├── projects/
│   │   │   │   │   ├── new/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── quant/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── layout.tsx
│   │   │   │   │   └── page.tsx
│   │   │   │   ├── receipts/
│   │   │   │   │   └── [id]/
│   │   │   │   │       └── ... (max depth reached)
│   │   │   │   ├── reset-password/
│   │   │   │   │   ├── layout.tsx
│   │   │   │   │   └── page.tsx
│   │   │   │   ├── search/
│   │   │   │   │   ├── layout.tsx
│   │   │   │   │   └── page.tsx
│   │   │   │   ├── settings/
│   │   │   │   │   ├── account/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── integrations/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── notifications/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── security/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── layout.tsx
│   │   │   │   │   └── page.tsx
│   │   │   │   ├── shops/
│   │   │   │   │   ├── [shopId]/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   └── new/
│   │   │   │   │       └── ... (max depth reached)
│   │   │   │   ├── signup/
│   │   │   │   │   ├── layout.tsx
│   │   │   │   │   └── page.tsx
│   │   │   │   ├── stan/
│   │   │   │   │   └── page.tsx
│   │   │   │   ├── subscriptions/
│   │   │   │   │   ├── [id]/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── addons/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── billing/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── channels/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── payg/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── plan/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── strategies/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── layout.tsx
│   │   │   │   │   └── page.tsx
│   │   │   │   ├── _fallback.tsx
│   │   │   │   ├── error.tsx
│   │   │   │   ├── favicon.ico
│   │   │   │   ├── globals.css
│   │   │   │   ├── layout.tsx
│   │   │   │   ├── loading.tsx
│   │   │   │   ├── not-found.tsx
│   │   │   │   ├── opengraph-image.tsx
│   │   │   │   ├── page.tsx
│   │   │   │   └── providers.tsx
│   │   │   ├── components/
│   │   │   │   ├── auth/
│   │   │   │   │   ├── PyPAuthPage.tsx
│   │   │   │   │   └── authQuotes.ts
│   │   │   │   ├── dashboard/
│   │   │   │   │   ├── ActiveDeployments.tsx
│   │   │   │   │   ├── EmptyState.tsx
│   │   │   │   │   ├── RecentProjects.tsx
│   │   │   │   │   ├── StatsCards.tsx
│   │   │   │   │   └── TrendingStrategies.tsx
│   │   │   │   ├── editor/
│   │   │   │   │   ├── ConsolePanel.tsx
│   │   │   │   │   ├── DocumentationPanel.tsx
│   │   │   │   │   ├── EditorToolbar.tsx
│   │   │   │   │   ├── EnhancedFileTree.tsx
│   │   │   │   │   ├── FileTree.tsx
│   │   │   │   │   ├── IndicatorBrowser.tsx
│   │   │   │   │   ├── MonacoEditor.tsx
│   │   │   │   │   ├── MultiFileTabs.tsx
│   │   │   │   │   ├── MultiLanguageEditor.tsx
│   │   │   │   │   ├── ProjectTemplateDialog.tsx
│   │   │   │   │   ├── TemplateDialog.tsx
│   │   │   │   │   ├── ValidationConsole.tsx
│   │   │   │   │   └── VisualStrategyBuilder.tsx
│   │   │   │   ├── explore/
│   │   │   │   │   ├── FilterSidebar.tsx
│   │   │   │   │   ├── StrategyCard.tsx
│   │   │   │   │   └── SubscriptionDialog.tsx
│   │   │   │   ├── layout/
│   │   │   │   │   ├── AppShell.tsx
│   │   │   │   │   ├── GitHubLayout.tsx
│   │   │   │   │   ├── GlobalSearch.tsx
│   │   │   │   │   ├── NotificationsDropdown.tsx
│   │   │   │   │   ├── Sidebar.tsx
│   │   │   │   │   ├── SubscriptionsDrawer.tsx
│   │   │   │   │   ├── TopBar.tsx
│   │   │   │   │   └── UserMenu.tsx
│   │   │   │   ├── marketplace/
│   │   │   │   │   └── StrategyCard.tsx
│   │   │   │   ├── onboarding/
│   │   │   │   │   ├── tours/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── buildTour.ts
│   │   │   │   │   ├── shepherd-overrides.css
│   │   │   │   │   └── tourManager.ts
│   │   │   │   ├── ppe/
│   │   │   │   │   ├── ConfigurationPanel.tsx
│   │   │   │   │   ├── MetricsPanel.tsx
│   │   │   │   │   ├── TradeLogTable.tsx
│   │   │   │   │   └── TradingViewChart.tsx
│   │   │   │   ├── projects/
│   │   │   │   │   ├── ProjectCard.tsx
│   │   │   │   │   └── ProjectTemplateDialog.tsx
│   │   │   │   ├── releases/
│   │   │   │   │   ├── DetailsStep.tsx
│   │   │   │   │   └── ReviewStep.tsx
│   │   │   │   ├── settings/
│   │   │   │   │   ├── AccountTab.tsx
│   │   │   │   │   ├── IntegrationsTab.tsx
│   │   │   │   │   ├── NotificationsTab.tsx
│   │   │   │   │   ├── ProfileTab.tsx
│   │   │   │   │   └── SecurityTab.tsx
│   │   │   │   ├── stan/
│   │   │   │   │   ├── StanChart.tsx
│   │   │   │   │   ├── StanModelPanel.tsx
│   │   │   │   │   └── StanTradeBox.tsx
│   │   │   │   ├── training/
│   │   │   │   │   ├── ConfigurationStep.tsx
│   │   │   │   │   ├── EquityCurveChart.tsx
│   │   │   │   │   └── ReviewStep.tsx
│   │   │   │   ├── ui/
│   │   │   │   │   ├── AppLoading.tsx
│   │   │   │   │   ├── EntryGate.tsx
│   │   │   │   │   ├── ImageCropDialog.tsx
│   │   │   │   │   ├── SkeletonCard.tsx
│   │   │   │   │   └── SkeletonTable.tsx
│   │   │   │   └── ProfilePictureSelector.tsx
│   │   │   ├── database/
│   │   │   │   └── migrations/
│   │   │   │       └── 0006_project_files_upsert.sql
│   │   │   ├── functions/
│   │   │   │   └── [[...route]].js
│   │   │   ├── hooks/
│   │   │   │   ├── useApi.ts
│   │   │   │   ├── useAuth.ts
│   │   │   │   ├── useDebounce.ts
│   │   │   │   ├── useLocalStorage.ts
│   │   │   │   ├── useShopId.ts
│   │   │   │   └── useWebSocket.ts
│   │   │   ├── lib/
│   │   │   │   ├── api/
│   │   │   │   │   └── client.ts
│   │   │   │   ├── auth/
│   │   │   │   │   └── context.tsx
│   │   │   │   ├── editor/
│   │   │   │   │   ├── file-utils.ts
│   │   │   │   │   ├── indicators.ts
│   │   │   │   │   ├── ppc-language.ts
│   │   │   │   │   ├── templates.ts
│   │   │   │   │   └── validation.ts
│   │   │   │   ├── hooks/
│   │   │   │   │   ├── useMarketplace.ts
│   │   │   │   │   ├── useProjects.ts
│   │   │   │   │   └── useTraining.ts
│   │   │   │   ├── project/
│   │   │   │   │   ├── file-manager.ts
│   │   │   │   │   └── templates.ts
│   │   │   │   ├── quant/
│   │   │   │   │   └── modelFamilies.ts
│   │   │   │   ├── query/
│   │   │   │   │   └── client.ts
│   │   │   │   ├── receipts/
│   │   │   │   │   └── pdf.ts
│   │   │   │   ├── shop/
│   │   │   │   │   └── context.tsx
│   │   │   │   ├── stan/
│   │   │   │   │   ├── client.ts
│   │   │   │   │   ├── market-data.ts
│   │   │   │   │   ├── model-info.ts
│   │   │   │   │   ├── preview.ts
│   │   │   │   │   └── types.ts
│   │   │   │   ├── subscriptions/
│   │   │   │   │   └── plans.ts
│   │   │   │   ├── types/
│   │   │   │   │   └── index.ts
│   │   │   │   ├── utils/
│   │   │   │   │   ├── format.ts
│   │   │   │   │   └── validation.ts
│   │   │   │   ├── websocket/
│   │   │   │   │   ├── ppe.ts
│   │   │   │   │   └── training.ts
│   │   │   │   ├── constants.ts
│   │   │   │   └── turnstile.ts
│   │   │   ├── public/
│   │   │   │   ├── android-chrome-192x192.png
│   │   │   │   ├── android-chrome-512x512.png
│   │   │   │   ├── apple-touch-icon.png
│   │   │   │   ├── favicon-16x16.png
│   │   │   │   ├── favicon-32x32.png
│   │   │   │   ├── favicon.ico
│   │   │   │   ├── file.svg
│   │   │   │   ├── globe.svg
│   │   │   │   ├── next.svg
│   │   │   │   ├── pyp-logo.png
│   │   │   │   ├── site.webmanifest
│   │   │   │   ├── vercel.svg
│   │   │   │   └── window.svg
│   │   │   ├── src/
│   │   │   │   └── assets/
│   │   │   │       └── pyp-trading-loading.json
│   │   │   ├── .gitignore
│   │   │   ├── .npmrc
│   │   │   ├── BUILD_ID
│   │   │   ├── DEPLOYMENT.md
│   │   │   ├── README.md
│   │   │   ├── build.sh
│   │   │   ├── eslint.config.mjs
│   │   │   ├── favicon.ico
│   │   │   ├── file.svg
│   │   │   ├── globe.svg
│   │   │   ├── middleware.ts
│   │   │   ├── next.config.ts
│   │   │   ├── next.svg
│   │   │   ├── open-next.config.ts
│   │   │   ├── package.json
│   │   │   ├── postcss.config.mjs
│   │   │   ├── tsconfig.json
│   │   │   ├── update_worker.ps1
│   │   │   ├── vercel.svg
│   │   │   ├── window.svg
│   │   │   └── wrangler.toml
│   │   ├── API_GAP_ANALYSIS.md
│   │   ├── API_REQUIREMENTS.md
│   │   ├── BACKEND_CONNECTED.md
│   │   ├── FRONTEND_COMPLETE.md
│   │   ├── IMPLEMENTATION_COMPLETE.md
│   │   ├── IMPLEMENTATION_SUMMARY.md
│   │   ├── QUOTES.txt
│   │   └── TODO.md
│   ├── marketing-site/
│   │   ├── .github/
│   │   │   └── workflows/
│   │   │       └── sync-docs.yml
│   │   ├── app/
│   │   │   ├── about/
│   │   │   │   └── page.tsx
│   │   │   ├── acceptable-use/
│   │   │   │   └── page.tsx
│   │   │   ├── aml-policy/
│   │   │   │   └── page.tsx
│   │   │   ├── api-terms/
│   │   │   │   └── page.tsx
│   │   │   ├── beta/
│   │   │   │   └── page.tsx
│   │   │   ├── community/
│   │   │   │   └── page.tsx
│   │   │   ├── community-guidelines/
│   │   │   │   └── page.tsx
│   │   │   ├── components/
│   │   │   │   ├── FAQSection.tsx
│   │   │   │   ├── Footer.tsx
│   │   │   │   ├── LegalLayout.tsx
│   │   │   │   └── Navigation.tsx
│   │   │   ├── contact/
│   │   │   │   └── page.tsx
│   │   │   ├── cookies/
│   │   │   │   └── page.tsx
│   │   │   ├── creator-agreement/
│   │   │   │   └── page.tsx
│   │   │   ├── demo/
│   │   │   │   └── page.tsx
│   │   │   ├── disclaimers/
│   │   │   │   └── page.tsx
│   │   │   ├── docs/
│   │   │   │   ├── [...slug]/
│   │   │   │   │   └── page.tsx
│   │   │   │   ├── components/
│   │   │   │   │   └── DocLayout.tsx
│   │   │   │   ├── content/
│   │   │   │   │   ├── deployment/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── functions/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── getting-started/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── indicators/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── pypscript/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── quant/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── training/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   └── introduction.mdx
│   │   │   │   ├── lib/
│   │   │   │   │   └── doc-fetcher.ts
│   │   │   │   └── page.tsx
│   │   │   ├── for-quant-traders/
│   │   │   │   ├── ForQuantTradersClient.tsx
│   │   │   │   └── page.tsx
│   │   │   ├── legal/
│   │   │   │   ├── content/
│   │   │   │   │   ├── acceptable-use-policy.md
│   │   │   │   │   ├── algorithmic-trading-disclosure.md
│   │   │   │   │   ├── aml-policy.md
│   │   │   │   │   ├── api-terms.md
│   │   │   │   │   ├── community-guidelines.md
│   │   │   │   │   ├── cookie-policy.md
│   │   │   │   │   ├── creator-agreement.md
│   │   │   │   │   ├── financial-disclaimers.md
│   │   │   │   │   ├── marketplace-terms.md
│   │   │   │   │   ├── privacy-policy.md
│   │   │   │   │   ├── refund-policy.md
│   │   │   │   │   ├── security-policy.md
│   │   │   │   │   └── terms-of-service.md
│   │   │   │   └── load-legal-doc.ts
│   │   │   ├── marketplace/
│   │   │   │   └── page.tsx
│   │   │   ├── marketplace-terms/
│   │   │   │   └── page.tsx
│   │   │   ├── pce-vps-for-mt4-and-mt5/
│   │   │   │   ├── PCEClient.tsx
│   │   │   │   └── page.tsx
│   │   │   ├── pricing/
│   │   │   │   └── page.tsx
│   │   │   ├── privacy/
│   │   │   │   └── page.tsx
│   │   │   ├── refund/
│   │   │   │   └── page.tsx
│   │   │   ├── security-policy/
│   │   │   │   └── page.tsx
│   │   │   ├── terms/
│   │   │   │   └── page.tsx
│   │   │   ├── trading-disclosure/
│   │   │   │   └── page.tsx
│   │   │   ├── favicon.ico
│   │   │   ├── globals.css
│   │   │   ├── layout.tsx
│   │   │   ├── not-found.tsx
│   │   │   ├── page.tsx
│   │   │   ├── providers.tsx
│   │   │   ├── sitemap.ts
│   │   │   └── theme.ts
│   │   ├── public/
│   │   │   ├── file.svg
│   │   │   ├── globe.svg
│   │   │   ├── next.svg
│   │   │   ├── pyp-logo.png
│   │   │   ├── vercel.svg
│   │   │   ├── window.svg
│   │   │   ├── yandex_8984de0d3e20fc4e
│   │   │   └── yandex_8984de0d3e20fc4e.html
│   │   ├── types/
│   │   │   └── stanlink-ui.d.ts
│   │   ├── .gitignore
│   │   ├── .gitignore.local
│   │   ├── .npmrc
│   │   ├── DYNAMIC_LOGO.md
│   │   ├── HOMEPAGE_CONTENT.md
│   │   ├── LOGO_IDEAS.md
│   │   ├── README.md
│   │   ├── SITE_TODO.md
│   │   ├── build.sh
│   │   ├── eslint.config.mjs
│   │   ├── next.config.mjs
│   │   ├── next.config.ts
│   │   ├── package.json
│   │   ├── postcss.config.mjs
│   │   ├── tsconfig.json
│   │   └── wrangler.toml
│   └── support-site/
│       ├── app/
│       │   ├── en-us/
│       │   │   ├── articles/
│       │   │   │   └── [slug]/
│       │   │   │       └── ... (max depth reached)
│       │   │   ├── categories/
│       │   │   │   └── [slug]/
│       │   │   │       └── ... (max depth reached)
│       │   │   ├── search/
│       │   │   │   ├── SearchPageClient.tsx
│       │   │   │   └── page.tsx
│       │   │   └── page.tsx
│       │   ├── globals.css
│       │   ├── layout.tsx
│       │   └── page.tsx
│       ├── components/
│       │   ├── SupportHome.tsx
│       │   ├── SupportShell.tsx
│       │   └── ThemeRegistry.tsx
│       ├── content-plans/
│       │   ├── authors/
│       │   │   └── stanley-isaac.md
│       │   └── getting-started/
│       │       ├── 01-foundations.md
│       │       ├── 02-account-access.md
│       │       ├── 03-onboarding-and-plans.md
│       │       ├── 04-first-project-creation.md
│       │       ├── 05-project-types.md
│       │       ├── 06-first-working-flow.md
│       │       ├── 07-first-day-troubleshooting.md
│       │       └── README.md
│       ├── lib/
│       │   └── support/
│       │       ├── authors.ts
│       │       ├── content.ts
│       │       ├── renderInlineText.tsx
│       │       ├── search.ts
│       │       └── site-chrome.tsx
│       ├── public/
│       │   ├── android-chrome-192x192.png
│       │   ├── android-chrome-512x512.png
│       │   ├── apple-touch-icon.png
│       │   ├── favicon-16x16.png
│       │   ├── favicon-32x32.png
│       │   ├── favicon.ico
│       │   ├── file.svg
│       │   ├── globe.svg
│       │   ├── next.svg
│       │   ├── pyp-logo.png
│       │   ├── site.webmanifest
│       │   ├── support-apple-touch-icon.png
│       │   ├── support-favicon-16x16.png
│       │   ├── support-favicon-32x32.png
│       │   ├── support-favicon.ico
│       │   ├── vercel.svg
│       │   └── window.svg
│       ├── .gitignore
│       ├── .npmrc
│       ├── AGENTS.md
│       ├── CLAUDE.md
│       ├── README.md
│       ├── eslint.config.mjs
│       ├── next.config.ts
│       ├── package.json
│       ├── postcss.config.mjs
│       └── tsconfig.json
├── language/
│   ├── examples/
│   │   ├── advanced_momentum.ppc
│   │   ├── complete_pipeline.rs
│   │   └── simple_reversal.ppc
│   ├── spec/
│   │   ├── grammar.md
│   │   └── indicator_api.md
│   ├── src/
│   │   ├── indicators/
│   │   │   ├── archive/
│   │   │   │   └── INDICATOR_TODO.md
│   │   │   ├── atr.rs
│   │   │   ├── bollinger.rs
│   │   │   ├── breakout.rs
│   │   │   ├── candlestick.rs
│   │   │   ├── cci.rs
│   │   │   ├── chaikin.rs
│   │   │   ├── choppiness.rs
│   │   │   ├── cmo.rs
│   │   │   ├── decision.rs
│   │   │   ├── dema.rs
│   │   │   ├── donchian.rs
│   │   │   ├── dpo.rs
│   │   │   ├── elliott.rs
│   │   │   ├── ema.rs
│   │   │   ├── emv.rs
│   │   │   ├── factory.rs
│   │   │   ├── fibonacci.rs
│   │   │   ├── fractal.rs
│   │   │   ├── fvg.rs
│   │   │   ├── gann.rs
│   │   │   ├── gaps.rs
│   │   │   ├── hma.rs
│   │   │   ├── ichimoku.rs
│   │   │   ├── kama.rs
│   │   │   ├── keltner.rs
│   │   │   ├── klinger.rs
│   │   │   ├── kst.rs
│   │   │   ├── levels.rs
│   │   │   ├── lwma.rs
│   │   │   ├── macd.rs
│   │   │   ├── mama.rs
│   │   │   ├── market_structure.rs
│   │   │   ├── mfi.rs
│   │   │   ├── mod.rs
│   │   │   ├── momentum.rs
│   │   │   ├── order_block.rs
│   │   │   ├── ppo.rs
│   │   │   ├── pvt.rs
│   │   │   ├── relationships.rs
│   │   │   ├── roc.rs
│   │   │   ├── rsi.rs
│   │   │   ├── shapes.rs
│   │   │   ├── sma.rs
│   │   │   ├── smma.rs
│   │   │   ├── stddev.rs
│   │   │   ├── stoch_d.rs
│   │   │   ├── stoch_k.rs
│   │   │   ├── stoch_rsi.rs
│   │   │   ├── t3.rs
│   │   │   └── ... and 11 other files/folders
│   │   ├── basis_dictionary.rs
│   │   ├── compiler.rs
│   │   ├── constants.rs
│   │   ├── cross_pair_validator.rs
│   │   ├── expression_evaluator.rs
│   │   ├── historical_trainer.rs
│   │   ├── lib.rs
│   │   ├── main.rs
│   │   ├── market_data.rs
│   │   ├── pyp_serializer.rs
│   │   ├── strategy_evaluator.rs
│   │   ├── vector_ops.rs
│   │   └── wasm.rs
│   ├── tests/
│   │   ├── inspect_pyp.rs
│   │   └── integration_tests.rs
│   ├── COMPLETED.md
│   ├── Cargo.toml
│   ├── DICTIONARY.txt
│   └── test_training.ppc
├── main-worker/
│   ├── src/
│   │   ├── admin.ts
│   │   ├── auth.ts
│   │   ├── beta.ts
│   │   ├── crm.ts
│   │   ├── crypto.ts
│   │   ├── email.ts
│   │   ├── index.ts
│   │   ├── marketplace.ts
│   │   ├── monitoring.ts
│   │   ├── notifications.ts
│   │   ├── oauth.ts
│   │   ├── onboarding.ts
│   │   ├── payments.ts
│   │   ├── ppe-post-processing.ts
│   │   ├── ppe-pp-native-analysis.ts
│   │   ├── ppe-pp-native.ts
│   │   ├── ppe.ts
│   │   ├── profile.ts
│   │   ├── projects.ts
│   │   ├── ratelimit.ts
│   │   ├── sessions.ts
│   │   ├── shops.ts
│   │   ├── signal-validator.ts
│   │   ├── skills.ts
│   │   ├── telegram-auth.ts
│   │   ├── telegram.ts
│   │   ├── training.ts
│   │   ├── types.ts
│   │   └── validation.ts
│   ├── user_1772098545132_ze43iwqf1/
│   │   └── professional_momentum_15m.pyp
│   ├── MAIL_TEMPLATES_NEEDED.md
│   ├── TODO.md
│   ├── logs.json
│   ├── package.json
│   ├── schema.sql
│   ├── tsconfig.json
│   └── wrangler.toml
├── market-worker/
│   ├── src/
│   │   ├── exchanges/
│   │   │   ├── base.ts
│   │   │   ├── binance.ts
│   │   │   ├── forex.ts
│   │   │   └── oanda.ts
│   │   ├── indicators/
│   │   │   └── index.ts
│   │   ├── candles.ts
│   │   ├── index.ts
│   │   ├── signal-validator.ts
│   │   ├── stream.ts
│   │   └── types.ts
│   ├── TODO.md
│   ├── package.json
│   └── wrangler.toml
├── metatrader/
│   ├── .github/
│   │   └── workflows/
│   │       └── release.yml
│   ├── mt4/
│   │   └── PyP_EA.mq4
│   ├── mt5/
│   │   └── PyP_EA.mq5
│   └── README.md
├── pm-notes/
│   ├── for-quant-01-marketing-page.md
│   ├── pce-01-marketing-and-db.md
│   ├── pce-02-dashboard-and-api.md
│   └── pce-03-browser-rdp.md
├── pm-reports/
│   ├── 001_quant_sprint1_foundation.txt
│   ├── 002_quant_sprint2_inference.txt
│   ├── 003_quant_sprint3_shell.txt
│   ├── 004_quant_pm_questions_raw.txt
│   ├── 005_quant_requirements_config.txt
│   ├── 006_quant_inference_requirement_enforcement.txt
│   ├── 007_quant_dynamic_artifact_targets.txt
│   ├── 008_for_quant_traders_page.txt
│   ├── 009_payment_admin_email_audit.txt
│   ├── 009_pce_marketing_and_db.txt
│   ├── 010_pce_dashboard_and_api.txt
│   ├── 011_pce_browser_rdp.txt
│   ├── 012_pce_payment_entitlement_email.txt
│   └── 013_pce_admin_panel.txt
├── ppe/
│   ├── src/
│   │   ├── arbiter.ts
│   │   ├── brain-client.ts
│   │   ├── db-client.ts
│   │   ├── errors.ts
│   │   ├── index.ts
│   │   ├── market-data-loader.ts
│   │   ├── metrics.ts
│   │   ├── portfolio.ts
│   │   ├── simulator.ts
│   │   └── types.ts
│   ├── .gitignore
│   ├── ARCHITECTURE.md
│   ├── COMPLETE.md
│   ├── CSV_FORMAT_VERIFIED.md
│   ├── DEPLOYED.md
│   ├── DNS_SETUP.md
│   ├── IMPLEMENTATION_SUMMARY.md
│   ├── LIVE.md
│   ├── PRODUCTION_READY.md
│   ├── README.md
│   ├── TODO.md
│   ├── deploy.bat
│   ├── package.json
│   ├── test-config.json
│   ├── tsconfig.json
│   └── wrangler.toml
├── pyp-trainer/
│   ├── data/
│   │   ├── CRYPTO.txt
│   │   ├── CRYPTO_STATUS_2024.md
│   │   ├── CRYPTO_STATUS_2025.md
│   │   └── FOREX.txt
│   ├── worker/
│   │   ├── src/
│   │   │   ├── services/
│   │   │   │   ├── dataLoader.ts
│   │   │   │   └── indicatorComputer.ts
│   │   │   ├── types/
│   │   │   │   └── index.ts
│   │   │   └── index.ts
│   │   ├── DEPLOYMENT.md
│   │   ├── PRODUCTION_CHECKLIST.md
│   │   ├── README.md
│   │   ├── TODO.md
│   │   ├── package.json
│   │   ├── test-api.sh
│   │   ├── tsconfig.json
│   │   └── wrangler.toml
│   └── pyp-trainer
├── quant-brain-worker/
│   ├── python_modules/
│   │   ├── joblib/
│   │   │   ├── externals/
│   │   │   │   ├── cloudpickle/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── cloudpickle.py
│   │   │   │   │   └── cloudpickle_fast.py
│   │   │   │   ├── loky/
│   │   │   │   │   ├── backend/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _base.py
│   │   │   │   │   ├── cloudpickle_wrapper.py
│   │   │   │   │   ├── initializers.py
│   │   │   │   │   ├── process_executor.py
│   │   │   │   │   └── reusable_executor.py
│   │   │   │   └── __init__.py
│   │   │   ├── test/
│   │   │   │   ├── data/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── create_numpy_pickle.py
│   │   │   │   │   ├── joblib_0.10.0_compressed_pickle_py27_np16.gz
│   │   │   │   │   ├── joblib_0.10.0_compressed_pickle_py27_np17.gz
│   │   │   │   │   ├── joblib_0.10.0_compressed_pickle_py33_np18.gz
│   │   │   │   │   ├── joblib_0.10.0_compressed_pickle_py34_np19.gz
│   │   │   │   │   ├── joblib_0.10.0_compressed_pickle_py35_np19.gz
│   │   │   │   │   ├── joblib_0.10.0_pickle_py27_np17.pkl
│   │   │   │   │   ├── joblib_0.10.0_pickle_py27_np17.pkl.bz2
│   │   │   │   │   ├── joblib_0.10.0_pickle_py27_np17.pkl.gzip
│   │   │   │   │   ├── joblib_0.10.0_pickle_py27_np17.pkl.lzma
│   │   │   │   │   ├── joblib_0.10.0_pickle_py27_np17.pkl.xz
│   │   │   │   │   ├── joblib_0.10.0_pickle_py33_np18.pkl
│   │   │   │   │   ├── joblib_0.10.0_pickle_py33_np18.pkl.bz2
│   │   │   │   │   ├── joblib_0.10.0_pickle_py33_np18.pkl.gzip
│   │   │   │   │   ├── joblib_0.10.0_pickle_py33_np18.pkl.lzma
│   │   │   │   │   ├── joblib_0.10.0_pickle_py33_np18.pkl.xz
│   │   │   │   │   ├── joblib_0.10.0_pickle_py34_np19.pkl
│   │   │   │   │   ├── joblib_0.10.0_pickle_py34_np19.pkl.bz2
│   │   │   │   │   ├── joblib_0.10.0_pickle_py34_np19.pkl.gzip
│   │   │   │   │   ├── joblib_0.10.0_pickle_py34_np19.pkl.lzma
│   │   │   │   │   ├── joblib_0.10.0_pickle_py34_np19.pkl.xz
│   │   │   │   │   ├── joblib_0.10.0_pickle_py35_np19.pkl
│   │   │   │   │   ├── joblib_0.10.0_pickle_py35_np19.pkl.bz2
│   │   │   │   │   ├── joblib_0.10.0_pickle_py35_np19.pkl.gzip
│   │   │   │   │   ├── joblib_0.10.0_pickle_py35_np19.pkl.lzma
│   │   │   │   │   ├── joblib_0.10.0_pickle_py35_np19.pkl.xz
│   │   │   │   │   ├── joblib_0.11.0_compressed_pickle_py36_np111.gz
│   │   │   │   │   ├── joblib_0.11.0_pickle_py36_np111.pkl
│   │   │   │   │   ├── joblib_0.11.0_pickle_py36_np111.pkl.bz2
│   │   │   │   │   ├── joblib_0.11.0_pickle_py36_np111.pkl.gzip
│   │   │   │   │   ├── joblib_0.11.0_pickle_py36_np111.pkl.lzma
│   │   │   │   │   ├── joblib_0.11.0_pickle_py36_np111.pkl.xz
│   │   │   │   │   ├── joblib_0.8.4_compressed_pickle_py27_np17.gz
│   │   │   │   │   ├── joblib_0.9.2_compressed_pickle_py27_np16.gz
│   │   │   │   │   ├── joblib_0.9.2_compressed_pickle_py27_np17.gz
│   │   │   │   │   ├── joblib_0.9.2_compressed_pickle_py34_np19.gz
│   │   │   │   │   ├── joblib_0.9.2_compressed_pickle_py35_np19.gz
│   │   │   │   │   ├── joblib_0.9.2_pickle_py27_np16.pkl
│   │   │   │   │   ├── joblib_0.9.2_pickle_py27_np16.pkl_01.npy
│   │   │   │   │   ├── joblib_0.9.2_pickle_py27_np16.pkl_02.npy
│   │   │   │   │   ├── joblib_0.9.2_pickle_py27_np16.pkl_03.npy
│   │   │   │   │   ├── joblib_0.9.2_pickle_py27_np16.pkl_04.npy
│   │   │   │   │   ├── joblib_0.9.2_pickle_py27_np17.pkl
│   │   │   │   │   ├── joblib_0.9.2_pickle_py27_np17.pkl_01.npy
│   │   │   │   │   ├── joblib_0.9.2_pickle_py27_np17.pkl_02.npy
│   │   │   │   │   ├── joblib_0.9.2_pickle_py27_np17.pkl_03.npy
│   │   │   │   │   ├── joblib_0.9.2_pickle_py27_np17.pkl_04.npy
│   │   │   │   │   ├── joblib_0.9.2_pickle_py33_np18.pkl
│   │   │   │   │   ├── joblib_0.9.2_pickle_py33_np18.pkl_01.npy
│   │   │   │   │   └── ... and 17 other files/folders
│   │   │   │   ├── __init__.py
│   │   │   │   ├── common.py
│   │   │   │   ├── test_backports.py
│   │   │   │   ├── test_cloudpickle_wrapper.py
│   │   │   │   ├── test_config.py
│   │   │   │   ├── test_dask.py
│   │   │   │   ├── test_disk.py
│   │   │   │   ├── test_func_inspect.py
│   │   │   │   ├── test_func_inspect_special_encoding.py
│   │   │   │   ├── test_hashing.py
│   │   │   │   ├── test_init.py
│   │   │   │   ├── test_logger.py
│   │   │   │   ├── test_memmapping.py
│   │   │   │   ├── test_memory.py
│   │   │   │   ├── test_memory_async.py
│   │   │   │   ├── test_missing_multiprocessing.py
│   │   │   │   ├── test_module.py
│   │   │   │   ├── test_numpy_pickle.py
│   │   │   │   ├── test_numpy_pickle_compat.py
│   │   │   │   ├── test_numpy_pickle_utils.py
│   │   │   │   ├── test_parallel.py
│   │   │   │   ├── test_store_backends.py
│   │   │   │   ├── test_testing.py
│   │   │   │   ├── test_utils.py
│   │   │   │   └── testutils.py
│   │   │   ├── __init__.py
│   │   │   ├── _cloudpickle_wrapper.py
│   │   │   ├── _dask.py
│   │   │   ├── _memmapping_reducer.py
│   │   │   ├── _multiprocessing_helpers.py
│   │   │   ├── _parallel_backends.py
│   │   │   ├── _store_backends.py
│   │   │   ├── _utils.py
│   │   │   ├── backports.py
│   │   │   ├── compressor.py
│   │   │   ├── disk.py
│   │   │   ├── executor.py
│   │   │   ├── func_inspect.py
│   │   │   ├── hashing.py
│   │   │   ├── logger.py
│   │   │   ├── memory.py
│   │   │   ├── numpy_pickle.py
│   │   │   ├── numpy_pickle_compat.py
│   │   │   ├── numpy_pickle_utils.py
│   │   │   ├── parallel.py
│   │   │   ├── pool.py
│   │   │   └── testing.py
│   │   ├── joblib-1.5.3.dist-info/
│   │   │   ├── licenses/
│   │   │   │   └── LICENSE.txt
│   │   │   ├── INSTALLER
│   │   │   ├── METADATA
│   │   │   ├── RECORD
│   │   │   ├── REQUESTED
│   │   │   ├── WHEEL
│   │   │   └── top_level.txt
│   │   ├── numpy/
│   │   │   ├── _core/
│   │   │   │   ├── include/
│   │   │   │   │   └── numpy/
│   │   │   │   │       └── ... (max depth reached)
│   │   │   │   ├── lib/
│   │   │   │   │   ├── npy-pkg-config/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── pkgconfig/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   └── libnpymath.a
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyi
│   │   │   │   ├── _add_newdocs.py
│   │   │   │   ├── _add_newdocs.pyi
│   │   │   │   ├── _add_newdocs_scalars.py
│   │   │   │   ├── _add_newdocs_scalars.pyi
│   │   │   │   ├── _asarray.py
│   │   │   │   ├── _asarray.pyi
│   │   │   │   ├── _dtype.py
│   │   │   │   ├── _dtype.pyi
│   │   │   │   ├── _dtype_ctypes.py
│   │   │   │   ├── _dtype_ctypes.pyi
│   │   │   │   ├── _exceptions.py
│   │   │   │   ├── _exceptions.pyi
│   │   │   │   ├── _internal.py
│   │   │   │   ├── _internal.pyi
│   │   │   │   ├── _machar.py
│   │   │   │   ├── _machar.pyi
│   │   │   │   ├── _methods.py
│   │   │   │   ├── _methods.pyi
│   │   │   │   ├── _multiarray_umath.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _simd.pyi
│   │   │   │   ├── _string_helpers.py
│   │   │   │   ├── _string_helpers.pyi
│   │   │   │   ├── _type_aliases.py
│   │   │   │   ├── _type_aliases.pyi
│   │   │   │   ├── _ufunc_config.py
│   │   │   │   ├── _ufunc_config.pyi
│   │   │   │   ├── arrayprint.py
│   │   │   │   ├── arrayprint.pyi
│   │   │   │   ├── cversions.py
│   │   │   │   ├── defchararray.py
│   │   │   │   ├── defchararray.pyi
│   │   │   │   ├── einsumfunc.py
│   │   │   │   ├── einsumfunc.pyi
│   │   │   │   ├── fromnumeric.py
│   │   │   │   ├── fromnumeric.pyi
│   │   │   │   ├── function_base.py
│   │   │   │   ├── function_base.pyi
│   │   │   │   ├── getlimits.py
│   │   │   │   ├── getlimits.pyi
│   │   │   │   ├── memmap.py
│   │   │   │   ├── memmap.pyi
│   │   │   │   ├── multiarray.py
│   │   │   │   ├── multiarray.pyi
│   │   │   │   ├── numeric.py
│   │   │   │   ├── numeric.pyi
│   │   │   │   ├── numerictypes.py
│   │   │   │   └── ... and 13 other files/folders
│   │   │   ├── _pyinstaller/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyi
│   │   │   │   ├── hook-numpy.py
│   │   │   │   └── hook-numpy.pyi
│   │   │   ├── _typing/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _add_docstring.py
│   │   │   │   ├── _array_like.py
│   │   │   │   ├── _callable.pyi
│   │   │   │   ├── _char_codes.py
│   │   │   │   ├── _dtype_like.py
│   │   │   │   ├── _extended_precision.py
│   │   │   │   ├── _nbit.py
│   │   │   │   ├── _nbit_base.py
│   │   │   │   ├── _nested_sequence.py
│   │   │   │   ├── _scalars.py
│   │   │   │   ├── _shape.py
│   │   │   │   ├── _ufunc.py
│   │   │   │   └── _ufunc.pyi
│   │   │   ├── _utils/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyi
│   │   │   │   ├── _convertions.py
│   │   │   │   ├── _convertions.pyi
│   │   │   │   ├── _inspect.py
│   │   │   │   ├── _inspect.pyi
│   │   │   │   ├── _pep440.py
│   │   │   │   └── _pep440.pyi
│   │   │   ├── char/
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyi
│   │   │   ├── compat/
│   │   │   │   ├── __init__.py
│   │   │   │   └── py3k.py
│   │   │   ├── core/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyi
│   │   │   │   ├── _dtype.py
│   │   │   │   ├── _dtype.pyi
│   │   │   │   ├── _dtype_ctypes.py
│   │   │   │   ├── _dtype_ctypes.pyi
│   │   │   │   ├── _internal.py
│   │   │   │   ├── _multiarray_umath.py
│   │   │   │   ├── _utils.py
│   │   │   │   ├── arrayprint.py
│   │   │   │   ├── defchararray.py
│   │   │   │   ├── einsumfunc.py
│   │   │   │   ├── fromnumeric.py
│   │   │   │   ├── function_base.py
│   │   │   │   ├── getlimits.py
│   │   │   │   ├── multiarray.py
│   │   │   │   ├── numeric.py
│   │   │   │   ├── numerictypes.py
│   │   │   │   ├── overrides.py
│   │   │   │   ├── overrides.pyi
│   │   │   │   ├── records.py
│   │   │   │   ├── shape_base.py
│   │   │   │   └── umath.py
│   │   │   ├── doc/
│   │   │   │   └── ufuncs.py
│   │   │   ├── f2py/
│   │   │   │   ├── _backends/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _backend.py
│   │   │   │   │   ├── _distutils.py
│   │   │   │   │   ├── _meson.py
│   │   │   │   │   └── meson.build.template
│   │   │   │   ├── src/
│   │   │   │   │   ├── fortranobject.c
│   │   │   │   │   └── fortranobject.h
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyi
│   │   │   │   ├── __main__.py
│   │   │   │   ├── __version__.py
│   │   │   │   ├── _isocbind.py
│   │   │   │   ├── _src_pyf.py
│   │   │   │   ├── auxfuncs.py
│   │   │   │   ├── capi_maps.py
│   │   │   │   ├── cb_rules.py
│   │   │   │   ├── cfuncs.py
│   │   │   │   ├── common_rules.py
│   │   │   │   ├── crackfortran.py
│   │   │   │   ├── diagnose.py
│   │   │   │   ├── f2py2e.py
│   │   │   │   ├── f90mod_rules.py
│   │   │   │   ├── func2subr.py
│   │   │   │   ├── rules.py
│   │   │   │   ├── setup.cfg
│   │   │   │   ├── symbolic.py
│   │   │   │   └── use_rules.py
│   │   │   ├── fft/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyi
│   │   │   │   ├── _helper.py
│   │   │   │   ├── _helper.pyi
│   │   │   │   ├── _pocketfft.py
│   │   │   │   ├── _pocketfft.pyi
│   │   │   │   ├── _pocketfft_umath.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── helper.py
│   │   │   │   └── helper.pyi
│   │   │   ├── lib/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyi
│   │   │   │   ├── _array_utils_impl.py
│   │   │   │   ├── _array_utils_impl.pyi
│   │   │   │   ├── _arraypad_impl.py
│   │   │   │   ├── _arraypad_impl.pyi
│   │   │   │   ├── _arraysetops_impl.py
│   │   │   │   ├── _arraysetops_impl.pyi
│   │   │   │   ├── _arrayterator_impl.py
│   │   │   │   ├── _arrayterator_impl.pyi
│   │   │   │   ├── _datasource.py
│   │   │   │   ├── _datasource.pyi
│   │   │   │   ├── _function_base_impl.py
│   │   │   │   ├── _function_base_impl.pyi
│   │   │   │   ├── _histograms_impl.py
│   │   │   │   ├── _histograms_impl.pyi
│   │   │   │   ├── _index_tricks_impl.py
│   │   │   │   ├── _index_tricks_impl.pyi
│   │   │   │   ├── _iotools.py
│   │   │   │   ├── _iotools.pyi
│   │   │   │   ├── _nanfunctions_impl.py
│   │   │   │   ├── _nanfunctions_impl.pyi
│   │   │   │   ├── _npyio_impl.py
│   │   │   │   ├── _npyio_impl.pyi
│   │   │   │   ├── _polynomial_impl.py
│   │   │   │   ├── _polynomial_impl.pyi
│   │   │   │   ├── _scimath_impl.py
│   │   │   │   ├── _scimath_impl.pyi
│   │   │   │   ├── _shape_base_impl.py
│   │   │   │   ├── _shape_base_impl.pyi
│   │   │   │   ├── _stride_tricks_impl.py
│   │   │   │   ├── _stride_tricks_impl.pyi
│   │   │   │   ├── _twodim_base_impl.py
│   │   │   │   ├── _twodim_base_impl.pyi
│   │   │   │   ├── _type_check_impl.py
│   │   │   │   ├── _type_check_impl.pyi
│   │   │   │   ├── _ufunclike_impl.py
│   │   │   │   ├── _ufunclike_impl.pyi
│   │   │   │   ├── _user_array_impl.py
│   │   │   │   ├── _user_array_impl.pyi
│   │   │   │   ├── _utils_impl.py
│   │   │   │   ├── _utils_impl.pyi
│   │   │   │   ├── _version.py
│   │   │   │   ├── _version.pyi
│   │   │   │   ├── array_utils.py
│   │   │   │   ├── array_utils.pyi
│   │   │   │   ├── format.py
│   │   │   │   ├── format.pyi
│   │   │   │   ├── introspect.py
│   │   │   │   ├── introspect.pyi
│   │   │   │   └── ... and 12 other files/folders
│   │   │   ├── linalg/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyi
│   │   │   │   ├── _linalg.py
│   │   │   │   ├── _linalg.pyi
│   │   │   │   ├── _umath_linalg.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _umath_linalg.pyi
│   │   │   │   ├── lapack_lite.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── lapack_lite.pyi
│   │   │   │   ├── linalg.py
│   │   │   │   └── linalg.pyi
│   │   │   ├── ma/
│   │   │   │   ├── API_CHANGES.txt
│   │   │   │   ├── LICENSE
│   │   │   │   ├── README.rst
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyi
│   │   │   │   ├── core.py
│   │   │   │   ├── core.pyi
│   │   │   │   ├── extras.py
│   │   │   │   ├── extras.pyi
│   │   │   │   ├── mrecords.py
│   │   │   │   ├── mrecords.pyi
│   │   │   │   ├── testutils.py
│   │   │   │   └── timer_comparison.py
│   │   │   ├── matrixlib/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyi
│   │   │   │   ├── defmatrix.py
│   │   │   │   └── defmatrix.pyi
│   │   │   ├── polynomial/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyi
│   │   │   │   ├── _polybase.py
│   │   │   │   ├── _polybase.pyi
│   │   │   │   ├── _polytypes.pyi
│   │   │   │   ├── chebyshev.py
│   │   │   │   ├── chebyshev.pyi
│   │   │   │   ├── hermite.py
│   │   │   │   ├── hermite.pyi
│   │   │   │   ├── hermite_e.py
│   │   │   │   ├── hermite_e.pyi
│   │   │   │   ├── laguerre.py
│   │   │   │   ├── laguerre.pyi
│   │   │   │   ├── legendre.py
│   │   │   │   ├── legendre.pyi
│   │   │   │   ├── polynomial.py
│   │   │   │   ├── polynomial.pyi
│   │   │   │   ├── polyutils.py
│   │   │   │   └── polyutils.pyi
│   │   │   ├── random/
│   │   │   │   ├── _examples/
│   │   │   │   │   ├── cffi/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── cython/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   └── numba/
│   │   │   │   │       └── ... (max depth reached)
│   │   │   │   ├── lib/
│   │   │   │   │   └── libnpyrandom.a
│   │   │   │   ├── LICENSE.md
│   │   │   │   ├── __init__.pxd
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyi
│   │   │   │   ├── _bounded_integers.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _bounded_integers.pxd
│   │   │   │   ├── _common.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _common.pxd
│   │   │   │   ├── _generator.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _generator.pyi
│   │   │   │   ├── _mt19937.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _mt19937.pyi
│   │   │   │   ├── _pcg64.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _pcg64.pyi
│   │   │   │   ├── _philox.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _philox.pyi
│   │   │   │   ├── _pickle.py
│   │   │   │   ├── _pickle.pyi
│   │   │   │   ├── _sfc64.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _sfc64.pyi
│   │   │   │   ├── bit_generator.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── bit_generator.pxd
│   │   │   │   ├── bit_generator.pyi
│   │   │   │   ├── c_distributions.pxd
│   │   │   │   ├── mtrand.cpython-313-wasm32-emscripten.so
│   │   │   │   └── mtrand.pyi
│   │   │   ├── rec/
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyi
│   │   │   ├── strings/
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyi
│   │   │   ├── testing/
│   │   │   │   ├── _private/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyi
│   │   │   │   │   ├── extbuild.py
│   │   │   │   │   ├── extbuild.pyi
│   │   │   │   │   ├── utils.py
│   │   │   │   │   └── utils.pyi
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyi
│   │   │   │   ├── overrides.py
│   │   │   │   ├── overrides.pyi
│   │   │   │   ├── print_coercion_tables.py
│   │   │   │   └── print_coercion_tables.pyi
│   │   │   ├── typing/
│   │   │   │   ├── __init__.py
│   │   │   │   └── mypy_plugin.py
│   │   │   ├── __config__.py
│   │   │   ├── __config__.pyi
│   │   │   ├── __init__.cython-30.pxd
│   │   │   ├── __init__.pxd
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyi
│   │   │   ├── _array_api_info.py
│   │   │   ├── _array_api_info.pyi
│   │   │   ├── _configtool.py
│   │   │   ├── _configtool.pyi
│   │   │   ├── _distributor_init.py
│   │   │   ├── _distributor_init.pyi
│   │   │   ├── _expired_attrs_2_0.py
│   │   │   ├── _expired_attrs_2_0.pyi
│   │   │   ├── _globals.py
│   │   │   ├── _globals.pyi
│   │   │   ├── _pytesttester.py
│   │   │   ├── _pytesttester.pyi
│   │   │   ├── conftest.py
│   │   │   ├── ctypeslib.py
│   │   │   ├── ctypeslib.pyi
│   │   │   ├── dtypes.py
│   │   │   ├── dtypes.pyi
│   │   │   ├── exceptions.py
│   │   │   ├── exceptions.pyi
│   │   │   ├── matlib.py
│   │   │   ├── matlib.pyi
│   │   │   ├── py.typed
│   │   │   ├── version.py
│   │   │   └── version.pyi
│   │   ├── numpy-2.2.5.dist-info/
│   │   │   ├── INSTALLER
│   │   │   ├── LICENSE.txt
│   │   │   ├── METADATA
│   │   │   ├── RECORD
│   │   │   ├── REQUESTED
│   │   │   ├── WHEEL
│   │   │   └── entry_points.txt
│   │   ├── scikit_learn-1.7.0.dist-info/
│   │   │   ├── COPYING
│   │   │   ├── INSTALLER
│   │   │   ├── METADATA
│   │   │   ├── RECORD
│   │   │   ├── REQUESTED
│   │   │   └── WHEEL
│   │   ├── scipy/
│   │   │   ├── _lib/
│   │   │   │   ├── _uarray/
│   │   │   │   │   ├── LICENSE
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _backend.py
│   │   │   │   │   └── _uarray.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── array_api_compat/
│   │   │   │   │   ├── common/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── cupy/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── dask/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── numpy/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── torch/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── _internal.py
│   │   │   │   ├── cobyqa/
│   │   │   │   │   ├── subsolvers/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── utils/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── framework.py
│   │   │   │   │   ├── main.py
│   │   │   │   │   ├── models.py
│   │   │   │   │   ├── problem.py
│   │   │   │   │   └── settings.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _array_api.py
│   │   │   │   ├── _bunch.py
│   │   │   │   ├── _ccallback.py
│   │   │   │   ├── _ccallback_c.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _disjoint_set.py
│   │   │   │   ├── _docscrape.py
│   │   │   │   ├── _elementwise_iterative_method.py
│   │   │   │   ├── _finite_differences.py
│   │   │   │   ├── _fpumode.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _gcutils.py
│   │   │   │   ├── _pep440.py
│   │   │   │   ├── _test_ccallback.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _test_deprecation_call.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _test_deprecation_def.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _testutils.py
│   │   │   │   ├── _threadsafety.py
│   │   │   │   ├── _tmpdirs.py
│   │   │   │   ├── _util.py
│   │   │   │   ├── decorator.py
│   │   │   │   ├── deprecation.py
│   │   │   │   ├── doccer.py
│   │   │   │   ├── messagestream.cpython-313-wasm32-emscripten.so
│   │   │   │   └── uarray.py
│   │   │   ├── cluster/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _hierarchy.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _optimal_leaf_ordering.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _vq.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── hierarchy.py
│   │   │   │   └── vq.py
│   │   │   ├── constants/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _codata.py
│   │   │   │   ├── _constants.py
│   │   │   │   ├── codata.py
│   │   │   │   └── constants.py
│   │   │   ├── datasets/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _download_all.py
│   │   │   │   ├── _fetchers.py
│   │   │   │   ├── _registry.py
│   │   │   │   └── _utils.py
│   │   │   ├── fft/
│   │   │   │   ├── _pocketfft/
│   │   │   │   │   ├── LICENSE.md
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── basic.py
│   │   │   │   │   ├── helper.py
│   │   │   │   │   ├── pypocketfft.cpython-313-wasm32-emscripten.so
│   │   │   │   │   └── realtransforms.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _backend.py
│   │   │   │   ├── _basic.py
│   │   │   │   ├── _basic_backend.py
│   │   │   │   ├── _debug_backends.py
│   │   │   │   ├── _fftlog.py
│   │   │   │   ├── _fftlog_backend.py
│   │   │   │   ├── _helper.py
│   │   │   │   ├── _realtransforms.py
│   │   │   │   └── _realtransforms_backend.py
│   │   │   ├── fftpack/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _basic.py
│   │   │   │   ├── _helper.py
│   │   │   │   ├── _pseudo_diffs.py
│   │   │   │   ├── _realtransforms.py
│   │   │   │   ├── basic.py
│   │   │   │   ├── convolve.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── helper.py
│   │   │   │   ├── pseudo_diffs.py
│   │   │   │   └── realtransforms.py
│   │   │   ├── integrate/
│   │   │   │   ├── _ivp/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── base.py
│   │   │   │   │   ├── bdf.py
│   │   │   │   │   ├── common.py
│   │   │   │   │   ├── dop853_coefficients.py
│   │   │   │   │   ├── ivp.py
│   │   │   │   │   ├── lsoda.py
│   │   │   │   │   ├── radau.py
│   │   │   │   │   └── rk.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _bvp.py
│   │   │   │   ├── _dop.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _lsoda.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _ode.py
│   │   │   │   ├── _odepack.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _odepack_py.py
│   │   │   │   ├── _quad_vec.py
│   │   │   │   ├── _quadpack.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _quadpack_py.py
│   │   │   │   ├── _quadrature.py
│   │   │   │   ├── _tanhsinh.py
│   │   │   │   ├── _test_multivariate.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _vode.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── dop.py
│   │   │   │   ├── lsoda.py
│   │   │   │   ├── odepack.py
│   │   │   │   ├── quadpack.py
│   │   │   │   └── vode.py
│   │   │   ├── interpolate/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _bspl.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _bsplines.py
│   │   │   │   ├── _cubic.py
│   │   │   │   ├── _dfitpack.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _fitpack.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _fitpack2.py
│   │   │   │   ├── _fitpack_impl.py
│   │   │   │   ├── _fitpack_py.py
│   │   │   │   ├── _interpolate.py
│   │   │   │   ├── _ndbspline.py
│   │   │   │   ├── _ndgriddata.py
│   │   │   │   ├── _pade.py
│   │   │   │   ├── _polyint.py
│   │   │   │   ├── _ppoly.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _rbf.py
│   │   │   │   ├── _rbfinterp.py
│   │   │   │   ├── _rbfinterp_pythran.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _rgi.py
│   │   │   │   ├── _rgi_cython.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── dfitpack.py
│   │   │   │   ├── fitpack.py
│   │   │   │   ├── fitpack2.py
│   │   │   │   ├── interpnd.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── interpolate.py
│   │   │   │   ├── ndgriddata.py
│   │   │   │   ├── polyint.py
│   │   │   │   └── rbf.py
│   │   │   ├── io/
│   │   │   │   ├── _fast_matrix_market/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── _fmm_core.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _harwell_boeing/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _fortran_format_parser.py
│   │   │   │   │   └── hb.py
│   │   │   │   ├── arff/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _arffread.py
│   │   │   │   │   └── arffread.py
│   │   │   │   ├── matlab/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _byteordercodes.py
│   │   │   │   │   ├── _mio.py
│   │   │   │   │   ├── _mio4.py
│   │   │   │   │   ├── _mio5.py
│   │   │   │   │   ├── _mio5_params.py
│   │   │   │   │   ├── _mio5_utils.cpython-313-wasm32-emscripten.so
│   │   │   │   │   ├── _mio_utils.cpython-313-wasm32-emscripten.so
│   │   │   │   │   ├── _miobase.py
│   │   │   │   │   ├── _streams.cpython-313-wasm32-emscripten.so
│   │   │   │   │   ├── byteordercodes.py
│   │   │   │   │   ├── mio.py
│   │   │   │   │   ├── mio4.py
│   │   │   │   │   ├── mio5.py
│   │   │   │   │   ├── mio5_params.py
│   │   │   │   │   ├── mio5_utils.py
│   │   │   │   │   ├── mio_utils.py
│   │   │   │   │   ├── miobase.py
│   │   │   │   │   └── streams.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _fortran.py
│   │   │   │   ├── _idl.py
│   │   │   │   ├── _mmio.py
│   │   │   │   ├── _netcdf.py
│   │   │   │   ├── harwell_boeing.py
│   │   │   │   ├── idl.py
│   │   │   │   ├── mmio.py
│   │   │   │   ├── netcdf.py
│   │   │   │   └── wavfile.py
│   │   │   ├── linalg/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _basic.py
│   │   │   │   ├── _blas_subroutines.h
│   │   │   │   ├── _cythonized_array_utils.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _cythonized_array_utils.pxd
│   │   │   │   ├── _cythonized_array_utils.pyi
│   │   │   │   ├── _decomp.py
│   │   │   │   ├── _decomp_cholesky.py
│   │   │   │   ├── _decomp_cossin.py
│   │   │   │   ├── _decomp_interpolative.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _decomp_ldl.py
│   │   │   │   ├── _decomp_lu.py
│   │   │   │   ├── _decomp_lu_cython.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _decomp_lu_cython.pyi
│   │   │   │   ├── _decomp_polar.py
│   │   │   │   ├── _decomp_qr.py
│   │   │   │   ├── _decomp_qz.py
│   │   │   │   ├── _decomp_schur.py
│   │   │   │   ├── _decomp_svd.py
│   │   │   │   ├── _decomp_update.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _expm_frechet.py
│   │   │   │   ├── _fblas.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _flapack.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _lapack_subroutines.h
│   │   │   │   ├── _matfuncs.py
│   │   │   │   ├── _matfuncs_expm.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _matfuncs_expm.pyi
│   │   │   │   ├── _matfuncs_inv_ssq.py
│   │   │   │   ├── _matfuncs_sqrtm.py
│   │   │   │   ├── _matfuncs_sqrtm_triu.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _misc.py
│   │   │   │   ├── _procrustes.py
│   │   │   │   ├── _sketches.py
│   │   │   │   ├── _solve_toeplitz.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _solvers.py
│   │   │   │   ├── _special_matrices.py
│   │   │   │   ├── _testutils.py
│   │   │   │   ├── basic.py
│   │   │   │   ├── blas.py
│   │   │   │   ├── cython_blas.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── cython_blas.pxd
│   │   │   │   ├── cython_blas.pyx
│   │   │   │   ├── cython_lapack.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── cython_lapack.pxd
│   │   │   │   ├── cython_lapack.pyx
│   │   │   │   ├── decomp.py
│   │   │   │   ├── decomp_cholesky.py
│   │   │   │   ├── decomp_lu.py
│   │   │   │   ├── decomp_qr.py
│   │   │   │   ├── decomp_schur.py
│   │   │   │   └── ... and 6 other files/folders
│   │   │   ├── misc/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _common.py
│   │   │   │   ├── ascent.dat
│   │   │   │   ├── common.py
│   │   │   │   ├── doccer.py
│   │   │   │   ├── ecg.dat
│   │   │   │   └── face.dat
│   │   │   ├── ndimage/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _ctest.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _cytest.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _filters.py
│   │   │   │   ├── _fourier.py
│   │   │   │   ├── _interpolation.py
│   │   │   │   ├── _measurements.py
│   │   │   │   ├── _morphology.py
│   │   │   │   ├── _nd_image.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _ni_docstrings.py
│   │   │   │   ├── _ni_label.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _ni_support.py
│   │   │   │   ├── filters.py
│   │   │   │   ├── fourier.py
│   │   │   │   ├── interpolation.py
│   │   │   │   ├── measurements.py
│   │   │   │   └── morphology.py
│   │   │   ├── odr/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __odrpack.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _add_newdocs.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _odrpack.py
│   │   │   │   ├── models.py
│   │   │   │   └── odrpack.py
│   │   │   ├── optimize/
│   │   │   │   ├── _highs/
│   │   │   │   │   ├── src/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _highs_constants.cpython-313-wasm32-emscripten.so
│   │   │   │   │   └── _highs_wrapper.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _lsq/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── bvls.py
│   │   │   │   │   ├── common.py
│   │   │   │   │   ├── dogbox.py
│   │   │   │   │   ├── givens_elimination.cpython-313-wasm32-emscripten.so
│   │   │   │   │   ├── least_squares.py
│   │   │   │   │   ├── lsq_linear.py
│   │   │   │   │   ├── trf.py
│   │   │   │   │   └── trf_linear.py
│   │   │   │   ├── _shgo_lib/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _complex.py
│   │   │   │   │   └── _vertex.py
│   │   │   │   ├── _trlib/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── _trlib.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _trustregion_constr/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── canonical_constraint.py
│   │   │   │   │   ├── equality_constrained_sqp.py
│   │   │   │   │   ├── minimize_trustregion_constr.py
│   │   │   │   │   ├── projections.py
│   │   │   │   │   ├── qp_subproblem.py
│   │   │   │   │   ├── report.py
│   │   │   │   │   └── tr_interior_point.py
│   │   │   │   ├── cython_optimize/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _zeros.cpython-313-wasm32-emscripten.so
│   │   │   │   │   ├── _zeros.pxd
│   │   │   │   │   └── c_zeros.pxd
│   │   │   │   ├── README
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _basinhopping.py
│   │   │   │   ├── _bglu_dense.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _bracket.py
│   │   │   │   ├── _chandrupatla.py
│   │   │   │   ├── _cobyla.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _cobyla_py.py
│   │   │   │   ├── _cobyqa_py.py
│   │   │   │   ├── _constraints.py
│   │   │   │   ├── _dcsrch.py
│   │   │   │   ├── _differentiable_functions.py
│   │   │   │   ├── _differentialevolution.py
│   │   │   │   ├── _differentiate.py
│   │   │   │   ├── _direct.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _direct_py.py
│   │   │   │   ├── _dual_annealing.py
│   │   │   │   ├── _group_columns.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _hessian_update_strategy.py
│   │   │   │   ├── _isotonic.py
│   │   │   │   ├── _lbfgsb.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _lbfgsb_py.py
│   │   │   │   ├── _linesearch.py
│   │   │   │   ├── _linprog.py
│   │   │   │   ├── _linprog_doc.py
│   │   │   │   ├── _linprog_highs.py
│   │   │   │   ├── _linprog_ip.py
│   │   │   │   ├── _linprog_rs.py
│   │   │   │   ├── _linprog_simplex.py
│   │   │   │   ├── _linprog_util.py
│   │   │   │   ├── _lsap.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _milp.py
│   │   │   │   ├── _minimize.py
│   │   │   │   ├── _minpack.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _minpack2.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _minpack_py.py
│   │   │   │   ├── _moduleTNC.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _nnls.py
│   │   │   │   ├── _nonlin.py
│   │   │   │   ├── _numdiff.py
│   │   │   │   ├── _optimize.py
│   │   │   │   ├── _pava_pybind.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _qap.py
│   │   │   │   ├── _remove_redundancy.py
│   │   │   │   └── ... and 27 other files/folders
│   │   │   ├── signal/
│   │   │   │   ├── windows/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _windows.py
│   │   │   │   │   └── windows.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _arraytools.py
│   │   │   │   ├── _bsplines.py
│   │   │   │   ├── _czt.py
│   │   │   │   ├── _filter_design.py
│   │   │   │   ├── _fir_filter_design.py
│   │   │   │   ├── _lti_conversion.py
│   │   │   │   ├── _ltisys.py
│   │   │   │   ├── _max_len_seq.py
│   │   │   │   ├── _max_len_seq_inner.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _peak_finding.py
│   │   │   │   ├── _peak_finding_utils.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _savitzky_golay.py
│   │   │   │   ├── _short_time_fft.py
│   │   │   │   ├── _signaltools.py
│   │   │   │   ├── _sigtools.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _sosfilt.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _spectral.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _spectral_py.py
│   │   │   │   ├── _spline.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _upfirdn.py
│   │   │   │   ├── _upfirdn_apply.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _waveforms.py
│   │   │   │   ├── _wavelets.py
│   │   │   │   ├── bsplines.py
│   │   │   │   ├── filter_design.py
│   │   │   │   ├── fir_filter_design.py
│   │   │   │   ├── lti_conversion.py
│   │   │   │   ├── ltisys.py
│   │   │   │   ├── signaltools.py
│   │   │   │   ├── spectral.py
│   │   │   │   ├── spline.py
│   │   │   │   ├── waveforms.py
│   │   │   │   └── wavelets.py
│   │   │   ├── sparse/
│   │   │   │   ├── csgraph/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _flow.cpython-313-wasm32-emscripten.so
│   │   │   │   │   ├── _laplacian.py
│   │   │   │   │   ├── _matching.cpython-313-wasm32-emscripten.so
│   │   │   │   │   ├── _min_spanning_tree.cpython-313-wasm32-emscripten.so
│   │   │   │   │   ├── _reordering.cpython-313-wasm32-emscripten.so
│   │   │   │   │   ├── _shortest_path.cpython-313-wasm32-emscripten.so
│   │   │   │   │   ├── _tools.cpython-313-wasm32-emscripten.so
│   │   │   │   │   ├── _traversal.cpython-313-wasm32-emscripten.so
│   │   │   │   │   └── _validation.py
│   │   │   │   ├── linalg/
│   │   │   │   │   ├── _dsolve/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── _eigen/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── _isolve/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── _propack/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _expm_multiply.py
│   │   │   │   │   ├── _interface.py
│   │   │   │   │   ├── _matfuncs.py
│   │   │   │   │   ├── _norm.py
│   │   │   │   │   ├── _onenormest.py
│   │   │   │   │   ├── _special_sparse_arrays.py
│   │   │   │   │   ├── _svdp.py
│   │   │   │   │   ├── dsolve.py
│   │   │   │   │   ├── eigen.py
│   │   │   │   │   ├── interface.py
│   │   │   │   │   ├── isolve.py
│   │   │   │   │   └── matfuncs.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _base.py
│   │   │   │   ├── _bsr.py
│   │   │   │   ├── _compressed.py
│   │   │   │   ├── _construct.py
│   │   │   │   ├── _coo.py
│   │   │   │   ├── _csc.py
│   │   │   │   ├── _csparsetools.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _csr.py
│   │   │   │   ├── _data.py
│   │   │   │   ├── _dia.py
│   │   │   │   ├── _dok.py
│   │   │   │   ├── _extract.py
│   │   │   │   ├── _index.py
│   │   │   │   ├── _lil.py
│   │   │   │   ├── _matrix.py
│   │   │   │   ├── _matrix_io.py
│   │   │   │   ├── _sparsetools.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _spfuncs.py
│   │   │   │   ├── _sputils.py
│   │   │   │   ├── base.py
│   │   │   │   ├── bsr.py
│   │   │   │   ├── compressed.py
│   │   │   │   ├── construct.py
│   │   │   │   ├── coo.py
│   │   │   │   ├── csc.py
│   │   │   │   ├── csr.py
│   │   │   │   ├── data.py
│   │   │   │   ├── dia.py
│   │   │   │   ├── dok.py
│   │   │   │   ├── extract.py
│   │   │   │   ├── lil.py
│   │   │   │   ├── sparsetools.py
│   │   │   │   ├── spfuncs.py
│   │   │   │   └── sputils.py
│   │   │   ├── spatial/
│   │   │   │   ├── qhull_src/
│   │   │   │   │   └── COPYING.txt
│   │   │   │   ├── transform/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _rotation.cpython-313-wasm32-emscripten.so
│   │   │   │   │   ├── _rotation.pyi
│   │   │   │   │   ├── _rotation_groups.py
│   │   │   │   │   ├── _rotation_spline.py
│   │   │   │   │   └── rotation.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _ckdtree.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _ckdtree.pyi
│   │   │   │   ├── _distance_pybind.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _distance_wrap.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _geometric_slerp.py
│   │   │   │   ├── _hausdorff.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _kdtree.py
│   │   │   │   ├── _plotutils.py
│   │   │   │   ├── _procrustes.py
│   │   │   │   ├── _qhull.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _qhull.pyi
│   │   │   │   ├── _spherical_voronoi.py
│   │   │   │   ├── _voronoi.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _voronoi.pyi
│   │   │   │   ├── ckdtree.py
│   │   │   │   ├── distance.py
│   │   │   │   ├── distance.pyi
│   │   │   │   ├── kdtree.py
│   │   │   │   └── qhull.py
│   │   │   ├── special/
│   │   │   │   ├── _precompute/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── cosine_cdf.py
│   │   │   │   │   ├── expn_asy.py
│   │   │   │   │   ├── gammainc_asy.py
│   │   │   │   │   ├── gammainc_data.py
│   │   │   │   │   ├── hyp2f1_data.py
│   │   │   │   │   ├── lambertw.py
│   │   │   │   │   ├── loggamma.py
│   │   │   │   │   ├── struve_convergence.py
│   │   │   │   │   ├── utils.py
│   │   │   │   │   ├── wright_bessel.py
│   │   │   │   │   ├── wright_bessel_data.py
│   │   │   │   │   ├── wrightomega.py
│   │   │   │   │   └── zetac.py
│   │   │   │   ├── special/
│   │   │   │   │   ├── cephes/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── binom.h
│   │   │   │   │   ├── config.h
│   │   │   │   │   ├── digamma.h
│   │   │   │   │   ├── error.h
│   │   │   │   │   ├── evalpoly.h
│   │   │   │   │   ├── hyp2f1.h
│   │   │   │   │   ├── lambertw.h
│   │   │   │   │   ├── loggamma.h
│   │   │   │   │   ├── tools.h
│   │   │   │   │   ├── trig.h
│   │   │   │   │   ├── wright_bessel.h
│   │   │   │   │   └── zlog1.h
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _add_newdocs.py
│   │   │   │   ├── _basic.py
│   │   │   │   ├── _comb.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _ellip_harm.py
│   │   │   │   ├── _ellip_harm_2.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _gufuncs.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _lambertw.py
│   │   │   │   ├── _logsumexp.py
│   │   │   │   ├── _mptestutils.py
│   │   │   │   ├── _orthogonal.py
│   │   │   │   ├── _orthogonal.pyi
│   │   │   │   ├── _sf_error.py
│   │   │   │   ├── _specfun.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _special_ufuncs.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _spfun_stats.py
│   │   │   │   ├── _spherical_bessel.py
│   │   │   │   ├── _support_alternative_backends.py
│   │   │   │   ├── _test_internal.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _test_internal.pyi
│   │   │   │   ├── _testutils.py
│   │   │   │   ├── _ufuncs.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _ufuncs.pyi
│   │   │   │   ├── _ufuncs.pyx
│   │   │   │   ├── _ufuncs_cxx.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _ufuncs_cxx.pxd
│   │   │   │   ├── _ufuncs_cxx.pyx
│   │   │   │   ├── _ufuncs_cxx_defs.h
│   │   │   │   ├── _ufuncs_defs.h
│   │   │   │   ├── add_newdocs.py
│   │   │   │   ├── basic.py
│   │   │   │   ├── cython_special.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── cython_special.pxd
│   │   │   │   ├── cython_special.pyi
│   │   │   │   ├── libsf_error_state.a
│   │   │   │   ├── orthogonal.py
│   │   │   │   ├── sf_error.py
│   │   │   │   ├── specfun.py
│   │   │   │   └── spfun_stats.py
│   │   │   ├── stats/
│   │   │   │   ├── _levy_stable/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── levyst.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _rcont/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── rcont.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _unuran/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── unuran_wrapper.cpython-313-wasm32-emscripten.so
│   │   │   │   │   └── unuran_wrapper.pyi
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _ansari_swilk_statistics.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _axis_nan_policy.py
│   │   │   │   ├── _biasedurn.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _biasedurn.pxd
│   │   │   │   ├── _binned_statistic.py
│   │   │   │   ├── _binomtest.py
│   │   │   │   ├── _bws_test.py
│   │   │   │   ├── _censored_data.py
│   │   │   │   ├── _common.py
│   │   │   │   ├── _constants.py
│   │   │   │   ├── _continuous_distns.py
│   │   │   │   ├── _covariance.py
│   │   │   │   ├── _crosstab.py
│   │   │   │   ├── _discrete_distns.py
│   │   │   │   ├── _distn_infrastructure.py
│   │   │   │   ├── _distr_params.py
│   │   │   │   ├── _entropy.py
│   │   │   │   ├── _fit.py
│   │   │   │   ├── _hypotests.py
│   │   │   │   ├── _kde.py
│   │   │   │   ├── _ksstats.py
│   │   │   │   ├── _mannwhitneyu.py
│   │   │   │   ├── _mgc.py
│   │   │   │   ├── _morestats.py
│   │   │   │   ├── _mstats_basic.py
│   │   │   │   ├── _mstats_extras.py
│   │   │   │   ├── _multicomp.py
│   │   │   │   ├── _multivariate.py
│   │   │   │   ├── _mvn.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _odds_ratio.py
│   │   │   │   ├── _page_trend_test.py
│   │   │   │   ├── _qmc.py
│   │   │   │   ├── _qmc_cy.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _qmc_cy.pyi
│   │   │   │   ├── _qmvnt.py
│   │   │   │   ├── _relative_risk.py
│   │   │   │   ├── _resampling.py
│   │   │   │   ├── _result_classes.py
│   │   │   │   ├── _rvs_sampling.py
│   │   │   │   ├── _sampling.py
│   │   │   │   ├── _sensitivity_analysis.py
│   │   │   │   ├── _sobol.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _sobol.pyi
│   │   │   │   ├── _sobol_direction_numbers.npz
│   │   │   │   ├── _stats.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _stats.pxd
│   │   │   │   └── ... and 20 other files/folders
│   │   │   ├── __config__.py
│   │   │   ├── __init__.py
│   │   │   ├── _distributor_init.py
│   │   │   ├── linalg.pxd
│   │   │   ├── optimize.pxd
│   │   │   ├── special.pxd
│   │   │   └── version.py
│   │   ├── scipy-1.14.1.dist-info/
│   │   │   ├── INSTALLER
│   │   │   ├── LICENSE.txt
│   │   │   ├── METADATA
│   │   │   ├── RECORD
│   │   │   ├── REQUESTED
│   │   │   └── WHEEL
│   │   ├── sklearn/
│   │   │   ├── __check_build/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _check_build.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _check_build.pyx
│   │   │   │   └── meson.build
│   │   │   ├── _build_utils/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── tempita.py
│   │   │   │   └── version.py
│   │   │   ├── _loss/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _loss.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _loss.pxd
│   │   │   │   ├── _loss.pyx.tp
│   │   │   │   ├── link.py
│   │   │   │   ├── loss.py
│   │   │   │   └── meson.build
│   │   │   ├── cluster/
│   │   │   │   ├── _hdbscan/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _linkage.cpython-313-wasm32-emscripten.so
│   │   │   │   │   ├── _linkage.pyx
│   │   │   │   │   ├── _reachability.cpython-313-wasm32-emscripten.so
│   │   │   │   │   ├── _reachability.pyx
│   │   │   │   │   ├── _tree.cpython-313-wasm32-emscripten.so
│   │   │   │   │   ├── _tree.pxd
│   │   │   │   │   ├── _tree.pyx
│   │   │   │   │   ├── hdbscan.py
│   │   │   │   │   └── meson.build
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _affinity_propagation.py
│   │   │   │   ├── _agglomerative.py
│   │   │   │   ├── _bicluster.py
│   │   │   │   ├── _birch.py
│   │   │   │   ├── _bisect_k_means.py
│   │   │   │   ├── _dbscan.py
│   │   │   │   ├── _dbscan_inner.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _dbscan_inner.pyx
│   │   │   │   ├── _feature_agglomeration.py
│   │   │   │   ├── _hierarchical_fast.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _hierarchical_fast.pxd
│   │   │   │   ├── _hierarchical_fast.pyx
│   │   │   │   ├── _k_means_common.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _k_means_common.pxd
│   │   │   │   ├── _k_means_common.pyx
│   │   │   │   ├── _k_means_elkan.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _k_means_elkan.pyx
│   │   │   │   ├── _k_means_lloyd.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _k_means_lloyd.pyx
│   │   │   │   ├── _k_means_minibatch.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _k_means_minibatch.pyx
│   │   │   │   ├── _kmeans.py
│   │   │   │   ├── _mean_shift.py
│   │   │   │   ├── _optics.py
│   │   │   │   ├── _spectral.py
│   │   │   │   └── meson.build
│   │   │   ├── compose/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _column_transformer.py
│   │   │   │   └── _target.py
│   │   │   ├── covariance/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _elliptic_envelope.py
│   │   │   │   ├── _empirical_covariance.py
│   │   │   │   ├── _graph_lasso.py
│   │   │   │   ├── _robust_covariance.py
│   │   │   │   └── _shrunk_covariance.py
│   │   │   ├── cross_decomposition/
│   │   │   │   ├── __init__.py
│   │   │   │   └── _pls.py
│   │   │   ├── datasets/
│   │   │   │   ├── data/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── diabetes_data_raw.csv.gz
│   │   │   │   │   ├── diabetes_target.csv.gz
│   │   │   │   │   └── digits.csv.gz
│   │   │   │   ├── descr/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── breast_cancer.rst
│   │   │   │   │   ├── california_housing.rst
│   │   │   │   │   ├── covtype.rst
│   │   │   │   │   ├── diabetes.rst
│   │   │   │   │   ├── digits.rst
│   │   │   │   │   ├── iris.rst
│   │   │   │   │   ├── kddcup99.rst
│   │   │   │   │   ├── lfw.rst
│   │   │   │   │   ├── linnerud.rst
│   │   │   │   │   ├── olivetti_faces.rst
│   │   │   │   │   ├── rcv1.rst
│   │   │   │   │   ├── species_distributions.rst
│   │   │   │   │   ├── twenty_newsgroups.rst
│   │   │   │   │   └── wine_data.rst
│   │   │   │   ├── images/
│   │   │   │   │   ├── README.txt
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── china.jpg
│   │   │   │   │   └── flower.jpg
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _arff_parser.py
│   │   │   │   ├── _base.py
│   │   │   │   ├── _california_housing.py
│   │   │   │   ├── _covtype.py
│   │   │   │   ├── _kddcup99.py
│   │   │   │   ├── _lfw.py
│   │   │   │   ├── _olivetti_faces.py
│   │   │   │   ├── _openml.py
│   │   │   │   ├── _rcv1.py
│   │   │   │   ├── _samples_generator.py
│   │   │   │   ├── _species_distributions.py
│   │   │   │   ├── _svmlight_format_fast.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _svmlight_format_fast.pyx
│   │   │   │   ├── _svmlight_format_io.py
│   │   │   │   ├── _twenty_newsgroups.py
│   │   │   │   └── meson.build
│   │   │   ├── decomposition/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _base.py
│   │   │   │   ├── _cdnmf_fast.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _cdnmf_fast.pyx
│   │   │   │   ├── _dict_learning.py
│   │   │   │   ├── _factor_analysis.py
│   │   │   │   ├── _fastica.py
│   │   │   │   ├── _incremental_pca.py
│   │   │   │   ├── _kernel_pca.py
│   │   │   │   ├── _lda.py
│   │   │   │   ├── _nmf.py
│   │   │   │   ├── _online_lda_fast.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _online_lda_fast.pyx
│   │   │   │   ├── _pca.py
│   │   │   │   ├── _sparse_pca.py
│   │   │   │   ├── _truncated_svd.py
│   │   │   │   └── meson.build
│   │   │   ├── ensemble/
│   │   │   │   ├── _hist_gradient_boosting/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _binning.cpython-313-wasm32-emscripten.so
│   │   │   │   │   ├── _binning.pyx
│   │   │   │   │   ├── _bitset.cpython-313-wasm32-emscripten.so
│   │   │   │   │   ├── _bitset.pxd
│   │   │   │   │   ├── _bitset.pyx
│   │   │   │   │   ├── _gradient_boosting.cpython-313-wasm32-emscripten.so
│   │   │   │   │   ├── _gradient_boosting.pyx
│   │   │   │   │   ├── _predictor.cpython-313-wasm32-emscripten.so
│   │   │   │   │   ├── _predictor.pyx
│   │   │   │   │   ├── binning.py
│   │   │   │   │   ├── common.cpython-313-wasm32-emscripten.so
│   │   │   │   │   ├── common.pxd
│   │   │   │   │   ├── common.pyx
│   │   │   │   │   ├── gradient_boosting.py
│   │   │   │   │   ├── grower.py
│   │   │   │   │   ├── histogram.cpython-313-wasm32-emscripten.so
│   │   │   │   │   ├── histogram.pyx
│   │   │   │   │   ├── meson.build
│   │   │   │   │   ├── predictor.py
│   │   │   │   │   ├── splitting.cpython-313-wasm32-emscripten.so
│   │   │   │   │   ├── splitting.pyx
│   │   │   │   │   └── utils.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _bagging.py
│   │   │   │   ├── _base.py
│   │   │   │   ├── _forest.py
│   │   │   │   ├── _gb.py
│   │   │   │   ├── _gradient_boosting.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _gradient_boosting.pyx
│   │   │   │   ├── _iforest.py
│   │   │   │   ├── _stacking.py
│   │   │   │   ├── _voting.py
│   │   │   │   ├── _weight_boosting.py
│   │   │   │   └── meson.build
│   │   │   ├── experimental/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── enable_halving_search_cv.py
│   │   │   │   ├── enable_hist_gradient_boosting.py
│   │   │   │   └── enable_iterative_imputer.py
│   │   │   ├── externals/
│   │   │   │   ├── _packaging/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _structures.py
│   │   │   │   │   └── version.py
│   │   │   │   ├── _scipy/
│   │   │   │   │   ├── sparse/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   └── __init__.py
│   │   │   │   ├── array_api_compat/
│   │   │   │   │   ├── common/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── cupy/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── dask/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── numpy/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── torch/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── LICENSE
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── _internal.py
│   │   │   │   ├── array_api_extra/
│   │   │   │   │   ├── _lib/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── LICENSE
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _delegation.py
│   │   │   │   │   ├── py.typed
│   │   │   │   │   └── testing.py
│   │   │   │   ├── README
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _arff.py
│   │   │   │   └── _array_api_compat_vendor.py
│   │   │   ├── feature_extraction/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _dict_vectorizer.py
│   │   │   │   ├── _hash.py
│   │   │   │   ├── _hashing_fast.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _hashing_fast.pyx
│   │   │   │   ├── _stop_words.py
│   │   │   │   ├── image.py
│   │   │   │   ├── meson.build
│   │   │   │   └── text.py
│   │   │   ├── feature_selection/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _base.py
│   │   │   │   ├── _from_model.py
│   │   │   │   ├── _mutual_info.py
│   │   │   │   ├── _rfe.py
│   │   │   │   ├── _sequential.py
│   │   │   │   ├── _univariate_selection.py
│   │   │   │   └── _variance_threshold.py
│   │   │   ├── frozen/
│   │   │   │   ├── __init__.py
│   │   │   │   └── _frozen.py
│   │   │   ├── gaussian_process/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _gpc.py
│   │   │   │   ├── _gpr.py
│   │   │   │   └── kernels.py
│   │   │   ├── impute/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _base.py
│   │   │   │   ├── _iterative.py
│   │   │   │   └── _knn.py
│   │   │   ├── inspection/
│   │   │   │   ├── _plot/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── decision_boundary.py
│   │   │   │   │   └── partial_dependence.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _partial_dependence.py
│   │   │   │   ├── _pd_utils.py
│   │   │   │   └── _permutation_importance.py
│   │   │   ├── linear_model/
│   │   │   │   ├── _glm/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _newton_solver.py
│   │   │   │   │   └── glm.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _base.py
│   │   │   │   ├── _bayes.py
│   │   │   │   ├── _cd_fast.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _cd_fast.pyx
│   │   │   │   ├── _coordinate_descent.py
│   │   │   │   ├── _huber.py
│   │   │   │   ├── _least_angle.py
│   │   │   │   ├── _linear_loss.py
│   │   │   │   ├── _logistic.py
│   │   │   │   ├── _omp.py
│   │   │   │   ├── _passive_aggressive.py
│   │   │   │   ├── _perceptron.py
│   │   │   │   ├── _quantile.py
│   │   │   │   ├── _ransac.py
│   │   │   │   ├── _ridge.py
│   │   │   │   ├── _sag.py
│   │   │   │   ├── _sag_fast.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _sag_fast.pyx.tp
│   │   │   │   ├── _sgd_fast.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _sgd_fast.pyx.tp
│   │   │   │   ├── _stochastic_gradient.py
│   │   │   │   ├── _theil_sen.py
│   │   │   │   └── meson.build
│   │   │   ├── manifold/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _barnes_hut_tsne.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _barnes_hut_tsne.pyx
│   │   │   │   ├── _isomap.py
│   │   │   │   ├── _locally_linear.py
│   │   │   │   ├── _mds.py
│   │   │   │   ├── _spectral_embedding.py
│   │   │   │   ├── _t_sne.py
│   │   │   │   ├── _utils.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _utils.pyx
│   │   │   │   └── meson.build
│   │   │   ├── metrics/
│   │   │   │   ├── _pairwise_distances_reduction/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _argkmin.cpython-313-wasm32-emscripten.so
│   │   │   │   │   ├── _argkmin.pxd.tp
│   │   │   │   │   ├── _argkmin.pyx.tp
│   │   │   │   │   ├── _argkmin_classmode.cpython-313-wasm32-emscripten.so
│   │   │   │   │   ├── _argkmin_classmode.pyx.tp
│   │   │   │   │   ├── _base.cpython-313-wasm32-emscripten.so
│   │   │   │   │   ├── _base.pxd.tp
│   │   │   │   │   ├── _base.pyx.tp
│   │   │   │   │   ├── _classmode.pxd
│   │   │   │   │   ├── _datasets_pair.cpython-313-wasm32-emscripten.so
│   │   │   │   │   ├── _datasets_pair.pxd.tp
│   │   │   │   │   ├── _datasets_pair.pyx.tp
│   │   │   │   │   ├── _dispatcher.py
│   │   │   │   │   ├── _middle_term_computer.cpython-313-wasm32-emscripten.so
│   │   │   │   │   ├── _middle_term_computer.pxd.tp
│   │   │   │   │   ├── _middle_term_computer.pyx.tp
│   │   │   │   │   ├── _radius_neighbors.cpython-313-wasm32-emscripten.so
│   │   │   │   │   ├── _radius_neighbors.pxd.tp
│   │   │   │   │   ├── _radius_neighbors.pyx.tp
│   │   │   │   │   ├── _radius_neighbors_classmode.cpython-313-wasm32-emscripten.so
│   │   │   │   │   ├── _radius_neighbors_classmode.pyx.tp
│   │   │   │   │   └── meson.build
│   │   │   │   ├── _plot/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── confusion_matrix.py
│   │   │   │   │   ├── det_curve.py
│   │   │   │   │   ├── precision_recall_curve.py
│   │   │   │   │   ├── regression.py
│   │   │   │   │   └── roc_curve.py
│   │   │   │   ├── cluster/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _bicluster.py
│   │   │   │   │   ├── _expected_mutual_info_fast.cpython-313-wasm32-emscripten.so
│   │   │   │   │   ├── _expected_mutual_info_fast.pyx
│   │   │   │   │   ├── _supervised.py
│   │   │   │   │   ├── _unsupervised.py
│   │   │   │   │   └── meson.build
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _base.py
│   │   │   │   ├── _classification.py
│   │   │   │   ├── _dist_metrics.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _dist_metrics.pxd
│   │   │   │   ├── _dist_metrics.pxd.tp
│   │   │   │   ├── _dist_metrics.pyx.tp
│   │   │   │   ├── _pairwise_fast.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _pairwise_fast.pyx
│   │   │   │   ├── _ranking.py
│   │   │   │   ├── _regression.py
│   │   │   │   ├── _scorer.py
│   │   │   │   ├── meson.build
│   │   │   │   └── pairwise.py
│   │   │   ├── mixture/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _base.py
│   │   │   │   ├── _bayesian_mixture.py
│   │   │   │   └── _gaussian_mixture.py
│   │   │   ├── model_selection/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _classification_threshold.py
│   │   │   │   ├── _plot.py
│   │   │   │   ├── _search.py
│   │   │   │   ├── _search_successive_halving.py
│   │   │   │   ├── _split.py
│   │   │   │   └── _validation.py
│   │   │   ├── neighbors/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _ball_tree.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _ball_tree.pyx.tp
│   │   │   │   ├── _base.py
│   │   │   │   ├── _binary_tree.pxi.tp
│   │   │   │   ├── _classification.py
│   │   │   │   ├── _graph.py
│   │   │   │   ├── _kd_tree.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _kd_tree.pyx.tp
│   │   │   │   ├── _kde.py
│   │   │   │   ├── _lof.py
│   │   │   │   ├── _nca.py
│   │   │   │   ├── _nearest_centroid.py
│   │   │   │   ├── _partition_nodes.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _partition_nodes.pxd
│   │   │   │   ├── _partition_nodes.pyx
│   │   │   │   ├── _quad_tree.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _quad_tree.pxd
│   │   │   │   ├── _quad_tree.pyx
│   │   │   │   ├── _regression.py
│   │   │   │   ├── _unsupervised.py
│   │   │   │   └── meson.build
│   │   │   ├── neural_network/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _base.py
│   │   │   │   ├── _multilayer_perceptron.py
│   │   │   │   ├── _rbm.py
│   │   │   │   └── _stochastic_optimizers.py
│   │   │   ├── preprocessing/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _csr_polynomial_expansion.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _csr_polynomial_expansion.pyx
│   │   │   │   ├── _data.py
│   │   │   │   ├── _discretization.py
│   │   │   │   ├── _encoders.py
│   │   │   │   ├── _function_transformer.py
│   │   │   │   ├── _label.py
│   │   │   │   ├── _polynomial.py
│   │   │   │   ├── _target_encoder.py
│   │   │   │   ├── _target_encoder_fast.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _target_encoder_fast.pyx
│   │   │   │   └── meson.build
│   │   │   ├── semi_supervised/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _label_propagation.py
│   │   │   │   └── _self_training.py
│   │   │   ├── svm/
│   │   │   │   ├── src/
│   │   │   │   │   ├── liblinear/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   ├── libsvm/
│   │   │   │   │   │   └── ... (max depth reached)
│   │   │   │   │   └── newrand/
│   │   │   │   │       └── ... (max depth reached)
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _base.py
│   │   │   │   ├── _bounds.py
│   │   │   │   ├── _classes.py
│   │   │   │   ├── _liblinear.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _liblinear.pxi
│   │   │   │   ├── _liblinear.pyx
│   │   │   │   ├── _libsvm.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _libsvm.pxi
│   │   │   │   ├── _libsvm.pyx
│   │   │   │   ├── _libsvm_sparse.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _libsvm_sparse.pyx
│   │   │   │   ├── _newrand.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _newrand.pyx
│   │   │   │   └── meson.build
│   │   │   ├── tree/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _classes.py
│   │   │   │   ├── _criterion.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _criterion.pxd
│   │   │   │   ├── _criterion.pyx
│   │   │   │   ├── _export.py
│   │   │   │   ├── _partitioner.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _partitioner.pxd
│   │   │   │   ├── _partitioner.pyx
│   │   │   │   ├── _reingold_tilford.py
│   │   │   │   ├── _splitter.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _splitter.pxd
│   │   │   │   ├── _splitter.pyx
│   │   │   │   ├── _tree.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _tree.pxd
│   │   │   │   ├── _tree.pyx
│   │   │   │   ├── _utils.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _utils.pxd
│   │   │   │   ├── _utils.pyx
│   │   │   │   └── meson.build
│   │   │   ├── utils/
│   │   │   │   ├── _repr_html/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── base.py
│   │   │   │   │   ├── estimator.css
│   │   │   │   │   ├── estimator.js
│   │   │   │   │   ├── estimator.py
│   │   │   │   │   ├── params.css
│   │   │   │   │   └── params.py
│   │   │   │   ├── _test_common/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── instance_generator.py
│   │   │   │   ├── src/
│   │   │   │   │   ├── MurmurHash3.cpp
│   │   │   │   │   └── MurmurHash3.h
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _arpack.py
│   │   │   │   ├── _array_api.py
│   │   │   │   ├── _available_if.py
│   │   │   │   ├── _bunch.py
│   │   │   │   ├── _chunking.py
│   │   │   │   ├── _cython_blas.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _cython_blas.pxd
│   │   │   │   ├── _cython_blas.pyx
│   │   │   │   ├── _encode.py
│   │   │   │   ├── _fast_dict.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _fast_dict.pxd
│   │   │   │   ├── _fast_dict.pyx
│   │   │   │   ├── _heap.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _heap.pxd
│   │   │   │   ├── _heap.pyx
│   │   │   │   ├── _indexing.py
│   │   │   │   ├── _isfinite.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _isfinite.pyx
│   │   │   │   ├── _mask.py
│   │   │   │   ├── _metadata_requests.py
│   │   │   │   ├── _missing.py
│   │   │   │   ├── _mocking.py
│   │   │   │   ├── _openmp_helpers.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _openmp_helpers.pxd
│   │   │   │   ├── _openmp_helpers.pyx
│   │   │   │   ├── _optional_dependencies.py
│   │   │   │   ├── _param_validation.py
│   │   │   │   ├── _plotting.py
│   │   │   │   ├── _pprint.py
│   │   │   │   ├── _random.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _random.pxd
│   │   │   │   ├── _random.pyx
│   │   │   │   ├── _response.py
│   │   │   │   ├── _seq_dataset.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _seq_dataset.pxd.tp
│   │   │   │   ├── _seq_dataset.pyx.tp
│   │   │   │   ├── _set_output.py
│   │   │   │   ├── _show_versions.py
│   │   │   │   ├── _sorting.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _sorting.pxd
│   │   │   │   ├── _sorting.pyx
│   │   │   │   ├── _tags.py
│   │   │   │   ├── _testing.py
│   │   │   │   ├── _typedefs.cpython-313-wasm32-emscripten.so
│   │   │   │   ├── _typedefs.pxd
│   │   │   │   ├── _typedefs.pyx
│   │   │   │   └── ... and 32 other files/folders
│   │   │   ├── __init__.py
│   │   │   ├── _built_with_meson.py
│   │   │   ├── _config.py
│   │   │   ├── _distributor_init.py
│   │   │   ├── _isotonic.cpython-313-wasm32-emscripten.so
│   │   │   ├── _isotonic.pyx
│   │   │   ├── _min_dependencies.py
│   │   │   ├── base.py
│   │   │   ├── calibration.py
│   │   │   ├── discriminant_analysis.py
│   │   │   ├── dummy.py
│   │   │   ├── exceptions.py
│   │   │   ├── isotonic.py
│   │   │   ├── kernel_approximation.py
│   │   │   ├── kernel_ridge.py
│   │   │   ├── meson.build
│   │   │   ├── multiclass.py
│   │   │   ├── multioutput.py
│   │   │   ├── naive_bayes.py
│   │   │   ├── pipeline.py
│   │   │   └── ... and 1 other files/folders
│   │   ├── threadpoolctl-3.6.0.dist-info/
│   │   │   ├── licenses/
│   │   │   │   └── LICENSE
│   │   │   ├── INSTALLER
│   │   │   ├── METADATA
│   │   │   ├── RECORD
│   │   │   ├── REQUESTED
│   │   │   └── WHEEL
│   │   ├── workers/
│   │   │   ├── __init__.py
│   │   │   ├── _workers.py
│   │   │   ├── py.typed
│   │   │   └── workflows.py
│   │   ├── workers_runtime_sdk-1.1.1.dist-info/
│   │   │   ├── INSTALLER
│   │   │   ├── METADATA
│   │   │   ├── RECORD
│   │   │   ├── REQUESTED
│   │   │   └── WHEEL
│   │   ├── .synced
│   │   ├── _cloudflare_compat_flags.pyi
│   │   ├── _pyodide_entrypoint_helper.pyi
│   │   ├── _virtualenv.pth
│   │   ├── _virtualenv.py
│   │   ├── asgi.py
│   │   ├── pyvenv.cfg
│   │   └── threadpoolctl.py
│   ├── src/
│   │   ├── entry.py
│   │   └── index.ts
│   ├── package.json
│   ├── pyproject.toml
│   └── wrangler.toml
├── quant-joblib-container/
│   ├── app/
│   │   └── main.py
│   ├── src/
│   │   └── index.ts
│   ├── CONTAINER-TO-GO-LIVE.md
│   ├── Dockerfile
│   ├── package.json
│   ├── tsconfig.json
│   └── wrangler.toml
├── quant-joblib-worker/
│   ├── src/
│   │   ├── entry.py
│   │   └── index.ts
│   ├── package.json
│   ├── pyproject.toml
│   └── wrangler.toml
├── quant-modal-worker/
│   ├── .gitignore
│   ├── README.md
│   └── app.py
├── quant-onnx-worker/
│   ├── src/
│   │   └── index.ts
│   ├── package.json
│   └── wrangler.toml
├── quant-ppe/
│   ├── src/
│   │   ├── arbiter.ts
│   │   ├── brain-client.ts
│   │   ├── db-client.ts
│   │   ├── errors.ts
│   │   ├── index.ts
│   │   ├── market-data-loader.ts
│   │   ├── metrics.ts
│   │   ├── portfolio.ts
│   │   ├── simulator.ts
│   │   └── types.ts
│   ├── .gitignore
│   ├── ARCHITECTURE.md
│   ├── COMPLETE.md
│   ├── CSV_FORMAT_VERIFIED.md
│   ├── DEPLOYED.md
│   ├── DNS_SETUP.md
│   ├── IMPLEMENTATION_SUMMARY.md
│   ├── LIVE.md
│   ├── PRODUCTION_READY.md
│   ├── README.md
│   ├── TODO.md
│   ├── deploy.bat
│   ├── package.json
│   ├── test-config.json
│   ├── tsconfig.json
│   └── wrangler.toml
├── quant-python-worker/
│   ├── src/
│   │   └── entry.py
│   ├── package.json
│   └── wrangler.toml
├── scripts/
│   ├── collect_data.py
│   ├── collect_forex.py
│   ├── download_csv_data.py
│   ├── institutional_auditor.py
│   └── list_r2_pairs.py
├── stan/
│   ├── artifacts/
│   │   ├── benchmarks/
│   │   │   └── .gitkeep
│   │   ├── datasets/
│   │   │   └── .gitkeep
│   │   ├── registry/
│   │   │   └── .gitkeep
│   │   ├── runs/
│   │   │   └── .gitkeep
│   │   ├── source-downloads/
│   │   │   └── .gitkeep
│   │   └── README.md
│   ├── data_prep/
│   │   ├── configs/
│   │   │   └── stan_v1_0_universe.json
│   │   ├── README.md
│   │   ├── convert_drive_csv_lake.py
│   │   ├── download_market_universe.py
│   │   ├── download_pair_history.py
│   │   ├── inspect_stan_dataset.py
│   │   ├── requirements.txt
│   │   └── stan_data_pipeline.py
│   ├── export/
│   │   ├── README.md
│   │   ├── export_stan_model.py
│   │   ├── requirements.txt
│   │   └── stan_export_common.py
│   ├── frontend/
│   │   └── README.md
│   ├── inference/
│   │   ├── README.md
│   │   ├── app.py
│   │   ├── benchmark_stan_runtime.py
│   │   ├── onnx_runtime.py
│   │   ├── predict_stan.py
│   │   ├── requirements.txt
│   │   ├── sample-request.json
│   │   ├── stan_inference_common.py
│   │   └── stan_registry_loader.py
│   ├── reports/
│   │   └── stan_smoke_baseline_20260410.md
│   ├── training/
│   │   ├── configs/
│   │   │   ├── stan_v1_0_baseline.json
│   │   │   ├── stan_v1_0_chronos_bolt_small.json
│   │   │   ├── stan_v1_0_core_baseline.json
│   │   │   └── stan_v1_0_smoke_baseline.json
│   │   ├── PERSISTENT_COMPUTE.md
│   │   ├── README.md
│   │   ├── baseline_adapter.py
│   │   ├── chronos_adapter.py
│   │   ├── create_smoke_dataset.py
│   │   ├── evaluate_stan_run.py
│   │   ├── inspect_training_batch.py
│   │   ├── requirements.txt
│   │   ├── stan_baseline_model.py
│   │   ├── stan_dataset_adapter.py
│   │   ├── stan_eval_common.py
│   │   ├── stan_training_common.py
│   │   └── train_stan_v1_0.py
│   ├── MODEL_REGISTRY.md
│   ├── README.md
│   ├── TODO.md
│   └── paths.py
├── tests/
│   ├── output/
│   │   └── test_btc_cross_1m.pyp
│   ├── py_hdc_brain/
│   │   ├── brain/
│   │   │   ├── __init__.py
│   │   │   └── hdc_brain.py
│   │   ├── market_data/
│   │   │   ├── eur_usd_24h.npy
│   │   │   ├── gbp_usd_24h.npy
│   │   │   ├── generate_market_data.py
│   │   │   └── usd_jpy_24h.npy
│   │   ├── pyp_encoder_decoder/
│   │   │   ├── __init__.py
│   │   │   └── pyp_end.py
│   │   ├── raw_data/
│   │   │   ├── generate_data.py
│   │   │   └── macd_ma_fractals.npy
│   │   ├── skills/
│   │   │   ├── generate_stanley.py
│   │   │   ├── stanley.pyp
│   │   │   ├── stanley2.pyp
│   │   │   └── stanley3.pyp
│   │   ├── tests/
│   │   │   ├── alpha.pyp
│   │   │   ├── beta.pyp
│   │   │   ├── gamma.pyp
│   │   │   ├── stanley_findings_report.py
│   │   │   ├── test_cross_pair.py
│   │   │   ├── test_ensemble.py
│   │   │   ├── test_optimization.py
│   │   │   ├── test_predictions.py
│   │   │   ├── test_rolling_performance.py
│   │   │   ├── test_skill.pyp
│   │   │   └── test_validation.py
│   │   └── REPORTS_AND_FINDINGS_001.txt
│   ├── REPORTS_AND_FINDINGS_002.txt
│   ├── TEST_001.md
│   └── TEST_002.md
├── .codex
├── .gitignore
├── ARCHITECTURE.md
├── A_MUST_FINAL_TOUCHES.txt
├── BACKEND_STATUS.md
├── FOREX_TABLE_PROMPT.txt
├── FOREX_TABLE_READD.txt
├── FOREX_TABLE_UPDATE.txt
├── IMPLEMENTATION_COMPLETE.md
├── LICENSE
├── MVP_ROADMAP.md
├── PROGRESS_SUMMARY.md
├── PYP_ENHANCEMENT_TODO.md
├── README.md
├── START_HERE.md
├── Screenshot (744).png
├── TABLE_PROMPT.txt
├── TELEGRAM_SETUP.md
├── TODO.md
├── TRAINING_SYSTEM_TODO.md
└── ... and 26 other files/folders