LICENSE
MANIFEST.in
PYPI_README.md
README.md
pyproject.toml
pytest.ini
requirements.txt
setup.py
core/__init__.py
core/batch.py
core/cli.py
core/commands.py
core/config.py
core/data.py
core/file_utils.py
core/main.py
core/plots.py
core/security.py
core/spd.py
core/spd_checks.py
core/strategy_loader.py
core/strategy_processor.py
core/data/TEST_ONLY_btc_data.csv
core/data/__init__.py
core/data/btc_price_data.csv
core/data/extract_data.py
core/security/__init__.py
core/security/bandit_analyzer.py
core/security/complexity_analyzer.py
core/security/config.py
core/security/data_flow_analyzer.py
core/security/import_hook.py
core/security/resource_monitor.py
core/security/strategy_security.py
core/security/utils.py
core/strategies/__init__.py
core/strategies/base_strategy.py
core/strategies/dynamic_dca.py
core/strategies/uniform_dca.py
core/strategies/utils.py
hypertrial/__init__.py
hypertrial.egg-info/PKG-INFO
hypertrial.egg-info/SOURCES.txt
hypertrial.egg-info/dependency_links.txt
hypertrial.egg-info/entry_points.txt
hypertrial.egg-info/requires.txt
hypertrial.egg-info/top_level.txt
submit_strategies/STRATEGIES.md
submit_strategies/__init__.py
submit_strategies/dynamic_dca_50ma.py
submit_strategies/strategy_template.py
tests/__init__.py
tests/conftest.py
tests/batch/__init__.py
tests/batch/test_batch.py
tests/batch/test_batch_advanced.py
tests/batch/test_batch_more_coverage.py
tests/cli/__init__.py
tests/cli/test_cli.py
tests/cli/test_tutorial_commands.py
tests/core/__init__.py
tests/core_modules/__init__.py
tests/core_modules/test_config.py
tests/core_modules/test_file_utils.py
tests/core_modules/test_plots.py
tests/data/__init__.py
tests/data/test_data_basic.py
tests/data/test_data_download.py
tests/data/test_data_download_integration.py
tests/data/test_data_init.py
tests/data/test_extract_data_more_coverage.py
tests/package/__init__.py
tests/package/test_dist_files.py
tests/package/test_installation.py
tests/package/test_installed_package.py
tests/package/test_package_deployment.py
tests/package/test_setup.py
tests/performance/__init__.py
tests/performance/test_performance_benchmarks.py
tests/performance/test_strategy_performance.py
tests/requirements/__init__.py
tests/requirements/test_requirements_compatibility.py
tests/requirements/test_validation_default.py
tests/requirements/test_version_constraints.py
tests/security/__init__.py
tests/security/test_ast_operations.py
tests/security/test_backward_compatibility.py
tests/security/test_bandit_security.py
tests/security/test_data_flow.py
tests/security/test_data_flow_more_coverage.py
tests/security/test_import_hook.py
tests/security/test_resource_monitor.py
tests/security/test_security.py
tests/security/test_security_module.py
tests/security/test_strategy_security.py
tests/security/test_validate_external_data.py
tests/spd/__init__.py
tests/spd/test_spd_checks.py
tests/strategies/__init__.py
tests/strategies/test_example_strategy.py
tests/strategies/test_strategies_utils.py
tests/strategies/test_strategy_file.py
tests/strategies/test_strategy_files.py
tests/strategies/test_strategy_loader.py
tests/strategies/test_strategy_processor.py
tests/strategies/test_submit_strategies.py
tests/strategies/core/__init__.py
tests/strategies/core/test_dynamic_strategy.py
tests/strategies/core/test_strategy_registration.py
tests/strategies/core/test_uniform_strategy.py
tutorials/1. Intro.ipynb
tutorials/2. Challenge Overview.ipynb
tutorials/3. Submission_Template.ipynb