# Integration Guide

How to use this package alongside popular data frameworks.


# With plain Python

``` python
from gdtest_sec_index_hero import process
result = process([1, 2, 3])
```


# Converting results

The [summarize()](../reference/summarize.md#gdtest_sec_index_hero.summarize) function returns a plain dict, making it easy to convert to any format you need.
