LICENSE
MANIFEST.in
README.md
README.rst
pyproject.toml
requirements.txt
examples/custom_namespace.py
examples/run_simple_indicator.py
examples/run_simple_library.py
examples/run_simple_strategy.py
examples/run_strategy_with_indicator_import.py
examples/run_strategy_with_library_import.py
examples/simple_indicator.py
examples/simple_library.py
examples/simple_strategy.py
examples/strategy_with_indicator_import.py
examples/strategy_with_library_import.py
firscript/__init__.py
firscript/engine.py
firscript/execution_context.py
firscript/importer.py
firscript/namespace_registry.py
firscript/parser.py
firscript/script.py
firscript/version.py
firscript.egg-info/PKG-INFO
firscript.egg-info/SOURCES.txt
firscript.egg-info/dependency_links.txt
firscript.egg-info/requires.txt
firscript.egg-info/top_level.txt
firscript/exceptions/__init__.py
firscript/exceptions/base.py
firscript/exceptions/parsing.py
firscript/exceptions/runtime.py
firscript/namespaces/base.py
firscript/namespaces/chart.py
firscript/namespaces/color.py
firscript/namespaces/data.py
firscript/namespaces/input.py
firscript/namespaces/log.py
firscript/namespaces/strategy.py
firscript/namespaces/ta.py
tests/__init__.py
tests/conftest.py
tests/test_engine.py
tests/test_library_script.py
tests/test_namespace_output.py
tests/test_parser.py
tests/test_reserved_variable_names.py
tests/test_runtime.py
tests/namespaces/test_data_namespace.py
tests/namespaces/test_input_namespace.py