LICENSE
MANIFEST.in
PYPI_README.md
README.md
pyproject.toml
pytest.ini
requirements.txt
setup.py
core/__init__.py
core/config.py
core/data.py
core/main.py
core/plots.py
core/security.py
core/spd.py
core/data/btc_price_data.csv
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/dynamic_dca_100ma.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/external_data_gold_strategy.py
submit_strategies/strategy_template.py
tests/__init__.py
tests/conftest.py
tests/test_bandit_security.py
tests/test_cli.py
tests/test_dist_files.py
tests/test_external_data.py
tests/test_installation.py
tests/test_installed_package.py
tests/test_package_deployment.py
tests/test_security.py
tests/test_setup.py
tests/test_submit_strategies.py
tests/core/__init__.py
tests/core/test_config.py
tests/core/test_data_formats.py
tests/core/test_data_validation.py
tests/core/test_error_handling.py
tests/core/test_performance_benchmarks.py
tests/core/test_spd_advanced.py
tests/core/test_spd_calculation.py
tests/core/test_spd_integration.py
tests/core/test_strategy_performance.py
tests/core/strategies/__init__.py
tests/core/strategies/test_dynamic_strategy.py
tests/core/strategies/test_strategy_registration.py
tests/core/strategies/test_uniform_strategy.py
tutorials/1. Intro.ipynb
tutorials/2. Challenge Overview.ipynb
tutorials/3. Submission_Template.ipynb