Metadata-Version: 2.4
Name: bruedemo
Version: 0.1.0
Summary: Internal test build of the Brue trading-strategy language engine. Will be republished under its final name; do not depend on this package.
License-Expression: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# bruedemo

Internal TEST build of the Brue trading-strategy language engine
(pure Python). Published for real-world install testing by the
London Strategic Edge team only. The engine will be republished under
its final name; do not depend on this package.

```python
import brue

result = brue.backtest(script, dataframe)
```
