Metadata-Version: 2.4
Name: bruedemo
Version: 0.2.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

strategy = brue.Strategy(source)
result = strategy.backtest(df)

indicator = brue.Indicator(source)
indicator.compute(df)
```
